Ecosystem report

Old: main (merge base) 1a2e402c New: 24096/merge 92c26cee
Lint Rule Removed Added Changed
Total 4943 5753 0
unused-type-ignore-comment 4943 0 0
invalid-argument-type 0 1775 0
unresolved-attribute 0 1343 0
invalid-assignment 0 632 0
invalid-method-override 0 449 0
invalid-return-type 0 236 0
unresolved-import 0 204 0
unresolved-reference 0 155 0
no-matching-overload 0 153 0
unsupported-operator 0 106 0
missing-argument 0 89 0
empty-body 0 80 0
invalid-key 0 61 0
unknown-argument 0 59 0
invalid-type-form 0 49 0
not-subscriptable 0 48 0
call-non-callable 0 46 0
too-many-positional-arguments 0 42 0
possibly-unresolved-reference 0 41 0
invalid-parameter-default 0 34 0
deprecated 0 21 0
not-iterable 0 19 0
dataclass-field-order 0 18 0
invalid-type-arguments 0 11 0
unsupported-base 0 10 0
invalid-await 0 9 0
possibly-missing-submodule 0 9 0
invalid-attribute-access 0 7 0
call-top-callable 0 6 0
invalid-yield 0 5 0
subclass-of-final-class 0 5 0
override-of-final-method 0 4 0
conflicting-declarations 0 3 0
invalid-protocol 0 3 0
invalid-super-argument 0 3 0
parameter-already-assigned 0 3 0
redundant-cast 0 3 0
final-without-value 0 2 0
possibly-missing-import 0 2 0
unused-awaitable 0 2 0
invalid-base 0 1 0
invalid-type-guard-definition 0 1 0
possibly-missing-attribute 0 1 0
shadowed-type-variable 0 1 0
type-assertion-failure 0 1 0
unavailable-implicit-super-arguments 0 1 0
Project Removed Added Changed
Total 4943 5753 0
pandas 379 577 0
core 602 292 0
xarray 306 414 0
mypy 433 231 0
mongo-python-driver 222 287 0
urllib3 148 268 0
cryptography 14 397 0
beartype 205 195 0
sphinx 198 162 0
rotki 93 192 0
pandera 145 130 0
pytest 88 175 0
dd-trace-py 70 156 0
mypy-protobuf 216 6 0
trio 109 113 0
jax 68 129 0
hydpy 44 150 0
scipy 113 74 0
static-frame 72 69 0
vision 107 34 0

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

src/capture_method/__init__.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `dict.__getitem__`

src/d3d11.py

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

src/capture_method/CaptureMethodBase.py

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

CPython (Argument Clinic) (https://github.com/python/cpython)

Tools/clinic/libclinic/converters.py

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

Tools/clinic/libclinic/utils.py

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

CPython (cases_generator) (https://github.com/python/cpython)

Tools/cases_generator/stack.py

[error] invalid-assignment - Object of type `PointerOffset | None` is not assignable to attribute `memory_offset` on type `None | Local`

Tools/cases_generator/tier1_generator.py

[warning] possibly-unresolved-reference - Name `reachable` used when possibly not defined

Tools/cases_generator/parser.py

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

Tools/cases_generator/generators_common.py

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

Tools/cases_generator/optimizer_generator.py

[warning] possibly-unresolved-reference - Name `storage` used when possibly not defined

CPython (peg_generator) (https://github.com/python/cpython)

Tools/peg_generator/pegen/testutil.py

[error] invalid-argument-type - Argument to function `generate_tokens` is incorrect: Expected `() -> str`, found `bound method IO[bytes].readline(limit: int = -1, /) -> bytes`
[error] invalid-argument-type - Argument to function `run_parser` is incorrect: Expected `IO[bytes]`, found `StringIO`

Tools/peg_generator/pegen/build.py

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

Tools/peg_generator/pegen/parser.py

[error] unresolved-attribute - Unresolved attribute `__wrapped__` on type `def logger_wrapper(self: Parser, *args: object) -> Any`
[error] unresolved-attribute - Unresolved attribute `__wrapped__` on type `def memoize_wrapper(self: Parser, *args: object) -> Any`
[error] unresolved-attribute - Unresolved attribute `__wrapped__` on type `def memoize_left_rec_wrapper(self: Parser) -> T@memoize_left_rec | None`

DateType (https://github.com/glyph/DateType)

src/datetype/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `DateTime[_FuncOptionalTZ@fromtimestamp]`, found `datetime`
[error] invalid-return-type - Return type does not match returned value: expected `DateTime[tzinfo | None]`, found `datetime`
[error] invalid-return-type - Return type does not match returned value: expected `DateTime[tzinfo | None]`, found `datetime`
[error] invalid-return-type - Return type does not match returned value: expected `DateTime[_FuncTZ@aware] | Time[_FuncTZ@aware]`, found `datetime | time`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

github/GithubRetry.py

[error] invalid-method-override - Invalid override of method `increment`: Definition is incompatible with `Retry.increment`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

PyWinCtl (https://github.com/Kalmat/PyWinCtl)

src/pywinctl/_pywinctl_macos.py

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

src/pywinctl/_pywinctl_win.py

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

src/pywinctl/_main.py

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

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

aiohttp/_cookie_helpers.py

[error] unresolved-attribute - Object of type `Morsel[str]` has no attribute `__setstate__`
[error] unresolved-attribute - Object of type `Morsel[str]` has no attribute `__setstate__`
[error] unresolved-attribute - Object of type `Morsel[str]` has no attribute `__setstate__`
[error] unresolved-attribute - Object of type `Morsel[str]` has no attribute `__setstate__`

aiohttp/formdata.py

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

aiohttp/http_parser.py

[error] unresolved-attribute - Attribute `eof` is not defined on `BrotliDecompressor`, `ZSTDDecompressor` in union `BrotliDecompressor | ZLibDecompressor | ZSTDDecompressor`
[error] unresolved-import - Cannot resolve imported module `._http_parser`

aiohttp/streams.py

[error] unresolved-attribute - Object of type `Self@__aiter__` has no attribute `readline`
[error] unresolved-attribute - Object of type `Self@iter_chunked` has no attribute `read`
[error] unresolved-attribute - Object of type `Self@iter_any` has no attribute `readany`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `StreamReader`, found `Self@iter_chunks`

aiohttp/web_runner.py

[error] invalid-assignment - Object of type `<class 'object'>` is not assignable to `<class 'SSLContext'>`
[error] unresolved-attribute - Module `asyncio` has no member `ProactorEventLoop`
[error] unresolved-attribute - Object of type `AbstractEventLoop` has no attribute `start_serving_pipe`

aiohttp/web_server.py

[error] invalid-assignment - Object of type `(((RawRequestMessage | Unknown, StreamReader, RequestHandler[_Request@Server], AbstractStreamWriter, Task[None], /) -> _Request@Server) & ~AlwaysFalsy) | (bound method Self@__init__._make_request(message: RawRequestMessage | Unknown, payload: StreamReader, protocol: RequestHandler[BaseRequest], writer: AbstractStreamWriter, task: Task[None]) -> BaseRequest)` is not assignable to attribute `request_factory` of type `(RawRequestMessage | Unknown, StreamReader, RequestHandler[_Request@Server], AbstractStreamWriter, Task[None], /) -> _Request@Server`

aiohttp/__init__.py

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

aiohttp/_websocket/helpers.py

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

aiohttp/_websocket/reader.py

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

aiohttp/_websocket/reader_c.py

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

aiohttp/_websocket/reader_py.py

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

aiohttp/payload.py

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

aiohttp/web_log.py

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

aiohttp/client.py

[error] invalid-return-type - Return type does not match returned value: expected `_RetType_co@_BaseRequestContextManager`, found `ClientResponse | Unknown`
[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 `__aenter__` is incorrect: Expected `ClientResponse`, found `_RetType_co@_BaseRequestContextManager`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/client_exceptions.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'ssl'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/client_reqrep.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'ssl'>`
[error] invalid-assignment - Object of type `<class 'object'>` is not assignable to `<class 'SSLContext'>`
[error] invalid-assignment - Object of type `None` is not assignable to `int`
[error] invalid-assignment - Object of type `None` is not assignable to `StreamReader`
[error] invalid-assignment - Object of type `None` is not assignable to `CIMultiDictProxy[str]`
[error] invalid-assignment - Object of type `None` is not assignable to `tuple[tuple[bytes, bytes], ...]`
[error] unresolved-attribute - Attribute `read` is not defined on `None` in union `ResponseHandler | None`
[error] unresolved-attribute - Attribute `decode` is not defined on `None` in union `bytes | None`
[error] unresolved-attribute - Attribute `decode` is not defined on `None` in union `bytes | None`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `SupportsKeys[str] | SupportsIKeys[str] | Iterable[tuple[str, str]] | None`, found `CIMultiDict[None]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/client_ws.py

[error] invalid-argument-type - Argument is incorrect: Expected `bytes`, found `str | bytes`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | bytes`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/connector.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'ssl'>`
[error] unresolved-attribute - Module `asyncio` has no member `ProactorEventLoop`
[error] unresolved-attribute - Attribute `create_pipe_connection` is not defined on `AbstractEventLoop` in union `Unknown | AbstractEventLoop`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/cookiejar.py

[error] unresolved-attribute - Object of type `Morsel[str]` has no attribute `_reserved`
[error] unresolved-attribute - Object of type `Morsel[str]` has no attribute `__setstate__`
[error] unresolved-attribute - Object of type `Morsel[str]` has no attribute `_reserved`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `str | (BaseCookie[str] & ~Top[Morsel[Unknown]])` on object of type `SimpleCookie`
[error] unresolved-attribute - Object of type `Morsel[str]` has no attribute `__setstate__`
[error] invalid-yield - Yield type `None` does not match annotated yield type `Morsel[str]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/helpers.py

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

aiohttp/http_writer.py

[error] unresolved-import - Cannot resolve imported module `aiohttp._http_writer`

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 `write` is incorrect: Expected `AbstractStreamWriter`, found `MultipartPayloadWriter`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/pytest_plugin.py

[error] unresolved-attribute - Module `asyncio` has no member `ProactorEventLoop`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/resolver.py

[error] invalid-assignment - Too many values to unpack: Expected 2
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/test_utils.py

[error] invalid-return-type - Return type does not match returned value: expected `_ApplicationNone@TestClient`, found `Any | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/web.py

[error] invalid-assignment - Object of type `<class 'object'>` is not assignable to `<class 'SSLContext'>`

aiohttp/web_app.py

[error] no-matching-overload - No overload of function `asynccontextmanager` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/web_fileresponse.py

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

aiohttp/web_protocol.py

[error] invalid-argument-type - Argument is incorrect: Expected `CIMultiDictProxy[str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[tuple[bytes, bytes], ...]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `Task[None]`, found `(Task[None] & ~AlwaysFalsy) | Task[Any] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `add` is incorrect: Expected `str | bytes | FileField`, found `bytearray`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/web_response.py

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

aiohttp/web_urldispatcher.py

[error] invalid-method-override - Invalid override of method `get_info`: Definition is incompatible with `AbstractMatchInfo.get_info`
[error] invalid-method-override - Invalid override of method `url_for`: Definition is incompatible with `AbstractResource.url_for`
[error] invalid-method-override - Invalid override of method `url_for`: Definition is incompatible with `AbstractResource.url_for`

aiohttp/web_ws.py

[error] invalid-method-override - Invalid override of method `write_eof`: Definition is incompatible with `StreamResponse.write_eof`
[error] invalid-argument-type - Argument is incorrect: Expected `bytes`, found `str | bytes`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | bytes`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aiohttp/worker.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'ssl'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

aiohttp_devtools/runserver/utils.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | _T@MutableValue | None`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | _T@MutableValue | None` and `_T@MutableValue`

tests/test_runserver_watch.py

[error] invalid-assignment - Invalid subscript assignment with key of type `AppKey[set[tuple[WebSocketResponse, str]]]` and value of type `set[tuple[MagicMock, str]]` on object of type `Application`

aiohttp_devtools/runserver/config.py

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

aiohttp_devtools/logs.py

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

aiohttp_devtools/runserver/serve.py

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

tests/test_runserver_serve.py

[error] invalid-assignment - Invalid subscript assignment with key of type `AppKey[set[tuple[WebSocketResponse, str]]]` and value of type `set[tuple[MagicMock, str]]` on object of type `Application`
[error] invalid-assignment - Invalid subscript assignment with key of type `AppKey[set[tuple[WebSocketResponse, str]]]` and value of type `set[tuple[MagicMock, str]]` on object of type `Application`
[error] invalid-assignment - Invalid subscript assignment with key of type `AppKey[set[tuple[WebSocketResponse, str]]]` and value of type `set[tuple[MagicMock, str]]` on object of type `Application`
[error] invalid-assignment - Invalid subscript assignment with key of type `AppKey[set[tuple[WebSocketResponse, str]]]` and value of type `set[tuple[MagicMock, str]]` on object of type `Application`
[error] invalid-assignment - Invalid subscript assignment with key of type `AppKey[set[tuple[WebSocketResponse, str]]]` and value of type `set[tuple[MagicMock, str]]` on object of type `Application`
[error] invalid-argument-type - Argument to function `modify_main_app` is incorrect: Expected `Application`, found `DummyApplication`
[error] invalid-argument-type - Argument to function `modify_main_app` is incorrect: Expected `Application`, found `DummyApplication`
[error] invalid-argument-type - Argument to function `modify_main_app` is incorrect: Expected `Application`, found `DummyApplication`

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

aioredis/client.py

[error] invalid-return-type - Return type does not match returned value: expected `_NormalizeKeysT@_normalize_keys`, found `dict[Unknown, object]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aioredis/connection.py

[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `BytesIO | None`
[error] unresolved-attribute - Attribute `close` is not defined on `None` in union `StreamWriter | None`
[error] invalid-key - TypedDict `ConnectKwargs` can only be subscripted with a string literal key, got key of type `str`.
[error] invalid-key - TypedDict `ConnectKwargs` can only be subscripted with a string literal key, got key of type `str`.
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

aioredis/utils.py

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

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

altair/utils/html.py

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

altair/vegalite/v6/schema/mixins.py

[error] unresolved-attribute - Object of type `Self@mark_arc` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_area` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_bar` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_image` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_line` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_point` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_rect` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_rule` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_text` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_tick` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_trail` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_circle` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_square` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_geoshape` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_boxplot` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_errorbar` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@mark_errorband` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_arc` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_area` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axis` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisBand` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisBottom` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisDiscrete` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisLeft` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisPoint` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisQuantitative` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisRight` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisTemporal` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisTop` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisX` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisXBand` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisXDiscrete` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisXPoint` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisXQuantitative` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisXTemporal` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisY` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisYBand` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisYDiscrete` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisYPoint` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisYQuantitative` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_axisYTemporal` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_bar` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_boxplot` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_circle` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_concat` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_errorband` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_errorbar` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_facet` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_geoshape` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_header` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_headerColumn` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_headerFacet` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_headerRow` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_image` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_legend` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_line` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_mark` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_point` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_projection` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_range` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_rect` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_rule` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_scale` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_selection` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_square` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_text` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_tick` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_title` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_tooltipFormat` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_trail` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@configure_view` has no attribute `copy`

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

altair/theme.py

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

altair/vegalite/v6/data.py

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

altair/vegalite/v6/schema/_config.py

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

altair/datasets/_data.py

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

altair/expr/__init__.py

[error] invalid-method-override - Invalid override of method `copy`: Definition is incompatible with `SchemaBase.copy`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

altair/utils/core.py

[error] invalid-argument-type - Argument to function `arrow_table_from_dfi_dataframe` is incorrect: Expected `altair.utils.core.DataFrameLike`, found `NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | Unknown`
[error] unresolved-attribute - Unresolved attribute `__wrapped__` on type `(...) -> Any`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

altair/utils/schemapi.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[str, list[ValidationError]].__getitem__(key: str, /) -> list[ValidationError]` cannot be called with key of type `Unset` on object of type `defaultdict[str, list[ValidationError]]`
[error] invalid-return-type - Return type does not match returned value: expected `Chart | RepeatChart | ConcatChart | ... omitted 4 union elements`, found `Self@from_json`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

altair/vegalite/v6/api.py

[error] invalid-argument-type - Argument expression after ** must be a mapping with `str` key type: Found `object`

altair/vegalite/v6/display.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, bytes]`, found `tuple[dict[str, Any], dict[str, Any]]`
[error] unresolved-attribute - Attribute `enable_offline` is not defined on `<class 'JupyterChart'>` in union `<class 'altair.jupyter.JupyterChart'> | <class 'altair.jupyter.jupyter_chart.JupyterChart'>`
[error] unresolved-attribute - Attribute `_repr_mimebundle_` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

altair/vegalite/v6/schema/channels.py

[error] unresolved-attribute - Object of type `Self@to_dict` has no attribute `_get`
[error] unresolved-attribute - Object of type `Self@to_dict` has no attribute `_get`
[error] unresolved-attribute - Object of type `Self@to_dict` has no attribute `_kwds`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unresolved-attribute - Object of type `Self@to_dict` has no attribute `_kwds`
[error] unresolved-attribute - Object of type `Self@to_dict` has no attribute `_get`
[error] unresolved-attribute - Object of type `Self@to_dict` has no attribute `_get`
[error] unresolved-attribute - Object of type `Self@to_dict` has no attribute `copy`
[error] unresolved-attribute - Object of type `Self@to_dict` has no attribute `_get`
[error] unresolved-attribute - Object of type `Self@encode` has no attribute `copy`

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

tests/vegalite/v6/test_api.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | UndefinedType`, found `Expression`
[error] invalid-argument-type - Argument to function `__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 `__init__` is incorrect: Expected `str | Parameter | SchemaBase | ... omitted 3 union elements`, found `Then[list[_ConditionClosed]]`
[error] missing-argument - No argument provided for required parameter `input` of function `binding`

tests/vegalite/v6/test_theme.py

[error] unresolved-attribute - Class `ConfigKwds` has no attribute `__readonly_keys__`
[error] unresolved-attribute - Class `ConfigKwds` has no attribute `__mutable_keys__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

src/anyio/_core/_asyncio_selector_thread.py

[error] unresolved-attribute - Module `threading` has no member `_register_atexit`

src/anyio/_core/_streams.py

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

src/anyio/to_process.py

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

src/anyio/_backends/_asyncio.py

[error] unresolved-import - Module `asyncio.base_events` has no member `_run_until_complete_cb`
[error] unresolved-attribute - Object of type `AbstractEventLoop` has no attribute `_default_executor`
[error] unresolved-attribute - Object of type `Task[Unknown]` has no attribute `_must_cancel`
[error] unresolved-attribute - Object of type `Task[Unknown]` has no attribute `_fut_waiter`
[error] unresolved-attribute - Object of type `StreamWriter` has no attribute `_protocol`
[error] unresolved-attribute - Attribute `_stream` is not defined on `None` in union `StreamWriterWrapper | None`
[error] unresolved-attribute - Object of type `StreamWriter` has no attribute `_transport`
[error] unresolved-attribute - Attribute `_stream` is not defined on `None` in union `StreamReaderWrapper | None`
[error] unresolved-attribute - Object of type `StreamReader` has no attribute `_transport`
[error] unresolved-attribute - Attribute `_stream` is not defined on `None` in union `StreamReaderWrapper | None`
[error] unresolved-attribute - Object of type `StreamReader` has no attribute `_transport`
[error] unresolved-attribute - Attribute `_must_cancel` is not defined on `Task[Unknown] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Task[Unknown] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `_fut_waiter` is not defined on `Task[Unknown] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Task[Unknown] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `_fut_waiter` is not defined on `Task[Unknown] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Task[Unknown] & ~AlwaysFalsy)`
[error] invalid-method-override - Invalid override of method `create_unix_datagram_socket`: Definition is incompatible with `AsyncBackend.create_unix_datagram_socket`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Task[Unknown]`, found `Task[Any] | None`
[error] unresolved-attribute - Object of type `Task[Any]` has no attribute `_fut_waiter`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/anyio/_backends/_trio.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `cancel_scope` of type `CancelScope`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/anyio/_core/_fileio.py

[error] invalid-argument-type - Argument to bound method `glob` is incorrect: Expected `str`, found `str | PathLike[str]`
[error] invalid-argument-type - Argument to bound method `rglob` is incorrect: Expected `str`, found `str | PathLike[str]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/anyio/_core/_tempfile.py

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

src/anyio/from_thread.py

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

src/anyio/functools.py

[error] invalid-return-type - Return type does not match returned value: expected `AsyncLRUCacheWrapper[P@__call__, T@_LRUCacheWrapper] | _lru_cache_wrapper[T@_LRUCacheWrapper]`, found `_lru_cache_wrapper[Coroutine[Any, Any, T@_LRUCacheWrapper] | T@_LRUCacheWrapper]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/anyio/pytest_plugin.py

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

src/anyio/streams/stapled.py

[error] not-subscriptable - Cannot delete subscript on object of type `Sequence[Listener[object]]` with no `__delitem__` method

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

apprise/plugins/xmpp/adapter.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'asyncio'>`
[error] invalid-assignment - Object of type `<class 'Exception'>` is not assignable to `<class 'TimeoutError'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_config_base.py

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

tests/test_plugin_xmpp.py

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

tests/test_utils_socket.py

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

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

archinstall/lib/disk/disk_menu.py

[error] invalid-method-override - Invalid override of method `show`: Definition is incompatible with `AbstractMenu.show`
[error] invalid-assignment - Object of type `Any | None` is not assignable to `_DeviceInfo`

archinstall/lib/translationhandler.py

[error] unresolved-attribute - Object of type `NullTranslations` has no attribute `_catalog`
[error] unresolved-attribute - Module `builtins` has no member `_`
[error] unresolved-attribute - Module `builtins` has no member `_`
[error] unresolved-attribute - Unresolved attribute `_` on type `<module 'builtins'>`.

tests/test_args.py

[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to attribute `device_modifications` on type `DiskLayoutConfiguration | None`

archinstall/lib/networking.py

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

archinstall/lib/pacman/pacman.py

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

archinstall/lib/plugins.py

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

docs/conf.py

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

archinstall/lib/args.py

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

archinstall/lib/boot.py

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

archinstall/lib/installer.py

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

archinstall/lib/models/device.py

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

archinstall/lib/output.py

[error] unresolved-import - Cannot resolve imported module `systemd.journal`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

archinstall/tui/curses_menu.py

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

archinstall/tui/result.py

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

archinstall/tui/ui/components.py

[error] invalid-argument-type - Argument to bound method `add_row` is incorrect: Expected `str | None`, found `MenuItem`
[error] invalid-assignment - Object of type `str | None` is not assignable to `MenuItem`
[error] invalid-argument-type - Argument is incorrect: Expected `MenuItem | list[MenuItem] | None`, found `list[str | None]`
[error] invalid-argument-type - Argument is incorrect: Expected `MenuItem | list[MenuItem] | None`, found `str | None`

archinstall/tui/ui/result.py

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

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

src/arti/internal/__init__.py

[error] unresolved-attribute - Unresolved attribute `wrapped` on type `Exception`

tests/arti/internal/test_utils.py

[error] unresolved-attribute - Object of type `Self@a` has no attribute `__name__`

tests/arti/dummies.py

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

tests/arti/internal/test_dispatch.py

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

tests/arti/internal/test_type_hints.py

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

src/arti/graphs/__init__.py

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

src/arti/internal/dispatch.py

[error] unresolved-attribute - Unresolved attribute `_abstract_` on type `(...) -> RETURN@wrap`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/arti/internal/type_hints.py

[error] unresolved-attribute - Object of type `type` has no attribute `__orig_bases__`
[error] invalid-type-form - Variable of type `type[Any]` is not allowed in a type expression
[error] invalid-type-form - Variable of type `type` is not allowed in a type expression
[error] invalid-type-form - Variable of type `type` is not allowed in a type expression
[error] unresolved-import - Module `typing` has no member `_GenericAlias`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/arti/internal/utils.py

[error] invalid-return-type - Return type does not match returned value: expected `Ret@classproperty`, found `classmethod[Unknown, (...), Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(...) -> Unknown`, found `property`

src/arti/producers/__init__.py

[error] unresolved-attribute - Unresolved attribute `__signature__` on type `def map(**kwargs: tuple[StoragePartitionSnapshot, ...]) -> frozendict[PartitionKey, frozendict[str, tuple[StoragePartitionSnapshot, ...]]]`
[error] invalid-method-override - Invalid override of method `__iter__`: Definition is incompatible with `BaseModel.__iter__`

src/arti/storage/__init__.py

[error] invalid-type-form - `ClassVar` cannot contain type variables
[error] invalid-method-override - Invalid override of method `__class_getitem__`: Definition is incompatible with `BaseModel.__class_getitem__`

src/arti/types/bigquery.py

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

src/arti/types/pyarrow.py

[error] unresolved-attribute - Object of type `Type` has no attribute `element`
[error] unresolved-attribute - Object of type `Type` has no attribute `precision`
[error] unresolved-attribute - Object of type `Type` has no attribute `precision`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/arti/types/python.py

[error] unresolved-attribute - Object of type `Type` has no attribute `element`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/arti/views/__init__.py

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

tests/arti/artifacts/test_artifact.py

[error] missing-argument - No argument provided for required parameter `type`

tests/arti/graphs/test_graph.py

[error] unknown-argument - Argument `x` does not match any known parameter
[error] unknown-argument - Argument `y` does not match any known parameter
[error] unknown-argument - Argument `a` does not match any known parameter
[error] unknown-argument - Argument `b` does not match any known parameter
[error] unknown-argument - Argument `a` does not match any known parameter
[error] unknown-argument - Argument `b` does not match any known parameter
[error] unknown-argument - Argument `i` does not match any known parameter
[error] unknown-argument - Argument `i` does not match any known parameter
[error] unknown-argument - Argument `i` does not match any known parameter
[error] unknown-argument - Argument `i` does not match any known parameter
[error] unknown-argument - Argument `a` does not match any known parameter
[error] unknown-argument - Argument `b` does not match any known parameter
[error] unknown-argument - Argument `a` does not match any known parameter
[error] unknown-argument - Argument `b` does not match any known parameter

tests/arti/internal/test_mappings.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `frozendict[str, int]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `frozendict[str, int]`
[error] not-subscriptable - Cannot delete subscript on object of type `frozendict[str, int]` with no `__delitem__` method
[error] invalid-type-arguments - Too many type arguments to class `TypedBox`: expected 1, got 2

tests/arti/internal/test_models.py

[error] unknown-argument - Argument `junk` does not match any known parameter

tests/arti/producers/test_producer.py

[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `tuple[dict[Unknown, Unknown], dict[Unknown, Unknown]]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `frozendict[PartitionKey, frozendict[str, tuple[StoragePartitionSnapshot, ...]]]`
[error] unknown-argument - Argument `a1` does not match any known parameter
[error] unknown-argument - Argument `a1` does not match any known parameter
[error] unknown-argument - Argument `a1` does not match any known parameter
[error] unknown-argument - Argument `a1` does not match any known parameter
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `tuple[int, dict[Unknown, Unknown]]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `frozendict[PartitionKey, frozendict[str, tuple[StoragePartitionSnapshot, ...]]]`
[error] invalid-method-override - Invalid override of method `map`: Definition is incompatible with `P.map`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `frozendict[PartitionKey, frozendict[str, tuple[StoragePartitionSnapshot, ...]]]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `tuple[int, int]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `tuple[list[dict[Unknown, Unknown]], list[dict[Unknown, Unknown]]]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `tuple[int | list[dict[Unknown, Unknown]], list[dict[Unknown, Unknown]]]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `list[dict[Unknown, Unknown]]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `frozendict[PartitionKey, frozendict[str, tuple[StoragePartitionSnapshot, ...]]]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `tuple[A2, A3]`
[error] invalid-parameter-default - Default value of type `A1` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
[error] invalid-assignment - Object of type `None` is not assignable to `A1`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `A2`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `A2`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `str`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `int`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `frozendict[PartitionKey, frozendict[str, tuple[StoragePartitionSnapshot, ...]]]`
[error] missing-argument - No argument provided for required parameter `a1`
[error] unknown-argument - Argument `junk` does not match any known parameter
[error] invalid-argument-type - Argument to bound method `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 `out` is incorrect: Expected `Artifact`, found `Literal[2]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `frozendict[PartitionKey, frozendict[str, tuple[StoragePartitionSnapshot, ...]]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/arti/storage/test_local_storage.py

[error] unresolved-attribute - Object of type `PartitionField` has no attribute `Y`

tests/arti/storage/test_storage.py

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

tests/arti/test_fingerprints.py

[error] invalid-argument-type - Argument to bound method `combine` is incorrect: Expected `Fingerprint`, found `None | str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/arti/types/test_python_adapters.py

[error] invalid-argument-type - Argument is incorrect: Expected `frozenset[Any]`, found `tuple[Literal[1], Literal[2], Literal[3]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

src/async_utils/task_cache.py

[error] unresolved-attribute - Unresolved attribute `__signature__` on type `_Wrapped[P@wrapper, Coroutine[Any, Any, R@wrapper] | Task[R@wrapper], P@wrapper, Task[R@wrapper]]`
[error] unresolved-attribute - Unresolved attribute `__signature__` on type `_Wrapped[P@wrapper, Coroutine[Any, Any, R@wrapper] | Task[R@wrapper], P@wrapper, Task[R@wrapper]]`

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

asynq/decorators.pyi

[error] invalid-method-override - Invalid override of method `__get__`: Definition is incompatible with `PureAsyncDecorator.__get__`

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 `asyncio`
[error] too-many-positional-arguments - Too many positional arguments to bound method `asyncio`: expected 2, got 3
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

src/bandersnatch/tests/plugins/test_storage_plugins.py

[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `manage_permissions` on type `Unknown | Storage`

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

beartype/_cave/_cavemap.py

[error] invalid-assignment - Object of type `None` is not assignable to `tuple[type | str, ...]`

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

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

beartype/_check/error/_pep/pep484/errpep484noreturn.py

[error] invalid-assignment - Object of type `((...) -> Unknown) | None` is not assignable to `(...) -> Unknown`

beartype/_check/error/_pep/pep484585/errpep484585mapping.py

[error] invalid-assignment - Object of type `None` is not assignable to `Iterable[tuple[Hashable, object]]`

beartype/_check/forward/reference/_fwdrefabc.py

[error] invalid-assignment - Object of type `None` is not assignable to `str`
[error] invalid-assignment - Object of type `None` is not assignable to `tuple[Unknown, ...]`
[error] invalid-assignment - Object of type `None` is not assignable to `dict[str, Any]`
[error] invalid-argument-type - Argument to function `proxy_hint_pep484_ref_str_subbed` is incorrect: Expected `str`, found `str | None`

beartype/_check/forward/scope/fwdscopemake.py

[error] invalid-assignment - Object of type `object` is not assignable to `((...) -> Unknown) | None`

beartype/_check/logic/logcls.py

[error] invalid-assignment - Object of type `None` is not assignable to `Iterator[tuple[int, object]]`

beartype/_check/metadata/hint/hintmeta.py

[error] invalid-assignment - Object of type `Iota` is not assignable to attribute `hint_sane` of type `HintSane`
[error] invalid-assignment - Object of type `Iota` is not assignable to attribute `hint_sign` of type `HintSign | None`
[error] invalid-assignment - Object of type `Iota` is not assignable to attribute `indent_level` of type `int`
[error] invalid-assignment - Object of type `Iota` is not assignable to attribute `pith_expr` of type `str`
[error] invalid-assignment - Object of type `Iota` is not assignable to attribute `pith_var_name_index` of type `int`

beartype/_data/hint/datahintrepr.py

[error] invalid-assignment - Object of type `set[Unknown]` is not assignable to `frozenset[str]`
[error] unresolved-attribute - Object of type `frozenset[str]` has no attribute `add`

beartype/_data/typing/datatyping.py

[error] invalid-type-form - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member

beartype/_decor/_nontype/_wrap/_wrapreturn.py

[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-assignment - Object of type `None` is not assignable to `dict[str, Any]`

beartype/_util/ast/utilastmunge.py

[error] unresolved-attribute - Unresolved attribute `lineno` on type `AST`
[error] unresolved-attribute - Object of type `AST` has no attribute `lineno`
[error] unresolved-attribute - Unresolved attribute `col_offset` on type `AST`
[error] unresolved-attribute - Object of type `AST` has no attribute `col_offset`
[error] unresolved-attribute - Unresolved attribute `end_lineno` on type `AST`
[error] unresolved-attribute - Object of type `AST` has no attribute `end_lineno`
[error] unresolved-attribute - Unresolved attribute `end_col_offset` on type `AST`
[error] unresolved-attribute - Object of type `AST` has no attribute `end_col_offset`

beartype/_util/bear/utilbearfunc.py

[error] unresolved-attribute - Unresolved attribute `__beartype_wrapper` on type `(...) -> Unknown`

beartype/_util/cache/map/utilmapunbounded.py

[error] invalid-assignment - Object of type `object` is not assignable to `AbstractContextManager[Unknown, bool | None]`: Incompatible value of type `object`

beartype/_util/cache/utilcachecall.py

[error] invalid-return-type - Return type does not match returned value: expected `CallableT@callable_cached`, found `_Wrapped[(...), Unknown, (*args), Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `CallableT@method_cached_arg_by_id`, found `_Wrapped[(...), Unknown, (self_or_cls, arg), Unknown]`

beartype/_util/cls/utilclsget.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `MappingProxyType[str, Any]`

beartype/_util/func/arg/utilfuncarglen.py

[error] invalid-argument-type - Argument to function `unwrap_func_all_isomorphic` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | CodeType | FrameType | GeneratorType[Unknown, None, None]`
[error] unresolved-attribute - Unresolved attribute `__beartype_args_lens` on type `FunctionType`

beartype/_util/func/arg/utilfuncargtest.py

[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `int`
[error] invalid-return-type - Return type does not match returned value: expected `bool`, found `int`
[error] parameter-already-assigned - Multiple values provided for parameter `arg_name` of function `is_func_arg_name`
[error] parameter-already-assigned - Multiple values provided for parameter `arg_name` of function `is_func_arg_name`

beartype/_util/kind/maplike/utilmapset.py

[error] unsupported-operator - Operator `|` is not supported between two objects of type `Mapping[Unknown, Unknown] & ~AlwaysFalsy`

beartype/_util/kind/sequence/utilseqmake.py

[error] invalid-assignment - Object of type `None` is not assignable to `list[Unknown]`

beartype/_util/py/utilpyweakref.py

[error] invalid-assignment - Object of type `object` is not assignable to `ReferenceType[Unknown] | None`

beartype/bite/collection/infercollectionbuiltin.py

[error] invalid-argument-type - Argument to function `infer_hint_collection_items` is incorrect: Expected `Collection[Unknown]`, found `object`

beartype/claw/_ast/_kind/clawastassign.py

[error] unresolved-attribute - Object of type `Self@visit_Assign` has no attribute `generic_visit`
[error] unresolved-attribute - Object of type `Self@visit_Assign` has no attribute `map_node_attr_imported_to_assigned`
[error] unresolved-attribute - Object of type `Self@visit_AnnAssign` has no attribute `generic_visit`
[error] unresolved-attribute - Object of type `Self@visit_AnnAssign` has no attribute `map_node_attr_imported_to_assigned`
[error] unresolved-attribute - Object of type `Self@visit_AnnAssign` has no attribute `_conf`
[error] unresolved-attribute - Object of type `Self@visit_AnnAssign` has no attribute `_scopes`
[error] invalid-assignment - Object of type `None` is not assignable to `str`
[error] invalid-assignment - Object of type `None` is not assignable to `str`
[error] invalid-assignment - Object of type `None` is not assignable to `AST`
[error] unresolved-attribute - Object of type `Self@visit_AnnAssign` has no attribute `_conf`
[error] unresolved-attribute - Object of type `Self@visit_AnnAssign` has no attribute `_make_node_keyword_conf`
[error] unresolved-attribute - Object of type `Self@visit_AnnAssign` has no attribute `_scopes`
[error] unresolved-attribute - Object of type `Self@visit_AnnAssign` has no attribute `_module_name`
[error] unresolved-attribute - Object of type `Self@visit_AnnAssign` has no attribute `_scopes`

beartype/claw/_ast/_kind/clawastmodule.py

[error] unresolved-attribute - Object of type `Self@visit_Module` has no attribute `generic_visit`

beartype/claw/_clawmain.py

[error] invalid-assignment - Object of type `FrameType | None | Unknown` is not assignable to `FrameType`
[error] call-non-callable - Object of type `None` is not callable
[error] invalid-assignment - Object of type `None` is not assignable to `str`

beartype/claw/_importlib/clawimpcache.py

[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `ModuleSpec | None`

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

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `HintSign`, found `Unknown | 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]`

beartype/__init__.py

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

beartype/_check/error/_nonpep/errnonpeptype.py

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

beartype/_check/error/_pep/pep484/errpep484typevar.py

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

beartype/_check/error/_pep/pep484585/errpep484585subclass.py

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

beartype/_conf/_confoverrides.py

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

beartype/_decor/_type/decortype.py

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

beartype/_util/api/standard/utilcontextlib.py

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

beartype/_util/api/standard/utilfunctools.py

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

beartype/_util/ast/utilastget.py

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

beartype/_util/ast/utilastmake.py

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

beartype/_util/cache/pool/utilcachepoollistfixed.py

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

beartype/_util/func/utilfunccodeobj.py

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

beartype/_util/hint/pep/proposal/pep696.py

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

beartype/_util/hint/utilhintfactory.py

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

beartype/_util/kind/maplike/utilmapfrozen.py

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

beartype/_util/kind/maplike/utilmaptest.py

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

beartype/_util/module/utilmodtest.py

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

beartype/_util/py/utilpyinterpreter.py

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

beartype/_util/utilobjattr.py

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

beartype/claw/__init__.py

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

beartype/claw/_package/_clawpkgmake.py

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

beartype/claw/_package/clawpkgtrie.py

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

beartype/door/_cls/pep/pep484/doorpep484typevar.py

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

beartype/typing/__init__.py

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

beartype/vale/_is/_valeis.py

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

beartype/vale/_is/_valeisobj.py

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

beartype/vale/_is/_valeisoper.py

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

beartype/vale/_is/_valeistype.py

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

beartype/_cave/_cavefast.py

[error] unresolved-import - Cannot resolve imported module `annotationlib`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_check/checkmake.py

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

beartype/_check/code/_pep/codepep484604.py

[error] invalid-assignment - Object of type `Iota` is not assignable to `HintSane`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

[error] invalid-argument-type - Argument to function `die_unless_object_issubclassable` is incorrect: Expected `type | tuple[type, ...] | UnionType`, found `(Unknown & ~type & ~tuple[type, ...] & ~UnionType) | (tuple[Unknown, ...] & ~tuple[type, ...])`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_check/code/codemain.py

[error] invalid-assignment - Object of type `None` is not assignable to `HintSane`
[error] invalid-assignment - Object of type `None` is not assignable to `HintSign`
[error] invalid-assignment - Object of type `None` is not assignable to `HintSane`
[error] invalid-assignment - Object of type `None` is not assignable to `tuple[Unknown, ...]`
[error] invalid-assignment - Object of type `None` is not assignable to `int`
[error] invalid-assignment - Object of type `HintSign | None` is not assignable to `HintSign`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_check/convert/_convcoerce.py

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

beartype/_check/convert/_reduce/_nonpep/api/redapinumpy.py

[error] unresolved-import - Cannot resolve imported module `numpy.typing`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_check/convert/_reduce/_pep/pep484/redpep484ref.py

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

beartype/_check/convert/_reduce/_pep/pep484585/redpep484585itemsview.py

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

beartype/_check/convert/_reduce/_pep/redpep484612646.py

[error] invalid-assignment - Object of type `None` is not assignable to `HintSane`
[error] invalid-argument-type - Argument to function `die_if_hint_pep484_typevar_bound_unbearable` is incorrect: Expected `TypeVar`, found `TypeVar | HintPep646692UnpackedType`
[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_check/convert/_reduce/_pep/redpep544.py

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

beartype/_check/convert/_reduce/_redrecurse.py

[error] invalid-assignment - Object of type `None` is not assignable to `HintSane`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `get` is incorrect: Expected `HintSign | None`, found `HintSign | None | Iota`

beartype/_check/error/errcause.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[HintSane, ...]`, found `Iota | tuple[HintSane, ...]`
[error] invalid-assignment - Object of type `None` is not assignable to `HintSane`
[error] invalid-assignment - Object of type `None` is not assignable to `(ViolationCause, /) -> ViolationCause`
[error] invalid-assignment - Object of type `((ViolationCause, /) -> ViolationCause) | None` is not assignable to `(ViolationCause, /) -> ViolationCause`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_check/error/errmain.py

[error] invalid-assignment - Object of type `None` is not assignable to `type[Exception]`
[error] invalid-argument-type - Argument to function `prefix_callable_return_value` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | None`
[error] invalid-argument-type - Argument to function `prefix_callable_arg_value` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_check/forward/reference/_fwdrefmeta.py

[error] unresolved-reference - Name `beartype` used when not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_check/forward/reference/fwdrefproxy.py

[error] invalid-return-type - Return type does not match returned value: expected `type[BeartypeForwardRefSubbableABC]`, found `type[BeartypeForwardRefABC]`
[error] invalid-assignment - Object of type `type[BeartypeForwardRefABC]` is not assignable to `type[BeartypeForwardRefSubbedABC]`
[error] invalid-assignment - Object of type `type[BeartypeForwardRefABC]` is not assignable to `type[BeartypeForwardRefSubbedABC]`

beartype/_check/forward/scope/fwdscopecls.py

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

beartype/_check/metadata/call/callmetaabc.py

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

beartype/_check/metadata/call/callmetadecor.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `func_wrapper_name` of type `str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_check/metadata/call/callmetadecormin.py

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

beartype/_check/metadata/hint/hintsane.py

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

beartype/_check/metadata/hint/hintsmeta.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `call_meta` of type `BeartypeCallMetaABC`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `pith_curr_var_name` of type `str`
[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `list.__getitem__`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `func_curr_code` of type `str`
[error] invalid-argument-type - Argument to bound method `reinit` is incorrect: Expected `HintSign | None`, found `HintSign | None | Iota`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_check/pep/checkpep484typevar.py

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

beartype/_conf/confmain.py

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

beartype/_data/cls/dataclsany.py

[error] invalid-return-type - Return type does not match returned value: expected `Literal[True]`, found `bool`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_data/py/databuiltins.py

[error] invalid-assignment - Object of type `None` is not assignable to `dict[str, Any]`
[error] invalid-assignment - Object of type `None` is not assignable to `dict[str, Any]`
[error] invalid-assignment - Object of type `None` is not assignable to `frozenset[type]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_decor/_nontype/_decordescriptor.py

[error] invalid-return-type - Return type does not match returned value: expected `BeartypeableT@beartype_descriptor_boundmethod`, found `MethodType`
[error] invalid-return-type - Return type does not match returned value: expected `BeartypeableT@beartype_descriptor_decorator_builtin_property`, found `property`
[error] invalid-argument-type - Argument to function `unwrap_func_class_or_static_method_once` is incorrect: Expected `classmethod[Unknown, (...), Unknown] | staticmethod[(...), Unknown]`, found `BeartypeableT@beartype_descriptor_decorator_builtin_class_or_static_method`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_decor/_nontype/_wrap/_wrapargs.py

[error] invalid-assignment - Object of type `None` is not assignable to `dict[str, Any]`
[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-assignment - Object of type `None` is not assignable to `HintSane`
[error] invalid-assignment - Object of type `None` is not assignable to `ArgKind`
[error] invalid-assignment - Object of type `None` is not assignable to `str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_decor/_nontype/decornontype.py

[error] invalid-argument-type - Argument is incorrect: Argument type `BeartypeableT@beartype_nontype & ~type` does not satisfy upper bound `((...) -> Any) | classmethod[Unknown, (...), Unknown] | property` of type variable `BeartypeableT`
[error] invalid-argument-type - Argument is incorrect: Argument type `BeartypeableT@beartype_nontype & ~type` does not satisfy upper bound `((...) -> Any) | classmethod[Unknown, (...), Unknown] | property` of type variable `BeartypeableT`
[error] invalid-assignment - Object of type `BeartypeableT@beartype_func` is not assignable to `((...) -> Unknown) | None`
[error] invalid-return-type - Return type does not match returned value: expected `BeartypeableT@beartype_func`, found `(...) -> Unknown`
[error] invalid-argument-type - Argument to function `unwrap_func_once` is incorrect: Expected `(...) -> Unknown`, found `BeartypeableT@_beartype_func_contextlib_contextmanager`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_decor/_type/_pep/decortypepep557.py

[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression
[error] unavailable-implicit-super-arguments - Cannot determine implicit arguments for 'super()' in this context

beartype/_decor/decorcore.py

[error] invalid-argument-type - Argument to function `beartype_nontype` is incorrect: Argument type `BeartypeableT@_beartype_object_fatal & ~type` does not satisfy upper bound `((...) -> Any) | classmethod[Unknown, (...), Unknown] | property` of type variable `BeartypeableT`
[error] invalid-assignment - Object of type `type[Warning] | None` is not assignable to `type[Warning]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/api/external/utilclick.py

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

beartype/_util/api/external/utilnumpy.py

[error] unresolved-attribute - Object of type `type` has no attribute `name`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/cache/pool/utilcachepoolinstance.py

[error] unresolved-attribute - Object of type `object` has no attribute `clear`
[error] invalid-return-type - Return type does not match returned value: expected `T@acquire_instance`, found `object`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/cache/utilcachemeta.py

[error] invalid-super-argument - `type[T@__call__]` is not an instance or subclass of `<class 'BeartypeCachingMeta'>` in `super(<class 'BeartypeCachingMeta'>, type[T@__call__])` call
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/cache/utilcacheobjattr.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__sizeof__`: expected 1, got 2
[error] unresolved-attribute - Unresolved attribute `_TYPE_ATTR_CACHE_NAME` on type `_Wrapped[(), int, (self), int]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/cls/pep/clspep3119.py

[error] invalid-argument-type - Argument to function `_die_if_object_uncheckable` is incorrect: Expected `(object, type | tuple[type, ...] | UnionType, /) -> bool`, found `def issubclass(cls: type, class_or_tuple: type | UnionType | tuple[Divergent, ...], /) -> bool`
[error] invalid-argument-type - Argument to function `issubclass` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `~type`
[error] invalid-assignment - Object of type `None` is not assignable to `tuple[Unknown, ...]`
[error] invalid-assignment - Object of type `None` is not assignable to `str`
[error] invalid-assignment - Object of type `None` is not assignable to `str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/cls/pep/clspep557.py

[error] unresolved-attribute - Object of type `object` has no attribute `frozen`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/error/utilerrwarn.py

[error] no-matching-overload - No overload of function `warn` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/func/arg/utilfuncargiter.py

[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__defaults__`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__kwdefaults__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/func/utilfuncframe.py

[error] invalid-assignment - Object of type `None` is not assignable to `FrameType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/func/utilfuncmake.py

[error] call-non-callable - Object of type `None` is not callable
[error] invalid-assignment - Object of type `None` is not assignable to `str`
[error] call-non-callable - Object of type `None` is not callable
[error] call-non-callable - Object of type `None` is not callable
[error] call-non-callable - Object of type `None` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/func/utilfuncscope.py

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

beartype/_util/func/utilfuncwrap.py

[error] invalid-assignment - Object of type `object` is not assignable to `(...) -> Unknown`

beartype/_util/hint/pep/proposal/pep484/pep484604union.py

[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/proposal/pep484/pep484generic.py

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

beartype/_util/hint/pep/proposal/pep484/pep484union.py

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

beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py

[error] invalid-assignment - Object of type `None` is not assignable to `list[Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/proposal/pep484585/pep484585args.py

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

beartype/_util/hint/pep/proposal/pep484585/pep484585func.py

[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression

beartype/_util/hint/pep/proposal/pep544.py

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

beartype/_util/hint/pep/proposal/pep557.py

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

beartype/_util/hint/pep/proposal/pep585.py

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

beartype/_util/hint/pep/proposal/pep612.py

[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-argument-type - Argument to function `get_hint_pep612_paramspec` is incorrect: Expected `ParamSpecArgs | ParamSpecKwargs`, found `object`
[error] invalid-argument-type - Argument to function `get_hint_pep612_paramspec` is incorrect: Expected `ParamSpecArgs | ParamSpecKwargs`, found `object`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/proposal/pep646/pep484585646tuple.py

[error] unresolved-attribute - Special form `typing.Tuple` has no attribute `__class_getitem__`

beartype/_util/hint/pep/proposal/pep646/pep484612646typevar.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `HintPep646TypeVarTupleType` in union `TypeVar | ParamSpec | HintPep646TypeVarTupleType`

beartype/_util/hint/pep/proposal/pep646/pep646692unpack.py

[error] unresolved-import - Module `typing` has no member `Unpack`
[error] not-iterable - Object of type `HintPep646TypeVarTupleType` is not iterable
[error] unresolved-import - Module `typing` has no member `Unpack`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/proposal/pep695.py

[error] unresolved-attribute - Attribute `__value__` is not defined on `HintPep695TypeAlias` in union `HintPep695TypeAlias | Divergent`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/proposal/pep749/pep484749forwardref.py

[error] invalid-assignment - Object of type `None` is not assignable to `str`
[error] unresolved-attribute - Object of type `ForwardRef` has no attribute `evaluate`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/proposal/pep749/pep649749annotate.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any] | None`, found `dict[str, Any] | Iota | Unknown | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/proposal/pep749/pep749evaluate.py

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

beartype/_util/hint/pep/utilpepget.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[TypeVar | HintPep646692UnpackedType, ...]`, found `(tuple[TypeVar | ParamSpec | HintPep646TypeVarTupleType, ...] & ~AlwaysTruthy) | tuple[Unknown, ...]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/_util/hint/pep/utilpepsign.py

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

beartype/_util/text/utiltextjoin.py

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

beartype/_util/text/utiltextlabel.py

[error] invalid-assignment - Object of type `None` is not assignable to `str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/bite/_infermain.py

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

beartype/bite/collection/infercollectionitems.py

[error] invalid-argument-type - Argument to function `_infer_hint_mapping_items` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Collection[Unknown] & ~AlwaysFalsy`
[error] invalid-type-form - Variable of type `object` is not allowed in a type expression
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `object` with no `__getitem__` method
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/bite/collection/infercollectionsabc.py

[error] invalid-assignment - Object of type `~AlwaysFalsy` is not assignable to `type`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/bite/kind/infercallable.py

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

beartype/bite/kind/inferthirdparty.py

[error] unresolved-import - Cannot resolve imported module `numpy.typing`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/claw/_ast/_clawastutil.py

[error] unresolved-attribute - Object of type `Self@_make_node_keyword_conf` has no attribute `_module_name`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/claw/_ast/_kind/clawastimport.py

[error] invalid-assignment - Object of type `str | None` is not assignable to `str`
[error] unresolved-attribute - Object of type `Self@visit_Import` has no attribute `generic_visit`
[error] unresolved-attribute - Object of type `Self@visit_ImportFrom` has no attribute `generic_visit`
[error] unresolved-attribute - Object of type `Self@visit_ImportFrom` has no attribute `_module_basenames`
[error] unresolved-attribute - Object of type `Self@visit_ImportFrom` has no attribute `_module_basenames`
[error] unresolved-attribute - Attribute `split` is not defined on `None` in union `str | None`
[error] unresolved-attribute - Object of type `Self@visit_ImportFrom` has no attribute `_conf`
[error] unresolved-attribute - Object of type `Self@visit_ImportFrom` has no attribute `_module_name`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `None | (Iota & BeartypeDecorPlaceTrieABC) | (Unknown & BeartypeDecorPlaceTrieABC)`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `None`
[error] unresolved-attribute - Object of type `Self@_decorate_node_beartype` has no attribute `_make_node_keyword_conf`
[error] unresolved-attribute - Object of type `Self@_decorate_node_beartype_last_before_decor_hostile` has no attribute `_conf`
[error] unresolved-attribute - Object of type `Self@_decorate_node_beartype_last_before_decor_hostile` has no attribute `_module_name`
[error] unresolved-attribute - Attribute `get` is not defined on `Iota` in union `(ChainMap[str, dict[str, Divergent] | None] & ~AlwaysFalsy) | dict[str, Divergent] | Iota | Divergent`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/claw/_ast/_pep/clawastpep695.py

[error] unresolved-reference - Name `ast` used when not defined
[error] unresolved-attribute - Object of type `Self@visit_TypeAlias` has no attribute `generic_visit`
[error] invalid-assignment - Object of type `None` is not assignable to `AST`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/claw/_ast/clawastmain.py

[error] unresolved-attribute - Object of type `NodeT@generic_visit` has no attribute `name`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/claw/_importlib/_clawimpload.py

[error] invalid-assignment - Object of type `None` is not assignable to `str`: Incompatible value of type `None`
[error] invalid-method-override - Invalid override of method `source_to_code`: Definition is incompatible with `SourceFileLoader.source_to_code`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/claw/_importlib/clawimpmain.py

[error] unresolved-attribute - Unresolved attribute `__beartype_is_path_hook__` on type `(str, /) -> PathEntryFinder`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/claw/_package/clawpkgmain.py

[error] invalid-argument-type - Argument to function `_whitelist_packages_some` is incorrect: Expected `Iterable[str]`, found `Iterable[str] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

beartype/door/_cls/doormeta.py

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

beartype/door/_cls/pep/pep484/doorpep484newtype.py

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

beartype/door/_cls/util/doorclsmap.py

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

beartype/door/_func/doorfunc.py

[error] invalid-return-type - Return type does not match returned value: expected `TypeIs[T@is_bearable]`, found `bool | None`

beartype/typing/_typingpep544.py

[error] unresolved-attribute - Unresolved attribute `_is_protocol` on type `_TT@__new__`
[error] unresolved-attribute - Object of type `_TT@__new__` has no attribute `_is_protocol`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

src/blib2to3/pytree.py

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

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

src/bokeh/protocol/__init__.py

[error] unresolved-attribute - Object of type `type[Message[Any]]` has no attribute `create`

src/bokeh/server/server.py

[error] invalid-assignment - Object of type `Int` is not assignable to `int`
[error] invalid-assignment - Object of type `Nullable[Unknown]` is not assignable to `str | None`
[error] invalid-assignment - Object of type `Int` is not assignable to `int`
[error] invalid-assignment - Object of type `Nullable[Unknown]` is not assignable to `str | None`
[error] invalid-assignment - Object of type `String` is not assignable to `str`
[error] invalid-assignment - Object of type `Nullable[Unknown]` is not assignable to `str | None`
[error] invalid-assignment - Object of type `Nullable[Unknown]` is not assignable to `list[str] | None`
[error] invalid-assignment - Object of type `Bool` is not assignable to `bool`
[error] invalid-assignment - Object of type `Nullable[Unknown]` is not assignable to `str | None`
[error] invalid-assignment - Object of type `Nullable[Unknown]` is not assignable to `str | None`
[error] invalid-assignment - Object of type `Nullable[Unknown]` is not assignable to `str | None`
[error] invalid-assignment - Object of type `Int` is not assignable to `int`

src/bokeh/server/tornado.py

[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`

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

boostedblob/__init__.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["pkg_resources"]` and value of type `object` on object of type `dict[str, ModuleType]`

boostedblob/azure_auth.py

[error] unresolved-import - Cannot resolve imported module `azure.identity.aio`

boostedblob/google_auth.py

[error] unresolved-import - Cannot resolve imported module `Cryptodome.Hash`
[error] unresolved-import - Cannot resolve imported module `Cryptodome.PublicKey`
[error] unresolved-import - Cannot resolve imported module `Cryptodome.Signature`

boostedblob/path_registry.py

[error] unresolved-import - Cannot resolve imported module `boostedblob_ext`

boostedblob/boost.py

[error] invalid-argument-type - Argument to function `create_task` is incorrect: Expected `Generator[Any, None, Unknown] | Coroutine[Any, Any, Unknown]`, found `Unknown | Awaitable[T@EageriseBoostable]`

boostedblob/globals.py

[error] invalid-return-type - Return type does not match returned value: expected `F@ensure_session`, found `_Wrapped[(...), Unknown, (...), CoroutineType[Any, Any, Any]]`

boostedblob/listing.py

[error] unresolved-attribute - Object of type `Element[Unknown]` has no attribute `iterchildren`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

boostedblob/path.py

[error] unresolved-attribute - Object of type `T@is_relative_to` has no attribute `relative_to`
[error] invalid-assignment - Object of type `_SingleDispatchCallable[Unknown]` is not assignable to `F@pathdispatch`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

src/build/__main__.py

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

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

src/check_jsonschema/formats/__init__.py

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

src/check_jsonschema/schema_loader/main.py

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

src/check_jsonschema/schema_loader/resolver.py

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

src/check_jsonschema/cli/param_types.py

[error] invalid-return-type - Return type does not match returned value: expected `C@_shim_click_8_2_get_metavar`, found `_Wrapped[(...), Unknown, (...), None]`

src/check_jsonschema/format_errors.py

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

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

cibuildwheel/projectfiles.py

[error] unresolved-attribute - Unresolved attribute `parent` on type `AST`

cibuildwheel/schema.py

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

cibuildwheel/platforms/android.py

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

cibuildwheel/resources/_cross_venv.py

[error] unresolved-attribute - Unresolved attribute `cross_compiling` on type `<module 'sys'>`.
[error] unresolved-attribute - Unresolved attribute `getandroidapilevel` on type `<module 'sys'>`.
[error] unresolved-attribute - Unresolved attribute `_multiarch` on type `_implementation`
[error] unresolved-attribute - Module `sysconfig` has no member `_init_config_vars`

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

tests/integration_tests/util.py

[error] unresolved-attribute - Unresolved attribute `lxc_log` on type `IntegrationInstance`

cloudinit/config/schema.py

[error] invalid-assignment - Object of type `(def is_valid_pre_4_0_0(self, instance, _schema=None, **__) -> Unknown) | (def is_valid(self, instance, _schema=None, **__) -> Unknown)` is not assignable to attribute `is_valid` of type `Overload[(self, instance) -> bool, (self, instance, _schema: bool | Mapping[str, Any] | None) -> 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 `extractall` is incorrect: Expected `bool`, found `str`

tests/unittests/sources/test_azure.py

[error] unresolved-import - Cannot resolve imported module `nonexistent_module_that_will_never_exist`

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

colour/io/tests/test_fichet2021.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `attributes` of type `tuple[Unknown, ...]`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `attributes` of type `tuple[Unknown, ...]`

colour/phenomena/tmm.py

[error] invalid-argument-type - Argument to function `tsplit` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 9 types] | None`, found `type[complexfloating[_32Bit, _32Bit] | complex128]`
[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 9 types] | None`, found `type[complexfloating[_32Bit, _32Bit] | complex128]`

colour/recovery/tests/test_jiang2013.py

[error] invalid-assignment - Not enough values to unpack: Expected 3

colour/appearance/scam.py

[error] invalid-argument-type - Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | None | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]]`

colour/utilities/network.py

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

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

homeassistant/auth/auth_store.py

[error] invalid-assignment - Object of type `None` is not assignable to `dict[str, User]`: Incompatible value of type `None`
[error] invalid-assignment - Object of type `None` is not assignable to `dict[str, Group]`: Incompatible value of type `None`
[error] invalid-assignment - Object of type `None` is not assignable to `PermissionLookup`: Incompatible value of type `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]]`

homeassistant/components/automation/__init__.py

[error] invalid-assignment - Object of type `(TemplateVarsType, /) -> bool` is not assignable to `IfAction`

homeassistant/components/bond/entity.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown | str | None, Unknown | str]]`

homeassistant/components/config/config_entries.py

[error] invalid-key - Unknown key "result" for TypedDict `FlowResult[FlowContext, str]`

homeassistant/components/config/view.py

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

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

homeassistant/components/group/media_player.py

[error] unresolved-attribute - Attribute `attributes` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - Attribute `attributes` is not defined on `None` in union `Unknown | State | None`

homeassistant/components/group/valve.py

[error] override-of-final-method - Cannot override final member `async_handle_open_valve` from superclass `ValveEntity`
[error] override-of-final-method - Cannot override final member `async_handle_close_valve` from superclass `ValveEntity`

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 `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 `close` is incorrect: Expected `bytes`, found `str | None`

homeassistant/components/history_stats/config_flow.py

[error] unresolved-attribute - Attribute `_common_handler` is not defined on `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]` in union `Unknown | FlowHandler[ConfigFlowContext, ConfigFlowResult, str]`

homeassistant/components/http/ban.py

[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`

homeassistant/components/kraken/sensor.py

[error] invalid-argument-type - Argument is incorrect: Expected `DataUpdateCoordinator[KrakenResponse]`, found `Unknown | DataUpdateCoordinator[KrakenResponse | None]`

homeassistant/components/lcn/device_trigger.py

[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `str | None`

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

homeassistant/components/met/weather.py

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

homeassistant/components/met_eireann/weather.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str]]`

homeassistant/components/nextcloud/sensor.py

[error] invalid-argument-type - Argument is incorrect: Expected `str | int | float`, found `Unknown | None`

homeassistant/components/notify/legacy.py

[error] invalid-assignment - Object of type `None` is not assignable to `HomeAssistant`

homeassistant/components/onvif/entity.py

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

homeassistant/components/opengarage/cover.py

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

homeassistant/components/radarr/calendar.py

[error] invalid-method-override - Invalid override of method `async_get_events`: Definition is incompatible with `CalendarEntity.async_get_events`

homeassistant/components/recorder/auto_repairs/schema.py

[error] unresolved-attribute - Object of type `Dialect` has no attribute `_fetch_setting`

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

homeassistant/components/statistics/config_flow.py

[error] unresolved-attribute - Attribute `_common_handler` is not defined on `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]` in union `Unknown | FlowHandler[ConfigFlowContext, ConfigFlowResult, str]`

homeassistant/components/supervisord/sensor.py

[error] invalid-assignment - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `list[dict[Unknown, Unknown]]`

homeassistant/components/tts/media_source.py

[error] invalid-key - Unknown key "stream" for TypedDict `ParsedMediaSourceId`

homeassistant/components/vilfo/sensor.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, Unknown, Unknown]]`

homeassistant/components/websocket_api/__init__.py

[error] unresolved-attribute - Object of type `WebSocketCommandHandler` has no attribute `_ws_command`
[error] unresolved-attribute - Object of type `WebSocketCommandHandler` has no attribute `_ws_schema`

homeassistant/helpers/category_registry.py

[error] invalid-return-type - Return type does not match returned value: expected `CategoryRegistryStoreData`, found `dict[str, dict[str, list[dict[str, Any]]]]`

homeassistant/helpers/floor_registry.py

[error] invalid-return-type - Return type does not match returned value: expected `FloorRegistryStoreData`, found `dict[str, list[dict[str, Any]]]`

homeassistant/helpers/label_registry.py

[error] invalid-return-type - Return type does not match returned value: expected `LabelRegistryStoreData`, found `dict[str, list[dict[str, Any]]]`

homeassistant/helpers/location.py

[error] invalid-argument-type - Argument to function `has_location` is incorrect: Expected `State`, found `Unknown | State | None`
[error] unresolved-attribute - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[error] invalid-argument-type - Argument to function `_get_location_from_attributes` is incorrect: Expected `State`, found `Unknown | State | None`

homeassistant/helpers/singleton.py

[error] invalid-argument-type - Argument is incorrect: Expected `(HomeAssistant, /) -> Coroutine[Any, Any, int]`, found `def func_error(hass: HomeAssistant) -> int`

homeassistant/scripts/__init__.py

[warning] deprecated - The function `set_event_loop_policy` is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.

homeassistant/scripts/auth.py

[warning] deprecated - The function `set_event_loop_policy` is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.

homeassistant/scripts/benchmark/__init__.py

[error] unresolved-attribute - Object of type `_AbstractEventLoopPolicy` has no attribute `loop_name`
[warning] deprecated - The function `get_event_loop_policy` is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.
[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 `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]`

homeassistant/util/async_.py

[error] unresolved-attribute - Object of type `AbstractEventLoop` has no attribute `_scheduled`

homeassistant/util/color.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, int, int, int]`, found `tuple[int, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, int, int]`, found `tuple[int, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, int, int, int, int]`, found `tuple[int, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, int, int]`, found `tuple[int, ...]`

homeassistant/util/frozen_dataclass_compat.py

[error] unresolved-attribute - Module `dataclasses` has no member `_is_kw_only`
[error] unresolved-attribute - Module `dataclasses` has no member `_is_type`
[error] unresolved-attribute - Module `dataclasses` has no member `_is_kw_only`
[error] unresolved-attribute - Module `dataclasses` has no member `_get_field`
[error] invalid-assignment - Object of type `Unknown | (Overload[(o: object, /) -> None, (name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None])` is not assignable to attribute `__init__` of type `def __init__(cls, name: str, bases: tuple[type, ...], namespace: dict[Any, Any], **kwargs: Any) -> None`
[error] invalid-assignment - Object of type `def __new__(...) -> object` is not assignable to attribute `__new__` of type `def __new__(mcs, name: str, bases: tuple[type, ...], namespace: dict[Any, Any], frozen_or_thawed: bool = False, **kwargs: Any) -> Any`

homeassistant/auth/mfa_modules/__init__.py

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

homeassistant/auth/permissions/util.py

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

homeassistant/components/acmeda/__init__.py

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

homeassistant/components/acmeda/cover.py

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

homeassistant/components/acmeda/sensor.py

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

homeassistant/components/adax/__init__.py

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

homeassistant/components/amberelectric/binary_sensor.py

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

homeassistant/components/blueprint/websocket_api.py

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

homeassistant/components/bthome/device_trigger.py

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

homeassistant/components/cert_expiry/helper.py

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

homeassistant/components/climate/__init__.py

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

homeassistant/components/co2signal/util.py

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

homeassistant/components/config/auth_provider_homeassistant.py

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

homeassistant/components/doorbird/util.py

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

homeassistant/components/eafm/__init__.py

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

homeassistant/components/fritzbox/climate.py

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

homeassistant/components/fritzbox/cover.py

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

homeassistant/components/fritzbox/light.py

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

homeassistant/components/generic_hygrostat/humidifier.py

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

homeassistant/components/heos/__init__.py

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

homeassistant/components/here_travel_time/sensor.py

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

homeassistant/components/homeassistant/trigger.py

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

homeassistant/components/homeassistant/triggers/time_pattern.py

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

homeassistant/components/input_button/__init__.py

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

homeassistant/components/input_text/__init__.py

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

homeassistant/components/ios/__init__.py

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

homeassistant/components/knx/storage/entity_store_validation.py

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

homeassistant/components/konnected/handlers.py

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

homeassistant/components/libre_hardware_monitor/diagnostics.py

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

homeassistant/components/lovelace/dashboard.py

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

homeassistant/components/microsoft_face_detect/image_processing.py

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

homeassistant/components/nissan_leaf/sensor.py

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

homeassistant/components/p1_monitor/sensor.py

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

homeassistant/components/rest/binary_sensor.py

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

homeassistant/components/rest/sensor.py

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

homeassistant/components/scene/__init__.py

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

homeassistant/components/shopping_list/__init__.py

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

homeassistant/components/smhi/sensor.py

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

homeassistant/components/template/image.py

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

homeassistant/components/template/update.py

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

homeassistant/components/time_date/sensor.py

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

homeassistant/components/tod/binary_sensor.py

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

homeassistant/components/trace/models.py

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

homeassistant/components/v2c/diagnostics.py

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

homeassistant/components/wallbox/lock.py

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

homeassistant/util/logging.py

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

homeassistant/auth/mfa_modules/notify.py

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

homeassistant/auth/mfa_modules/totp.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `None`
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `dict[str, str] | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `dict[str, str] | None`
[error] unresolved-attribute - Attribute `get` is not defined on `None` in union `dict[str, str] | None`

homeassistant/auth/providers/__init__.py

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

homeassistant/bootstrap.py

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

homeassistant/components/acmeda/entity.py

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

homeassistant/components/acmeda/hub.py

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

homeassistant/components/adguard/entity.py

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

homeassistant/components/airthings/coordinator.py

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

homeassistant/components/airthings/sensor.py

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

homeassistant/components/amberelectric/sensor.py

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

homeassistant/components/amcrest/camera.py

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

homeassistant/components/ampio/air_quality.py

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

homeassistant/components/analytics/analytics.py

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

homeassistant/components/androidtv/media_player.py

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

homeassistant/components/anthropic/entity.py

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

homeassistant/components/apache_kafka/__init__.py

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

homeassistant/components/api/__init__.py

[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 `async_render` is incorrect: Expected `TemplateVarsType`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`

homeassistant/components/apple_tv/__init__.py

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

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 `created_at` 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 `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_name` 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 `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 `translation_key` 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 `async_update_device`
[error] unknown-argument - Argument `via_device` does not match any known parameter of bound method `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 `async_update_device` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, str]]`

homeassistant/components/aqualogic/switch.py

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

homeassistant/components/assist_pipeline/pipeline.py

[error] invalid-assignment - Object of type `None` is not assignable to `str`
[error] invalid-argument-type - Argument to function `async_get_speech_to_text_engine` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `prepare_speech_to_text` is incorrect: Expected `SpeechMetadata`, found `SpeechMetadata | None`

homeassistant/components/aussie_broadband/config_flow.py

[error] unresolved-attribute - Attribute `get_services` is not defined on `None` in union `Unknown | None`

homeassistant/components/auth/__init__.py

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

homeassistant/components/auth/login_flow.py

[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `AuthFlowResult`
[error] invalid-assignment - Invalid assignment to key "result" with declared type `Credentials` on TypedDict `AuthFlowResult`: value of type `Unknown | str`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`
[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`

homeassistant/components/auth/mfa_setup_flow.py

[error] invalid-method-override - Invalid override of method `async_create_flow`: Definition is incompatible with `FlowManager.async_create_flow`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `FlowResult[FlowContext, str]`

homeassistant/components/azure_devops/entity.py

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

homeassistant/components/backblaze_b2/b2_client.py

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

homeassistant/components/blueprint/models.py

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

homeassistant/components/bluetooth/active_update_coordinator.py

[error] invalid-assignment - Object of type `None` is not assignable to `_T@ActiveBluetoothDataUpdateCoordinator`: Incompatible value of type `None`

homeassistant/components/bluetooth/passive_update_processor.py

[error] invalid-assignment - Invalid subscript assignment with key of type `PassiveBluetoothEntityKey` and value of type `EntityDescription | str | None | _T@PassiveBluetoothDataUpdate` on object of type `dict[PassiveBluetoothEntityKey, EntityDescription]`
[error] invalid-assignment - Invalid subscript assignment with key of type `PassiveBluetoothEntityKey` and value of type `EntityDescription | str | None | _T@PassiveBluetoothDataUpdate` on object of type `dict[PassiveBluetoothEntityKey, _T@PassiveBluetoothDataUpdate]`
[error] invalid-assignment - Invalid subscript assignment with key of type `PassiveBluetoothEntityKey` and value of type `EntityDescription | str | None | _T@PassiveBluetoothDataUpdate` on object of type `dict[PassiveBluetoothEntityKey, str | None]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/bond/__init__.py

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

homeassistant/components/bond/utils.py

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

homeassistant/components/brunt/cover.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str | None]]`

homeassistant/components/bthome/coordinator.py

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

homeassistant/components/caldav/calendar.py

[error] invalid-argument-type - Argument to function `is_offset_reached` is incorrect: Expected `timedelta`, found `Unknown | timedelta | None`

homeassistant/components/caldav/coordinator.py

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

homeassistant/components/caldav/todo.py

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

homeassistant/components/canary/camera.py

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

homeassistant/components/cloud/client.py

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

homeassistant/components/cloud/prefs.py

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

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

homeassistant/components/configurator/__init__.py

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

homeassistant/components/conversation/trigger.py

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

homeassistant/components/counter/__init__.py

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

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`

homeassistant/components/device_automation/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `list[list[dict[str, Any]] | Exception]`, found `list[Unknown | BaseException]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/device_tracker/legacy.py

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

homeassistant/components/devolo_home_control/switch.py

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

homeassistant/components/devolo_home_network/button.py

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

homeassistant/components/devolo_home_network/switch.py

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

homeassistant/components/devolo_home_network/update.py

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

homeassistant/components/dlna_dms/dms.py

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

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 bound method `__init__` is incorrect: Expected `SensorDeviceClass`, found `SensorDeviceClass | None`

homeassistant/components/ecovacs/sensor.py

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

homeassistant/components/ecovacs/vacuum.py

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

homeassistant/components/elkm1/binary_sensor.py

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

homeassistant/components/emulated_hue/config.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["1"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/energy/data.py

[error] invalid-assignment - Object of type `SourceType` is not assignable to `GridSourceType`

homeassistant/components/esphome/entry_data.py

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

homeassistant/components/esphome/enum_mapper.py

[error] invalid-assignment - Object of type `dict[_EnumT@EsphomeEnumMapper, _ValT@EsphomeEnumMapper]` is not assignable to `dict[_EnumT@EsphomeEnumMapper | None, _ValT@EsphomeEnumMapper | None]`

homeassistant/components/esphome/fan.py

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

homeassistant/components/esphome/light.py

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

homeassistant/components/esphome/manager.py

[error] unresolved-import - Cannot resolve imported module `aioesphomeapi.api_pb2`

homeassistant/components/evohome/coordinator.py

[error] unresolved-attribute - Object of type `Self@async_first_refresh` has no attribute `_DataUpdateCoordinator__wrap_async_setup`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/evohome/entity.py

[error] invalid-assignment - Object of type `Unknown | dict[str, Any] | None` is not assignable to attribute `_schedule` of type `list[Unknown] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/evohome/storage.py

[error] invalid-assignment - Object of type `(Unknown & ~AlwaysFalsy) | dict[Unknown, Unknown]` is not assignable to `_TokenStoreT`
[error] invalid-argument-type - Argument to bound method `_import_session_id` is incorrect: Expected `_SessionIdEntryT`, found `_TokenStoreT`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/ezviz/alarm_control_panel.py

[error] invalid-argument-type - Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[tuple[str, str | None]]`

homeassistant/components/ffmpeg/__init__.py

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

homeassistant/components/flume/__init__.py

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

homeassistant/components/flux_led/discovery.py

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

homeassistant/components/fritz/coordinator.py

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

homeassistant/components/fritz/sensor.py

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

homeassistant/components/fritzbox/switch.py

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

homeassistant/components/fritzbox_callmonitor/base.py

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

homeassistant/components/fronius/coordinator.py

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

homeassistant/components/fronius/sensor.py

[error] invalid-argument-type - Argument is incorrect: Expected `((StateType, /) -> StateType) | None`, found `Overload[(key: int, default: None = None, /) -> str | None, (key: int, default: str, /) -> str, [_T](key: int, default: _T, /) -> str | _T]`
[error] invalid-argument-type - Argument is incorrect: Expected `((StateType, /) -> StateType) | None`, found `<class 'int'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/frontend/__init__.py

[error] invalid-method-override - Invalid override of method `get_info`: Definition is incompatible with `AbstractResource.get_info`

homeassistant/components/fujitsu_fglair/sensor.py

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

homeassistant/components/gardena_bluetooth/sensor.py

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

homeassistant/components/gios/__init__.py

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

homeassistant/components/google/api.py

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

homeassistant/components/google_assistant_sdk/__init__.py

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

homeassistant/components/google_assistant_sdk/helpers.py

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

homeassistant/components/google_cloud/helpers.py

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

homeassistant/components/google_cloud/tts.py

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

homeassistant/components/google_generative_ai_conversation/entity.py

[error] unresolved-attribute - Object of type `str` has no attribute `decode`

homeassistant/components/google_sheets/config_flow.py

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

homeassistant/components/google_sheets/services.py

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

homeassistant/components/govee_ble/binary_sensor.py

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

homeassistant/components/growatt_server/coordinator.py

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

homeassistant/components/heos/diagnostics.py

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

homeassistant/components/home_connect/coordinator.py

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

homeassistant/components/homekit/__init__.py

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

homeassistant/components/homekit/accessories.py

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

homeassistant/components/homekit/doorbell.py

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

homeassistant/components/homekit/type_air_purifiers.py

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

homeassistant/components/homekit/type_cameras.py

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

homeassistant/components/homekit/type_covers.py

[error] invalid-assignment - Object of type `str` is not assignable to `CoverState`
[error] invalid-assignment - Object of type `str` is not assignable to `CoverState`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/homekit/type_humidifiers.py

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

homeassistant/components/homekit/type_triggers.py

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

homeassistant/components/homekit_controller/camera.py

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

homeassistant/components/homekit_controller/config_flow.py

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

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

homeassistant/components/http/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AbstractEventLoop`, found `Unknown | AbstractEventLoop | None`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] invalid-assignment - Object of type `() -> Unknown` is not assignable to attribute `freeze` on type `Unknown | UrlDispatcher`

homeassistant/components/http/auth.py

[error] invalid-argument-type - Argument to function `ip_address` is incorrect: Expected `int | str | bytes | IPv4Address | IPv6Address`, found `str | None`

homeassistant/components/http/cors.py

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

homeassistant/components/http/forwarded.py

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

homeassistant/components/hue/v2/hue_event.py

[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DeviceEntry | None`
[error] unresolved-attribute - Attribute `id` is not defined on `None` in union `DeviceEntry | None`

homeassistant/components/hydrawise/coordinator.py

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

homeassistant/components/incomfort/sensor.py

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

homeassistant/components/inels/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | bytes | bytearray`

homeassistant/components/iotty/switch.py

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

homeassistant/components/iqvia/sensor.py

[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unresolved-reference - Name `data` used when possibly not defined

homeassistant/components/islamic_prayer_times/coordinator.py

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

homeassistant/components/isy994/sensor.py

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

homeassistant/components/izone/climate.py

[error] invalid-parameter-default - Default value of type `None` is not assignable to annotated parameter type `_T@_return_on_connection_error`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/jellyfin/media_source.py

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

homeassistant/components/knx/config_flow.py

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

homeassistant/components/knx/dpt.py

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

homeassistant/components/knx/expose.py

[error] unresolved-attribute - Object of type `~AlwaysFalsy` has no attribute `get`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/knx/repairs.py

[error] invalid-assignment - Object of type `dict[str, str | int | float | None]` is not assignable to `dict[str, str]`
[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]`

homeassistant/components/knx/schema.py

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

homeassistant/components/knx/storage/time_server.py

[error] invalid-return-type - Return type does not match returned value: expected `KNXTimeServerStoreModel`, found `dict[Unknown, Unknown]`

homeassistant/components/knx/storage/util.py

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

homeassistant/components/knx/telegrams.py

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

homeassistant/components/knx/trigger.py

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

homeassistant/components/knx/validation.py

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

homeassistant/components/konnected/__init__.py

[error] unresolved-attribute - Attribute `state` is not defined on `None` in union `Unknown | State | None`

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

homeassistant/components/liebherr/select.py

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

homeassistant/components/light/__init__.py

[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `str`, found `str | Marker`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/litterrobot/binary_sensor.py

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

homeassistant/components/litterrobot/switch.py

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

homeassistant/components/lutron_caseta/entity.py

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

homeassistant/components/mcp/config_flow.py

[error] invalid-assignment - Object of type `AbstractOAuth2Implementation | None` is not assignable to attribute `flow_impl` of type `AbstractOAuth2Implementation`

homeassistant/components/mcp_server/server.py

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

homeassistant/components/media_extractor/__init__.py

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

homeassistant/components/media_player/__init__.py

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

homeassistant/components/miele/sensor.py

[error] invalid-assignment - Object of type `str | int | float | ... omitted 3 union elements` is not assignable to attribute `_attr_native_value` of type `StateType | datetime`

homeassistant/components/mikrotik/coordinator.py

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

homeassistant/components/minecraft_server/__init__.py

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

homeassistant/components/modbus/modbus.py

[error] unresolved-attribute - Attribute `connect` is not defined on `None` in union `Unknown | None`

homeassistant/components/motioneye/media_source.py

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

homeassistant/components/mqtt/async_client.py

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

homeassistant/components/mqtt/binary_sensor.py

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

homeassistant/components/mqtt/client.py

[error] call-non-callable - Object of type `None` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/mqtt/sensor.py

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

homeassistant/components/mqtt/siren.py

[error] invalid-key - TypedDict `SirenTurnOnServiceParameters` can only be subscripted with a string literal key, got key of type `str`

homeassistant/components/mysensors/climate.py

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

homeassistant/components/mysensors/entity.py

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

homeassistant/components/myuplink/sensor.py

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

homeassistant/components/neato/api.py

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

homeassistant/components/nest/api.py

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

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

homeassistant/components/nibe_heatpump/number.py

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

homeassistant/components/nordpool/coordinator.py

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

homeassistant/components/onkyo/coordinator.py

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

homeassistant/components/openai_conversation/entity.py

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

homeassistant/components/overkiz/climate/__init__.py

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

homeassistant/components/owntracks/helper.py

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

homeassistant/components/owntracks/messages.py

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

homeassistant/components/pi_hole/switch.py

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

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`

homeassistant/components/pterodactyl/api.py

[error] unresolved-attribute - Attribute `client` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `client` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `client` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `client` is not defined on `None` in union `Unknown | None`

homeassistant/components/pushbullet/api.py

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

homeassistant/components/recorder/db_schema.py

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

homeassistant/components/recorder/executor.py

[error] unresolved-attribute - Object of type `AbstractSet[Thread]` has no attribute `add`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[Any, Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/recorder/models/state.py

[error] invalid-method-override - Invalid override of method `as_dict`: Definition is incompatible with `State.as_dict`
[error] invalid-assignment - Object of type `int | float | None` is not assignable to `int | float`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/recorder/pool.py

[error] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `ConnectionPoolEntry`

homeassistant/components/recorder/statistics.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `bound method Row[Any].count(value: Any, /) -> int` and `int | float`
[error] unresolved-attribute - Object of type `type[StatisticsBase]` has no attribute `__tablename__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/recorder/table_managers/statistics_meta.py

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

homeassistant/components/recorder/util.py

[error] invalid-assignment - Object of type `object` is not assignable to `Recorder`
[error] invalid-assignment - Object of type `object` is not assignable to `Recorder`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

homeassistant/components/rfxtrx/entity.py

[error] invalid-return-type - Return type does not match returned value: expected `set[tuple[str, str]]`, found `set[tuple[str, str] | tuple[str, str, str, str]]`

homeassistant/components/roborock/button.py

[error] unresolved-attribute - Attribute `api` is not defined on `RoborockDataUpdateCoordinatorA01[Unknown]` in union `Unknown | RoborockDataUpdateCoordinatorA01[Unknown]`

homeassistant/components/roborock/select.py

[error] unresolved-attribute - Attribute `api` is not defined on `RoborockDataUpdateCoordinatorA01[Unknown]` in union `Unknown | RoborockDataUpdateCoordinatorA01[Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/roborock/switch.py

[error] unresolved-attribute - Attribute `api` is not defined on `RoborockDataUpdateCoordinatorA01[Unknown]` in union `Unknown | RoborockDataUpdateCoordinatorA01[Unknown]`
[error] unresolved-attribute - Attribute `api` is not defined on `RoborockDataUpdateCoordinatorA01[Unknown]` in union `Unknown | RoborockDataUpdateCoordinatorA01[Unknown]`

homeassistant/components/roborock/vacuum.py

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

homeassistant/components/samsungtv/bridge.py

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

homeassistant/components/samsungtv/entity.py

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

homeassistant/components/scrape/sensor.py

[error] invalid-argument-type - Argument to function `available` is incorrect: Expected `CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]`, found `Self@available`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/sensor/__init__.py

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

homeassistant/components/sftp_storage/client.py

[error] invalid-return-type - Return type does not match returned value: expected `Self@__aenter__`, found `BackupAgentClient`

homeassistant/components/shell_command/__init__.py

[error] unresolved-attribute - Object of type `Process & ~AlwaysFalsy` has no attribute `_transport`

homeassistant/components/shelly/coordinator.py

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

homeassistant/components/shelly/entity.py

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

homeassistant/components/shelly/utils.py

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

homeassistant/components/simplisafe/__init__.py

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

homeassistant/components/sonos/helpers.py

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

homeassistant/components/sonos/media.py

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

homeassistant/components/sql/util.py

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

homeassistant/components/stream/recorder.py

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

homeassistant/components/stream/worker.py

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

homeassistant/components/synology_dsm/binary_sensor.py

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

homeassistant/components/synology_dsm/sensor.py

[warning] possibly-unresolved-reference - Name `attr` used when possibly not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/synology_dsm/switch.py

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

homeassistant/components/tasmota/light.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.HS]` and `set[ColorMode] | None | Unknown | set[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.WHITE]` and `set[ColorMode] | None | Unknown | set[Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal[ColorMode.COLOR_TEMP]` and `set[ColorMode] | None | Unknown | set[Unknown]`

homeassistant/components/tellduslive/config_flow.py

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

homeassistant/components/template/helpers.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/template/template_entity.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `entity_id` of type `str`

homeassistant/components/tibber/sensor.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `str | int | float | ... omitted 3 union elements`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/timer/__init__.py

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

homeassistant/components/toon/__init__.py

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

homeassistant/components/toon/entity.py

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

homeassistant/components/tplink/camera.py

[error] invalid-key - Unknown key "reauth_source" for TypedDict `ConfigFlowContext`

homeassistant/components/traccar_server/coordinator.py

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

homeassistant/components/transmission/coordinator.py

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

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`

homeassistant/components/tts/__init__.py

[error] invalid-key - Unknown key "stream" for TypedDict `ParsedMediaSourceId`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/unifiprotect/data.py

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

homeassistant/components/upcloud/entity.py

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

homeassistant/components/update/__init__.py

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

homeassistant/components/uptimerobot/sensor.py

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

homeassistant/components/utility_meter/sensor.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `Decimal`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `date` and `Decimal`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `float` and `Decimal`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `Decimal`

homeassistant/components/vizio/media_player.py

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

homeassistant/components/wake_on_lan/__init__.py

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

homeassistant/components/websocket_api/connection.py

[error] invalid-argument-type - Argument to function `error_message` is incorrect: Expected `int | None`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`

homeassistant/components/websocket_api/decorators.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `dict[str | Marker, Any] | All`
[error] unresolved-attribute - Unresolved attribute `_ws_schema` on type `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> None`
[error] unresolved-attribute - Unresolved attribute `_ws_schema` on type `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> None`
[error] unresolved-attribute - Unresolved attribute `_ws_schema` on type `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> None`
[error] unresolved-attribute - Unresolved attribute `_ws_command` on type `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> None`

homeassistant/components/websocket_api/http.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `_request` of type `Request`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `_message_queue` of type `deque[bytes]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/wemo/__init__.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `config_entry_data` on type `Unknown | WemoData`

homeassistant/components/wemo/models.py

[error] invalid-assignment - Object of type `None` is not assignable to `WemoConfigEntryData`

homeassistant/components/withings/__init__.py

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

homeassistant/components/xbox/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `MappingProxyType[str, Any]`, found `dict[Unknown, Unknown]`

homeassistant/components/xiaomi_ble/coordinator.py

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

homeassistant/components/xiaomi_ble/device_trigger.py

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

homeassistant/components/xiaomi_miio/fan.py

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

homeassistant/components/xiaomi_miio/humidifier.py

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

homeassistant/components/xiaomi_miio/light.py

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

homeassistant/components/xiaomi_miio/number.py

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

homeassistant/components/xiaomi_miio/select.py

[error] unresolved-attribute - Object of type `type` has no attribute `_member_map_`
[error] unresolved-attribute - Object of type `type` has no attribute `_member_map_`

homeassistant/components/xiaomi_miio/switch.py

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

homeassistant/components/xiaomi_miio/typing.py

[error] invalid-assignment - Object of type `None` is not assignable to `DataUpdateCoordinator[Any]`
[error] invalid-assignment - Object of type `None` is not assignable to `dict[str, GatewayDeviceCoordinator]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/xiaomi_miio/vacuum.py

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

homeassistant/components/yamaha_musiccast/config_flow.py

[error] invalid-assignment - Object of type `str | None | bytes` is not assignable to attribute `host` of type `str`

homeassistant/components/youtube/api.py

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

homeassistant/components/zabbix/__init__.py

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

homeassistant/components/zeroconf/usage.py

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

homeassistant/components/zha/config_flow.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `_hass` of type `HomeAssistant`

homeassistant/components/zha/device_tracker.py

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

homeassistant/components/zha/helpers.py

[error] not-iterable - Object of type `list[EntityReference] | None` may not be iterable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/components/zwave_js/sensor.py

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

homeassistant/config.py

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

homeassistant/config_entries.py

[error] invalid-key - Unknown key "subentry_id" for TypedDict `ConfigSubentryData` - did you mean "subentry_type"?
[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 `is_matching` is incorrect: Expected `ConfigFlow`, found `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]`
[error] invalid-method-override - Invalid override of method `async_create_entry`: Definition is incompatible with `FlowHandler.async_create_entry`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/core.py

[error] invalid-assignment - Object of type `None` is not assignable to `HomeAssistantHTTP`
[error] invalid-assignment - Object of type `None` is not assignable to `ConfigEntries`
[error] unresolved-attribute - Object of type `AbstractEventLoop` has no attribute `_thread_id`
[error] invalid-assignment - Object of type `(_DataT@Event & ~AlwaysFalsy) | dict[Unknown, Unknown]` is not assignable to `_DataT@Event`: Incompatible value of type `(_DataT@Event & ~AlwaysFalsy) | dict[Unknown, Unknown]`
[error] unresolved-attribute - Attribute `last_reported` is not defined on `None` in union `Unknown | State | None`
[error] invalid-assignment - Object of type `datetime` is not assignable to attribute `last_reported` on type `Unknown | State | None`
[error] unresolved-attribute - Attribute `_cache` is not defined on `None` in union `Unknown | State | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/data_entry_flow.py

[error] invalid-assignment - Object of type `<class 'FlowResult'>` is not assignable to `type[_FlowResultT@FlowManager]`
[warning] possibly-unresolved-reference - Name `progress_task` used when possibly not defined
[warning] possibly-unresolved-reference - Name `progress_task` used when possibly not defined
[error] invalid-assignment - Object of type `<class 'FlowResult'>` is not assignable to `type[_FlowResultT@FlowHandler]`
[error] invalid-assignment - Object of type `None` is not assignable to `str`
[error] invalid-assignment - Object of type `None` is not assignable to `HomeAssistant`
[error] invalid-assignment - Object of type `None` is not assignable to `_HandlerT@FlowHandler`
[error] invalid-assignment - Object of type `MappingProxyType[Unknown, Unknown]` is not assignable to `_FlowContextT@FlowHandler`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/helpers/aiohttp_client.py

[error] invalid-assignment - Object of type `MappingProxyType[istr, str]` is not assignable to attribute `_default_headers` of type `CIMultiDict[str]`
[error] invalid-assignment - Object of type `bound method ClientSession.close() -> CoroutineType[Any, Any, None]` is not assignable to attribute `close` of type `def close(self) -> CoroutineType[Any, Any, None]`

homeassistant/helpers/area_registry.py

[error] invalid-return-type - Return type does not match returned value: expected `AreasRegistryStoreData`, found `dict[str, list[dict[str, Any]]]`

homeassistant/helpers/check_config.py

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

homeassistant/helpers/condition.py

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

homeassistant/helpers/config_entry_oauth2_flow.py

[error] invalid-assignment - Object of type `None` is not assignable to `AbstractOAuth2Implementation`: Incompatible value of type `None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/helpers/config_validation.py

[error] unresolved-attribute - Object of type `dict[Unknown, Unknown]` has no attribute `__config_file__`
[error] unresolved-attribute - Object of type `dict[Unknown, Unknown]` has no attribute `__line__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/helpers/deprecation.py

[error] invalid-assignment - Object of type `tuple[object, ...]` is not assignable to `_P@_inner.args`

homeassistant/helpers/device_registry.py

[error] invalid-assignment - Object of type `dict[str, str | None | set[tuple[str, str]] | tuple[str, str]]` is not assignable to `DeviceInfo`
[warning] possibly-unresolved-reference - Name `add_config_entry` used when possibly not defined
[warning] possibly-unresolved-reference - Name `add_config_entry` used when possibly not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/helpers/dispatcher.py

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

homeassistant/helpers/entity.py

[error] invalid-assignment - Object of type `None` is not assignable to `str`
[error] invalid-assignment - Object of type `None` is not assignable to `HomeAssistant`
[error] invalid-assignment - Object of type `None` is not assignable to `EntityPlatform`
[error] invalid-assignment - Object of type `None` is not assignable to `PlatformData`
[error] invalid-assignment - Object of type `None` is not assignable to `StateInfo`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `hass` of type `HomeAssistant`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `platform` of type `EntityPlatform`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/helpers/entity_component.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `Self@__init__` on object of type `dict[str, EntityComponent[Entity]]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterable[_EntityT@EntityComponent]`, found `dict_values[str, Entity]`
[error] invalid-return-type - Return type does not match returned value: expected `_EntityT@EntityComponent | None`, found `Entity | None`

homeassistant/helpers/entity_platform.py

[error] unresolved-attribute - Attribute `__file__` is not defined on `EntityPlatformModule & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (EntityPlatformModule & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `async_setup_entry` is not defined on `None` in union `Unknown | EntityPlatformModule | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/helpers/entity_registry.py

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

homeassistant/helpers/event.py

[error] unresolved-attribute - Attribute `domain` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `domain` is not defined on `None` in union `State | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/helpers/httpx_client.py

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

homeassistant/helpers/intent.py

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

homeassistant/helpers/restore_state.py

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

homeassistant/helpers/schema_config_entry_flow.py

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

homeassistant/helpers/script.py

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

homeassistant/helpers/script_variables.py

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

homeassistant/helpers/selector.py

[error] call-non-callable - Object of type `Selector[Unknown]` is not callable
[error] call-non-callable - Object of type `Selector[Unknown]` is not callable
[error] call-non-callable - Object of type `Selector[Unknown]` is not callable

homeassistant/helpers/service.py

[error] invalid-argument-type - Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | ServiceCall`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/helpers/template/__init__.py

[warning] unsupported-base - Unsupported class base with type `type[dict[Unknown, Unknown] | list[Unknown] | set[Unknown]]`
[error] invalid-argument-type - Argument to bound method `format_state` is incorrect: Expected `bool`, found `object`
[error] unresolved-attribute - Object of type `AbstractSet[str]` has no attribute `add`
[error] unresolved-attribute - Object of type `AbstractSet[str]` has no attribute `add`
[warning] possibly-unresolved-reference - Name `render_info` used when possibly not defined
[error] unresolved-attribute - Object of type `AbstractSet[str]` has no attribute `add`
[warning] possibly-unresolved-reference - Name `render_info` used when possibly not defined
[error] unresolved-attribute - Object of type `AbstractSet[str]` has no attribute `add`
[error] unresolved-attribute - Object of type `AbstractSet[str]` has no attribute `add`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/helpers/trigger.py

[warning] possibly-unresolved-reference - Name `lower_limit` used when possibly not defined
[warning] possibly-unresolved-reference - Name `upper_limit` used when possibly not defined
[warning] possibly-unresolved-reference - Name `lower_limit` used when possibly not defined
[warning] possibly-unresolved-reference - Name `upper_limit` used when possibly not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/helpers/trigger_template_entity.py

[error] invalid-argument-type - Argument to function `json_loads` is incorrect: Expected `bytes | bytearray | memoryview[int] | str`, found `str | None`

homeassistant/helpers/update_coordinator.py

[error] invalid-assignment - Object of type `None` is not assignable to `_DataT@DataUpdateCoordinator`: Incompatible value of type `None`

homeassistant/loader.py

[error] invalid-assignment - Object of type `dict[str, list[dict[str, str]] | list[dict[str, str | dict[str, str]]] | list[dict[str, str] | dict[str, str | dict[str, str]]]]` is not assignable to `dict[str, list[ZeroconfMatcher]]`
[error] invalid-return-type - Return type does not match returned value: expected `ModuleType`, found `(Unknown & ~AlwaysFalsy) | (ModuleType & ~AlwaysFalsy) | (ComponentProtocol & ~AlwaysFalsy)`
[error] invalid-return-type - Return type does not match returned value: expected `ModuleType | None`, found `Unknown | ModuleType | ComponentProtocol`
[error] invalid-return-type - Return type does not match returned value: expected `ModuleType | None`, found `Unknown | ModuleType | ComponentProtocol | None`

homeassistant/runner.py

[error] unresolved-attribute - Module `asyncio` has no member `DefaultEventLoopPolicy`
[error] unresolved-attribute - Unresolved attribute `_shutdown` on type `<module 'threading'>`.
[warning] deprecated - The function `set_event_loop_policy` is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/util/__init__.py

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

homeassistant/util/dt.py

[error] unsupported-operator - Operator `-` is not supported between two objects of type `timedelta | None`

homeassistant/util/file.py

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

homeassistant/util/hass_dict.pyi

[error] invalid-assignment - Invalid subscript assignment with key of type `HassEntryKey[int]` and value of type `Literal[2]` on object of type `HassDict`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["entry_id"]` and value of type `Literal["Hello World"]` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `HassKey[int]` and value of type `Literal["Hello World"]` on object of type `HassDict`
[error] invalid-assignment - Invalid subscript assignment with key of type `HassKey[int]` and value of type `dict[Unknown, Unknown]` on object of type `HassDict`
[error] invalid-assignment - Invalid subscript assignment with key of type `HassKey[dict[int, bool]]` and value of type `Literal[2]` on object of type `HassDict`
[error] invalid-assignment - Invalid subscript assignment with key of type `HassKey[set[str]]` and value of type `Literal[2]` on object of type `HassDict`
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[2]` and value of type `Literal["Error"]` on object of type `dict[int, bool]`
[error] invalid-argument-type - Argument to bound method `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 `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]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/util/json.py

[error] invalid-parameter-default - Default value of type `object` is not assignable to annotated parameter type `JsonValueType`
[error] invalid-parameter-default - Default value of type `object` is not assignable to annotated parameter type `JsonArrayType`
[error] invalid-parameter-default - Default value of type `object` is not assignable to annotated parameter type `JsonObjectType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

homeassistant/util/package.py

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

homeassistant/util/signal_type.pyi

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

homeassistant/util/unit_system.py

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

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

tests/hazmat/asn1/test_serialization.py

[error] invalid-argument-type - Argument is incorrect: Expected `bool | str`, found `Literal[3]`

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 bound method `__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 bound method `__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 bound method `__init__` is incorrect: Expected `bytes`, found `Literal["0000000000000000"]`

tests/hazmat/primitives/test_asym_utils.py

[error] invalid-argument-type - Argument to function `encode_dss_signature` is incorrect: Expected `int`, found `Literal["h"]`
[error] invalid-argument-type - Argument to function `encode_dss_signature` is incorrect: Expected `int`, found `Literal["3"]`
[error] invalid-argument-type - Argument to function `encode_dss_signature` is incorrect: Expected `int`, found `Literal["2"]`
[error] invalid-argument-type - Argument to function `encode_dss_signature` is incorrect: Expected `int`, found `Literal["h"]`
[error] invalid-argument-type - Argument to function `encode_dss_signature` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to function `encode_dss_signature` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to function `encode_dss_signature` is incorrect: Expected `int`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to function `encode_dss_signature` is incorrect: Expected `int`, found `Literal["world"]`
[error] invalid-argument-type - Argument to bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `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'>`

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 bound method `update` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `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 bound method `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 `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 bound method `__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 `verify` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal["bar"]`

tests/hazmat/primitives/test_constant_time.py

[error] invalid-argument-type - Argument to function `bytes_eq` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to function `bytes_eq` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to function `bytes_eq` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to function `bytes_eq` is incorrect: Expected `bytes`, found `Literal["foo"]`

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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `exchange` is incorrect: Expected `DHPublicKey`, found `Literal[b"invalidtype"]`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `DHPublicKey | DSAPublicKey | RSAPublicKey | ... omitted 5 union elements`
[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 `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 `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 `parameter_bytes` is incorrect: Expected `ParameterFormat`, found `Literal["notformat"]`

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 `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] unsupported-operator - Operator `<` is not supported between two objects of type `DHPublicKey | Ed25519PublicKey | Ed448PublicKey | ... omitted 5 union elements`

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 `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] unsupported-operator - Operator `<` is not supported between two objects of type `DHPublicKey | Ed25519PublicKey | Ed448PublicKey | ... omitted 5 union elements`

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 `__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` 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 bound method `__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 `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] unresolved-attribute - Object of type `HKDF` has no attribute `_extract`
[error] invalid-argument-type - Argument to bound method `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 `__init__` is incorrect: Expected `HashAlgorithm`, found `<class 'SHA1'>`
[error] invalid-argument-type - Argument to bound method `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 bound method `__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"]`

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 bound method `__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 bound method `__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] invalid-argument-type - Argument to bound method `__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 bound method `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 bound method `__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 bound method `__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] invalid-argument-type - Argument to bound method `__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 bound method `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 `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 `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 bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["unicode here"]`

tests/hazmat/primitives/test_pkcs7.py

[error] invalid-argument-type - Argument to function `load_der_pkcs7_certificates` is incorrect: Expected `bytes`, found `Literal[38]`
[error] invalid-argument-type - Argument to function `load_pem_pkcs7_certificates` is incorrect: Expected `bytes`, found `Literal[38]`
[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 `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 `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 `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 `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 `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 function `decrypt_der` is incorrect: Expected `Certificate`, found `Literal[b"wrong_type"]`
[error] invalid-argument-type - Argument to function `decrypt_der` is incorrect: Expected `RSAPrivateKey`, found `Literal[b"wrong_type"]`
[error] invalid-argument-type - Argument to function `serialize_certificates` is incorrect: Expected `list[Certificate]`, found `object`
[error] invalid-argument-type - Argument to function `serialize_certificates` is incorrect: Expected `Encoding`, found `Literal["not an encoding"]`

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 function `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 function `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 function `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 `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 function `calculate_max_pss_salt_length` is incorrect: Expected `RSAPrivateKey | RSAPublicKey`, found `object`
[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 bound method `__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 bound method `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 bound method `__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 `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 `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] unsupported-operator - Operator `<` is not supported between two objects of type `RSAPublicKey`

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 bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[1]`

tests/hazmat/primitives/test_serialization.py

[error] invalid-argument-type - Argument to function `load_der_private_key` is incorrect: Expected `bytes | None`, found `Literal["this password is not bytes"]`
[error] invalid-argument-type - Argument to function `load_pem_private_key` is incorrect: Expected `bytes | None`, found `Literal["this password is not bytes"]`
[error] invalid-argument-type - Argument to bound method `__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 `build` is incorrect: Expected `bytes`, found `Literal[12]`

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 bound method `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 `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 `__init__` is incorrect: Expected `ExtendableOutputFunction`, found `<class 'SHAKE128'>`
[error] invalid-argument-type - Argument to bound method `__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 bound method `__init__` is incorrect: Expected `int`, found `Literal[b"foo"]`
[error] invalid-argument-type - Argument to bound method `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"]`

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

tests/x509/test_x509.py

[error] unsupported-operator - Operator `<` is not supported between two objects of type `CertificateRevocationList`
[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 `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] unsupported-operator - Operator `>` is not supported between two objects of type `Certificate`
[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 `public_bytes` is incorrect: Expected `Encoding`, found `Literal["NotAnEncoding"]`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `CertificateSigningRequest`
[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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 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 bound method `__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] unsupported-operator - Operator `<` is not supported between two objects of type `ObjectIdentifier`

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

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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 `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"]`

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 `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 `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 bound method `require_present` is incorrect: Argument type `_Extension` does not satisfy upper bound `ExtensionType` of type variable `T`

src/cryptography/hazmat/asn1/asn1.py

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

src/cryptography/x509/extensions.py

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

src/cryptography/hazmat/bindings/openssl/binding.py

[error] unresolved-attribute - Unresolved attribute `_original_lib` on type `ModuleType`

tests/hazmat/asn1/test_api.py

[error] missing-argument - No argument provided for required parameter `foo`
[error] unknown-argument - Argument `bar` does not match any known parameter
[error] missing-argument - No argument provided for required parameter `foo`
[error] missing-argument - No argument provided for required parameter `foo`
[error] too-many-positional-arguments - Too many positional arguments: expected 0, got 1
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 bound method `__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 function `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 function `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 function `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 function `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 function `generate_key` is incorrect: Expected `int`, found `object`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/hazmat/primitives/test_dsa.py

[error] unsupported-operator - Operator `<` is not supported between two objects of type `DHPublicKey | Ed25519PublicKey | Ed448PublicKey | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__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 bound method `__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 bound method `__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 bound method `__init__` is incorrect: Expected `int`, found `None`
[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 `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/hazmat/primitives/test_ec.py

[error] invalid-argument-type - Argument to function `derive_private_key` is incorrect: Expected `int`, found `Literal["one"]`
[error] invalid-argument-type - Argument to function `derive_private_key` is incorrect: Expected `EllipticCurve`, found `Literal["five"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EllipticCurvePublicNumbers`, found `None`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `DHPublicKey | Ed25519PublicKey | Ed448PublicKey | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `from_encoded_point` is incorrect: Expected `EllipticCurve`, found `Literal["notacurve"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/hazmat/primitives/test_pkcs12.py

[error] invalid-argument-type - Argument to function `load_key_and_certificates` is incorrect: Expected `bytes | bytearray | memoryview[int] | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__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 bound method `__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 bound method `__init__` is incorrect: Expected `DHPrivateKey | Ed25519PrivateKey | Ed448PrivateKey | ... omitted 6 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 bound method `__init__` is incorrect: Expected `list[PKCS12Certificate]`, found `list[PKCS12Certificate | str]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/hazmat/primitives/test_ssh.py

[error] invalid-argument-type - Argument to function `_serialize_ssh_private_key` is incorrect: Expected `EllipticCurvePrivateKey | RSAPrivateKey | DSAPrivateKey | Ed25519PrivateKey`, found `object`
[error] invalid-argument-type - Argument to function `load_ssh_public_identity` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["these aren't bytes"]`
[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 `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 `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 `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 `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 `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 `add_extension` is incorrect: Expected `bytes`, found `object`
[error] invalid-argument-type - Argument to function `ssh_key_fingerprint` is incorrect: Expected `MD5 | SHA256`, found `SHA1`
[error] invalid-argument-type - Argument to function `ssh_key_fingerprint` is incorrect: Expected `EllipticCurvePublicKey | RSAPublicKey | DSAPublicKey | Ed25519PublicKey`, 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 `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 `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 `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 `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 `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `object`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `DHPublicKey | Ed25519PublicKey | Ed448PublicKey | ... omitted 5 union elements`

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 `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `DHPublicKey | Ed25519PublicKey | Ed448PublicKey | ... omitted 5 union elements`

tests/hazmat/primitives/utils.py

[error] unresolved-attribute - Object of type `AEADDecryptionContext` has no attribute `tag`

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

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

tests/test_js_sandbox.py

[error] unresolved-attribute - Unresolved attribute `have_node_slim` on type `JSEngine`
[error] unresolved-attribute - Unresolved attribute `localdata` on type `JSEngine`
[error] unresolved-attribute - Unresolved attribute `have_node_slim` on type `JSEngine`
[error] unresolved-attribute - Unresolved attribute `localdata` on type `JSEngine`
[error] unresolved-attribute - Unresolved attribute `have_node_slim` on type `JSEngine`
[error] unresolved-attribute - Unresolved attribute `localdata` on type `JSEngine`

cwltool/argparser.py

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

cwltool/command_line_tool.py

[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `str | None`

cwltool/cwlviewer.py

[error] unresolved-attribute - Module `pydot` has no member `quote_if_necessary`

mypy-stubs/rdflib/namespace/__init__.pyi

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

dacite (https://github.com/konradhalas/dacite)

dacite/types.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `Any | None`

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

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`

ddtrace/appsec/_iast/_handlers.py

[error] unresolved-import - Module `google._upb._message` has no member `MessageMapContainer`
[error] unresolved-attribute - Unresolved attribute `__datadog_custom` on type `def _custom_protobuf_getattribute(self, name) -> 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

ddtrace/debugging/_probe/registry.py

[error] invalid-method-override - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

ddtrace/debugging/_signal/trigger.py

[error] unresolved-attribute - Attribute `_meta` is not defined on `None` in union `Span | Context | 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__`

ddtrace/internal/module.py

[error] unresolved-attribute - Module `runpy` has no member `_run_code`
[error] unresolved-attribute - Unresolved attribute `_run_code` on type `<module 'runpy'>`.
[error] unresolved-attribute - Unresolved attribute `__dd_origin__` on type `ModuleType`
[error] invalid-assignment - Object of type `Self@namespace_module` is not assignable to attribute `__loader__` of type `LoaderProtocol | None`
[error] invalid-assignment - Object of type `Self@namespace_module` is not assignable to attribute `loader` of type `Loader | None`
[error] invalid-assignment - Object of type `bound method Unknown | Loader | None.get_code(fullname) -> Unknown` is not assignable to attribute `get_code` on type `Unknown | Loader | None`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `MetaPathFinderProtocol`, found `Self@_add_to_meta_path`

ddtrace/internal/sampling.py

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

ddtrace/internal/utils/time.py

[error] invalid-assignment - Object of type `bound method Self@__init__._trickled() -> bool` is not assignable to attribute `trickling` of type `def trickling(self) -> bool`
[error] invalid-assignment - Object of type `bound method Self@turn._trickling() -> bool` is not assignable to attribute `trickling` of type `def trickling(self) -> bool`
[error] invalid-assignment - Object of type `bound method Self@_trickling._trickled() -> bool` is not assignable to attribute `trickling` of type `def trickling(self) -> bool`

ddtrace/llmobs/_prompt_optimization.py

[error] unresolved-attribute - Attribute `experiment` is not defined on `None` in union `Unknown | LLMObs | None`

ddtrace/llmobs/utils.py

[error] invalid-assignment - Object of type `list[dict[str, Any] | str]` is not assignable to `list[dict[str, Any]] | dict[str, Any] | str`
[error] invalid-assignment - Object of type `list[dict[str, str | int | float] | str]` is not assignable to `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`

ddtrace/profiling/bootstrap/sitecustomize.py

[error] unresolved-attribute - Unresolved attribute `profiler` on type `<module 'ddtrace.profiling.bootstrap'>`.
[error] unresolved-attribute - Module `ddtrace.profiling.bootstrap` has no member `profiler`

ddtrace/profiling/collector/threading.py

[error] unresolved-attribute - Class `Thread` has no attribute `_set_native_id`
[error] unresolved-attribute - Class `Thread` has no attribute `_bootstrap_inner`
[error] unresolved-attribute - Unresolved attribute `_set_native_id` on type `<class 'Thread'>`.
[error] unresolved-attribute - Unresolved attribute `_bootstrap_inner` on type `<class 'Thread'>`.
[error] unresolved-attribute - Module `threading` has no member `_active`

tests/profiling/test__threading.py

[error] unresolved-attribute - Module `threading` has no member `_active`
[error] unresolved-attribute - Module `threading` has no member `_active`
[error] unresolved-attribute - Module `threading` has no member `_active`
[error] unresolved-attribute - Module `threading` has no member `_active`

ddtrace/_trace/span.py

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

ddtrace/contrib/_events/llm.py

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

ddtrace/debugging/_safety.py

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

ddtrace/internal/periodic.py

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

ddtrace/openfeature/__init__.py

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

ddtrace/vendor/dogstatsd/context.py

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

tests/testing/internal/test_logging.py

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

ddtrace/_trace/trace_handlers.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Any | None`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method

ddtrace/_trace/tracer.py

[error] invalid-assignment - Object of type `bound method Self@shutdown._start_span_after_shutdown(name: str, child_of: Span | Context | None = None, service: str | None = None, resource: str | None = None, span_type: str | None = None, activate: bool = False, span_api: str = "datadog") -> Span` is not assignable to attribute `start_span` of type `def start_span(self, name: str, child_of: Span | Context | None = None, service: str | None = None, resource: str | None = None, span_type: str | None = None, activate: bool = False, span_api: str = "datadog") -> Span`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ddtrace/_trace/utils_valkey.py

[error] unknown-argument - Argument `cache_provider` does not match any known parameter
[error] unknown-argument - Argument `cache_provider` does not match any known parameter
[error] unknown-argument - Argument `cache_provider` does not match any known parameter
[error] unknown-argument - Argument `cache_provider` does not match any known parameter
[error] unknown-argument - Argument `cache_provider` does not match any known parameter
[error] unknown-argument - Argument `cache_provider` does not match any known parameter

ddtrace/appsec/_api_security/api_manager.py

[error] invalid-assignment - Object of type `Any | None` is not assignable to `str | int`

ddtrace/appsec/_iast/_ast/visitor.py

[error] unresolved-attribute - Object of type `expr` has no attribute `id`
[error] unresolved-attribute - Object of type `expr` has no attribute `attr`
[error] unresolved-attribute - Object of type `expr` has no attribute `value`
[error] unresolved-attribute - Object of type `expr` has no attribute `attr`
[error] unresolved-attribute - Unresolved attribute `avoid_convert` on type `Subscript`
[error] unresolved-attribute - Unresolved attribute `avoid_convert` on type `Subscript`
[error] unresolved-attribute - Unresolved attribute `avoid_convert` on type `Subscript`

ddtrace/appsec/_iast/_taint_tracking/_vendor/pybind11/pybind11/setup_helpers.py

[error] unresolved-attribute - Object of type `CCompiler` has no attribute `_setup_compile`
[error] unresolved-attribute - Object of type `CCompiler` has no attribute `_get_cc_args`
[error] unresolved-attribute - Object of type `CCompiler` has no attribute `_compile`
[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[str | PathLike[str]], output_dir: str | None = None, macros: list[tuple[str] | tuple[str, str | None]] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[str | PathLike[str]], output_dir: str | None = None, macros: list[tuple[str] | tuple[str, str | None]] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ddtrace/appsec/_iast/_taint_tracking/aspects.py

[error] unresolved-attribute - Module `os.path` has no member `splitroot`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ddtrace/appsec/_iast/reporter.py

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

ddtrace/appsec/_iast/sampling/vulnerability_detection.py

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

ddtrace/appsec/ai_guard/__init__.py

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

ddtrace/contrib/internal/coverage/patch.py

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

ddtrace/contrib/internal/mlflow/auth_plugin.py

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

ddtrace/contrib/internal/redis_utils.py

[error] unknown-argument - Argument `cache_provider` does not match any known parameter
[error] unknown-argument - Argument `cache_provider` does not match any known parameter
[error] unknown-argument - Argument `cache_provider` does not match any known parameter
[error] unknown-argument - Argument `cache_provider` does not match any known parameter
[error] unknown-argument - Argument `cache_provider` does not match any known parameter
[error] unknown-argument - Argument `cache_provider` does not match any known parameter

ddtrace/debugging/_exception/replay.py

[error] unresolved-attribute - Object of type `BaseException` has no attribute `_dd_exc_id`
[error] unresolved-attribute - Unresolved attribute `_dd_exc_id` on type `BaseException`

ddtrace/debugging/_expressions.py

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

ddtrace/debugging/_function/discovery.py

[error] unresolved-attribute - Unresolved attribute `__function_discovery__` on type `ModuleType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unresolved-attribute - Unresolved attribute `__dd_code__` on type `ModuleType`

ddtrace/debugging/_function/store.py

[error] unresolved-attribute - Attribute `__wrapped__` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `__wrapped__` is not defined on `None` in union `Unknown | None`

ddtrace/debugging/_probe/status.py

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

ddtrace/internal/bytecode_injection/core.py

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

ddtrace/internal/ci_visibility/coverage.py

[error] unresolved-attribute - Attribute `_collector` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `_collector` is not defined on `None` in union `Unknown | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ddtrace/internal/ci_visibility/recorder.py

[error] invalid-assignment - Object of type `str` is not assignable to attribute `intake_url` on type `Unknown | TraceWriter`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`

ddtrace/internal/ci_visibility/writer.py

[error] invalid-return-type - Return type does not match returned value: expected `CIVisibilityCoverageReportEncoder`, found `Unknown | BufferedEncoder`

ddtrace/internal/compat.py

[error] invalid-assignment - Object of type `def _register(self, cls, method=None) -> Unknown` is not assignable to attribute `register` of type `Overload[(self, cls: type[Any], method: None = None) -> (((...) -> Unknown, /) -> ((...) -> Unknown)), (self, cls: (...) -> Unknown, method: None = None) -> ((...) -> Unknown), (self, cls: type[Any], method: (...) -> Unknown) -> ((...) -> Unknown)]`

ddtrace/internal/coverage/multiprocessing_coverage.py

[error] unresolved-attribute - Class `BaseProcess` has no attribute `_bootstrap`

ddtrace/internal/coverage/threading_coverage.py

[error] unresolved-attribute - Class `Thread` has no attribute `_bootstrap_inner`

ddtrace/internal/datastreams/processor.py

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

ddtrace/internal/http.py

[error] unresolved-attribute - Object of type `<super: <class 'HTTPConnectionMixin'>, Self@putrequest>` has no attribute `putrequest`

ddtrace/internal/opentelemetry/trace.py

[error] unresolved-import - Cannot resolve imported module `opentelemetry.util._decorator`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ddtrace/internal/processor/stats.py

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

ddtrace/internal/runtime/collector.py

[error] unresolved-attribute - Object of type `Self@collect` has no attribute `collect_fn`

ddtrace/internal/settings/_config.py

[error] unresolved-attribute - Object of type `(Unknown, /) -> Any` has no attribute `cache_clear`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ddtrace/internal/settings/http.py

[error] unresolved-attribute - Object of type `(Unknown, /) -> Any` has no attribute `cache_clear`

ddtrace/internal/symbol_db/symbols.py

[error] unresolved-attribute - Object of type `ModuleSpec | None` has no attribute `_initializing`

ddtrace/internal/telemetry/__init__.py

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

ddtrace/internal/utils/cache.py

[error] unresolved-attribute - Object of type `() -> Any` has no attribute `__callonce_result__`
[error] unresolved-attribute - Unresolved attribute `__callonce_result__` on type `() -> Any`

ddtrace/internal/wrapping/__init__.py

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

ddtrace/llmobs/_experiment.py

[error] conflicting-declarations - Conflicting declared types for `EvaluatorType`: `<types.UnionType special-form '((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) | BaseEvaluator | list[@Todo]'>` and `<types.UnionType special-form '((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) | BaseEvaluator'>`
[error] conflicting-declarations - Conflicting declared types for `AsyncEvaluatorType`: `<types.UnionType special-form '((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> Awaitable[str | int | float | ... omitted 4 union elements]) | BaseAsyncEvaluator | list[@Todo]'>` and `<types.UnionType special-form '((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> Awaitable[str | int | float | ... omitted 4 union elements]) | BaseAsyncEvaluator'>`
[error] unresolved-attribute - Attribute `name` is not defined on `((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) & <Protocol with members '_is_remote_evaluator'>`, `list[@Todo] & <Protocol with members '_is_remote_evaluator'>`, `((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> Awaitable[str | int | float | ... omitted 4 union elements]) & <Protocol with members '_is_remote_evaluator'>` in union `(((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) & <Protocol with members '_is_remote_evaluator'>) | (BaseEvaluator & <Protocol with members '_is_remote_evaluator'>) | (list[@Todo] & <Protocol with members '_is_remote_evaluator'>) | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `name` is not defined on `((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> Awaitable[str | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator` in union `(((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> Awaitable[str | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator)`
[error] unresolved-attribute - Attribute `evaluate` is not defined on `((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> Awaitable[str | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator` in union `(((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> Awaitable[str | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator)`
[error] unresolved-attribute - Attribute `__name__` is not defined on `((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator`, `BaseEvaluator & ~BaseAsyncEvaluator`, `list[@Todo] & ~BaseAsyncEvaluator`, `((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> Awaitable[str | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator` in union `(((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> Awaitable[str | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator)`
[error] invalid-argument-type - Argument to function `to_thread` is incorrect: Expected `(...) -> Unknown`, found `(((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> str | int | float | ... omitted 4 union elements) & ~BaseAsyncEvaluator) | (BaseEvaluator & ~BaseAsyncEvaluator) | (list[@Todo] & ~BaseAsyncEvaluator) | (@Todo & ~BaseAsyncEvaluator) | (((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], str | int | float | ... omitted 3 union elements, str | int | float | ... omitted 3 union elements, /) -> Awaitable[str | int | float | ... omitted 4 union elements]) & ~BaseAsyncEvaluator)`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | LLMObs | None`
[error] unresolved-attribute - Attribute `flush` is not defined on `None` in union `Unknown | LLMObs | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | LLMObs | None`
[error] unresolved-attribute - Attribute `_dne_client` is not defined on `None` in union `Unknown | LLMObs | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ddtrace/llmobs/_integrations/crewai.py

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

ddtrace/llmobs/_llmobs.py

[error] invalid-argument-type - Argument to function `format_trace_id` is incorrect: Expected `int`, found `int | Unknown | None`

ddtrace/llmobs/_utils.py

[error] invalid-assignment - Invalid assignment to key "input" with declared type `_MetaIO` on TypedDict `_Meta`: value of type `str`
[error] invalid-assignment - Invalid assignment to key "output" with declared type `_MetaIO` on TypedDict `_Meta`: value of type `str`

ddtrace/profiling/_asyncio.py

[error] unresolved-attribute - Module `asyncio.tasks` has no member `_scheduled_tasks`
[error] unresolved-attribute - Module `asyncio.tasks` has no member `_eager_tasks`
[error] unresolved-attribute - Module `asyncio.tasks` has no member `_all_tasks`

ddtrace/profiling/collector/memalloc.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'ddtrace.profiling.collector._memalloc'>`

ddtrace/profiling/collector/pytorch.py

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

ddtrace/propagation/http.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ddtrace/sourcecode/setuptools_auto.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'distutils.core'>`
[error] invalid-assignment - Object of type `None` is not assignable to `<module 'setuptools'>`

ddtrace/testing/internal/pytest/hookspecs.py

[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `str`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `str`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `str`

ddtrace/vendor/dogstatsd/base.py

[error] unresolved-import - Cannot resolve imported module `Queue`

scripts/diff.py

[error] unresolved-import - Cannot resolve imported module `austin.stats`
[error] unresolved-import - Cannot resolve imported module `rich.console`
[error] unresolved-import - Cannot resolve imported module `rich.progress`

scripts/gen_gitlab_config.py

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

tests/appsec/appsec_utils.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'resource'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/appsec/iast/aspects/aspect_utils.py

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

tests/appsec/iast/aspects/test_common_aspects.py

[error] unresolved-import - Module `tests.appsec.iast.fixtures.aspects` has no member `unpatched_callers`

tests/appsec/iast/aspects/test_common_aspects_generator.py

[error] unresolved-import - Module `tests.appsec.iast.fixtures.aspects` has no member `unpatched_obj_callers`

tests/appsec/iast/aspects/test_empty_arg_aspects.py

[error] unresolved-import - Module `tests.appsec.iast.fixtures.aspects` has no member `unpatched_callers`

tests/contrib/google_adk/conftest.py

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

tests/contrib/pymongo/test_pymongo_patch.py

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

tests/contrib/vllm/_utils.py

[warning] possibly-unresolved-reference - Name `last_error` used when possibly not defined

tests/coverage/test_constants_import_tracking.py

[error] unresolved-attribute - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[error] unresolved-attribute - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[error] unresolved-attribute - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[error] unresolved-attribute - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[error] unresolved-attribute - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[error] unresolved-attribute - Attribute `covered` is not defined on `None` in union `ModuleCodeCollector | None`
[error] unresolved-attribute - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`

tests/coverage/test_coverage_context_reinstrumentation.py

[error] unresolved-attribute - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`

tests/llmobs/test_experiments.py

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

tests/profiling/collector/pprof_utils.py

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

tests/profiling/collector/test_asyncio.py

[warning] unsupported-base - Unsupported class base with type `(type[Lock] & _LockAllocatorWrapper) | (type[Semaphore] & _LockAllocatorWrapper) | (type[Condition] & _LockAllocatorWrapper)`
[error] invalid-argument-type - Argument to function `assert_pep604_type_union_syntax` is incorrect: Expected `_LockAllocatorWrapper`, found `type[Lock]`

tests/profiling/collector/test_asyncio_param_forwarding.py

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

tests/profiling/collector/test_collector.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ddtrace.profiling.collector._sampler"]` and value of type `None` on object of type `dict[str, ModuleType]`

tests/profiling/collector/test_lock_reflection.py

[error] invalid-assignment - Object of type `LockType` is not assignable to `_ProfiledLock`
[error] invalid-assignment - Object of type `def broken_getattr(self: _ProfiledLock, name: str) -> object` is not assignable to attribute `__getattr__` of type `def __getattr__(self, name: str) -> Any`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/profiling/collector/test_memalloc.py

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

tests/profiling/collector/test_threading.py

[error] unresolved-import - Cannot resolve imported module `mock`
[error] unresolved-attribute - Unresolved attribute `_update_name` on type `LockType`
[error] unresolved-attribute - Unresolved attribute `_update_name` on type `LockType`
[error] unresolved-attribute - Unresolved attribute `_update_name` on type `LockType`
[error] unresolved-attribute - Object of type `BoundedSemaphore` has no attribute `__wrapped__`
[error] invalid-argument-type - Argument to function `assert_pep604_type_union_syntax` is incorrect: Expected `_LockAllocatorWrapper`, found `<class 'LockType'> | <class 'RLock'> | type[Semaphore | Condition]`
[error] invalid-assignment - Object of type `tests.profiling.collector.test_threading.TestGenericLockProfiling.<locals of function 'test_global_locks'>.TestBar` is not assignable to `tests.profiling.collector.test_threading.TestBar`
[error] unresolved-attribute - Object of type `TestBar` has no attribute `bar`
[error] unresolved-attribute - Object of type `LockType` has no attribute `this_attribute_does_not_exist`
[error] invalid-argument-type - Argument to function `assert_pep604_type_union_syntax` is incorrect: Expected `_LockAllocatorWrapper`, found `<class 'LockType'>`
[error] invalid-argument-type - Argument to function `assert_pep604_type_union_syntax` is incorrect: Expected `_LockAllocatorWrapper`, found `<class 'RLock'>`
[warning] unsupported-base - Unsupported class base with type `(type[Semaphore] & _LockAllocatorWrapper) | (type[Condition] & _LockAllocatorWrapper)`
[error] invalid-argument-type - Argument to bound method `__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 bound method `__init__`: expected 1, got 2
[error] unresolved-attribute - Object of type `LockType | RLock | Semaphore | Condition` has no attribute `is_internal`
[error] unresolved-attribute - Object of type `LockType | RLock | Semaphore | Condition` has no attribute `is_internal`
[error] unresolved-attribute - Object of type `LockType | RLock | Semaphore | Condition` has no attribute `_cond`
[error] invalid-argument-type - Argument to bound method `__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 bound method `__init__`: expected 1, got 2

tests/testing/internal/test_test_data.py

[error] invalid-assignment - Property `name` defined in `ModuleRef` is read-only
[error] invalid-assignment - Property `name` defined in `SuiteRef` is read-only
[error] invalid-assignment - Property `name` defined in `TestRef` is read-only
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

dedupe/variables/interaction.py

[error] unresolved-attribute - Object of type `FieldVariable` has no attribute `higher_vars`
[error] unresolved-attribute - Object of type `FieldVariable` has no attribute `interaction_fields`

dedupe/api.py

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

dedupe/canopy_index.py

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

dedupe/clustering.py

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

dedupe/labeler.py

[error] invalid-assignment - Object of type `list[int]` is not assignable to `list[Literal[0, 1]]`
[error] invalid-assignment - Object of type `list[int]` is not assignable to `list[Literal[0, 1]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dedupe/levenshtein.py

[error] invalid-method-override - Invalid override of method `index`: Definition is incompatible with `Index.index`
[error] invalid-method-override - Invalid override of method `unindex`: Definition is incompatible with `Index.unindex`
[error] invalid-method-override - Invalid override of method `search`: Definition is incompatible with `Index.search`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dedupe/variables/categorical_type.py

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

dedupe/variables/set.py

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

dedupe/variables/string.py

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

django-test-migrations (https://github.com/wemake-services/django-test-migrations)

django_test_migrations/contrib/unittest_case.py

[error] unresolved-attribute - Object of type `<super: <class 'MigratorTestCase'>, Self@_pre_setup>` has no attribute `_pre_setup`
[error] unresolved-attribute - Object of type `<super: <class 'MigratorTestCase'>, type[Self@_pre_setup]>` has no attribute `_pre_setup`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

dulwich/contrib/requests_vendor.py

[error] invalid-assignment - Object of type `tuple[str, str | None]` is not assignable to attribute `auth` of type `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`
[error] unresolved-attribute - Attribute `copy` is not defined on `MutableMapping[str, str | bytes]` in union `Unknown | MutableMapping[str, str | bytes]`
[error] invalid-assignment - Object of type `Unknown | str | None` is not assignable to attribute `content_type` on type `Unknown | Response`
[error] invalid-assignment - Object of type `Literal[""]` is not assignable to attribute `redirect_location` on type `Unknown | Response`
[error] invalid-assignment - Object of type `Unknown | str` is not assignable to attribute `redirect_location` on type `Unknown | Response`

dulwich/file.py

[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `IO.write`
[error] invalid-method-override - Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`

dulwich/reftable.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[bytes, int]`, found `object`
[error] unresolved-attribute - Unresolved attribute `_ref_update_indices` on type `ReftableWriter`

dulwich/tests/test_object_store.py

[error] unresolved-attribute - Object of type `<super: <class 'CommitTestHelper'>, Self@setUp>` has no attribute `setUp`

dulwich/filters.py

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

dulwich/cli.py

[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `IO.write`
[error] invalid-method-override - Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`
[error] invalid-return-type - Return type does not match returned value: expected `TextIO`, found `Unknown | TextIO | BinaryIO`
[error] unresolved-attribute - Unresolved attribute `_disabled` on type `def get_pager(config: Config | None = None, cmd_name: str | None = None) -> _StreamContextAdapter | Pager`
[error] unresolved-attribute - Unresolved attribute `_disabled` on type `def get_pager(config: Config | None = None, cmd_name: str | None = None) -> _StreamContextAdapter | Pager`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dulwich/client.py

[error] unresolved-import - Module `ctypes` has no member `GetLastError`
[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 bound method `__init__` is incorrect: Expected `_BufferedReaderStream`, found `IO[bytes]`
[error] invalid-argument-type - Argument to function `write_pack_from_container` is incorrect: Expected `((bytes, /) -> None) | ((bytes | bytearray | memoryview[int], /) -> int) | IO[bytes]`, found `(bytes, /) -> int`
[error] invalid-argument-type - Argument to function `split_peeled_refs` is incorrect: Expected `Mapping[Ref, ObjectID]`, found `dict[Ref, ObjectID | None]`
[error] invalid-assignment - Object of type `dict[Ref, ObjectID | None]` is not assignable to `dict[Ref, ObjectID]`
[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 `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 `request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-assignment - Object of type `Unknown | str | None` is not assignable to attribute `content_type` on type `BaseHTTPResponse | Unknown`
[error] invalid-assignment - Object of type `str | None | Unknown` is not assignable to attribute `redirect_location` on type `BaseHTTPResponse | Unknown`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[HTTPResponse, (int, /) -> bytes]`, found `tuple[BaseHTTPResponse | Unknown, (...) -> bytes]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dulwich/config.py

[error] invalid-method-override - Invalid override of method `get`: Definition is incompatible with `Mapping.get`
[error] unresolved-attribute - Module `winreg` has no member `HKEY_CURRENT_USER`
[error] unresolved-attribute - Module `winreg` has no member `HKEY_LOCAL_MACHINE`
[error] unresolved-attribute - Module `winreg` has no member `OpenKey`
[error] unresolved-attribute - Module `winreg` has no member `QueryValueEx`
[error] unresolved-attribute - Module `winreg` has no member `REG_SZ`

dulwich/diff.py

[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `IO.write`
[error] invalid-method-override - Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`

dulwich/fastexport.py

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

dulwich/merge.py

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

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 bound method `__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 `_complete_pack` is incorrect: Expected `PackIndexer`, found `DeltaChainIterator[tuple[RawObjectID, int, int | None]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[BinaryIO, () -> None, () -> None]`, found `tuple[BufferedRandom, def commit() -> Pack | None, def abort() -> 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-return-type - Return type does not match returned value: expected `tuple[BinaryIO, () -> None, () -> None]`, found `tuple[SpooledTemporaryFile[bytes], def commit() -> None, def abort() -> None]`
[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 `_upload_pack` is incorrect: Expected `BinaryIO`, found `SpooledTemporaryFile[bytes]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[BinaryIO, () -> None, () -> None]`, found `tuple[SpooledTemporaryFile[bytes], def commit() -> Pack | None, bound method SpooledTemporaryFile[bytes].close() -> None]`

dulwich/objectspec.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method DiskObjectStore.__getitem__(sha1: ObjectID | RawObjectID) -> ShaFile` cannot be called with key of type `bytes` on object of type `DiskObjectStore`

dulwich/pack.py

[error] invalid-argument-type - Argument to bound method `_follow_chain` is incorrect: Expected `list[bytes] | None`, found `Unknown | tuple[bytes | int, list[bytes]] | list[bytes]`
[error] invalid-method-override - Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `IO.write`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `IO.write`
[error] invalid-method-override - Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `IO.write`
[error] invalid-method-override - Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`
[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `tuple[bytes | int, list[bytes]] | list[bytes]`

dulwich/patch.py

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

dulwich/porcelain/__init__.py

[error] invalid-method-override - Invalid override of method `readinto`: Definition is incompatible with `_RawIOBase.readinto`
[error] invalid-method-override - Invalid override of method `readinto`: Definition is incompatible with `_RawIOBase.readinto`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `_RawIOBase.write`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `_RawIOBase.write`
[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 bound method `__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 bound method `fetch` is incorrect: Expected `DetermineWantsFunc | None`, found `def determine_wants(remote_refs: dict[Ref, ObjectID], depth: int | None = None) -> list[ObjectID]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dulwich/refs.py

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

dulwich/repo.py

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

dulwich/server.py

[error] invalid-return-type - Return type does not match returned value: expected `BackendRepo`, found `Repo`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `AckGraphWalkerImpl`
[error] unresolved-attribute - Attribute `add_thin_pack` is not defined on `PackBasedObjectStore` in union `Unknown | PackBasedObjectStore`
[error] unresolved-attribute - Attribute `hooks` is not defined on `BackendRepo` in union `Unknown | BackendRepo`
[error] unresolved-attribute - Attribute `hooks` is not defined on `BackendRepo` in union `Unknown | BackendRepo`
[error] unresolved-attribute - Attribute `hooks` is not defined on `BackendRepo` in union `Unknown | BackendRepo`
[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 `__init__` is incorrect: Expected `Protocol`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Protocol`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dulwich/stash.py

[error] invalid-argument-type - Argument to function `build_file_from_blob` is incorrect: Expected `((str | bytes | PathLike[str], str | bytes | PathLike[str], /) -> None) | None`, found `(def symlink(src: str | bytes | PathLike[str] | PathLike[bytes], dst: str | bytes | PathLike[str] | PathLike[bytes], target_is_directory: bool = False, *, dir_fd: int | None = None) -> None) | (def symlink_fn(src: str | bytes, dst: str | bytes, target_is_directory: bool = False, *, dir_fd: int | None = None) -> None)`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dulwich/tests/utils.py

[error] shadowed-type-variable - Generic class `TestObject` uses type variable `T` already bound by an enclosing scope
[warning] unsupported-base - Unsupported class base with type `type[T@make_object]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dulwich/web.py

[error] invalid-assignment - Object of type `<typing.Callable special-form '(dict[str, Any], StartResponse, /) -> Iterable[bytes]'>` is not assignable to `<typing.Callable special-form '(dict[str, Any], StartResponse, /) -> Iterable[bytes]'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dulwich/worktree.py

[error] invalid-argument-type - Argument to function `build_index_from_tree` is incorrect: Expected `((str | bytes | PathLike[str], str | bytes | PathLike[str], /) -> None) | None`, found `(def symlink(src: str | bytes | PathLike[str] | PathLike[bytes], dst: str | bytes | PathLike[str] | PathLike[bytes], target_is_directory: bool = False, *, dir_fd: int | None = None) -> None) | (def symlink_fn(src: str | bytes, dst: str | bytes, target_is_directory: bool = False, *, dir_fd: int | None = None) -> None)`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

python/egglog/examples/matrix.py

[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Dim`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Dim`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Matrix`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Matrix`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Matrix`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Dim`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Dim`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Matrix`

python/egglog/examples/resolution.py

[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`

python/tests/test_convert.py

[error] invalid-type-form - Invalid subscript of object of type `tuple[type, ...]` in type expression
[error] invalid-type-form - Int literals are not allowed in this context in a type expression
[error] invalid-type-form - Invalid subscript of object of type `tuple[type, ...]` in type expression
[error] invalid-type-form - Int literals are not allowed in this context in a type expression

python/tests/test_runtime.py

[error] unresolved-attribute - Attribute `__egg_typed_expr__` is not defined on `None` in union `RuntimeExpr | None`
[error] unresolved-attribute - Object of type `object` has no attribute `__egg_typed_expr__`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `RuntimeExpr | None`

python/egglog/builtins.py

[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Unit`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Unit`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Unit`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Unit`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-type-arguments - No type argument provided for required type variable `V` of class `Map`
[error] invalid-type-form - Function calls are not allowed in type expressions
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-type-form - Invalid subscript of object of type `tuple[type, ...]` in type expression
[error] invalid-type-form - Int literals are not allowed in this context in a type expression
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-type-form - Invalid subscript of object of type `tuple[type, ...]` in type expression
[error] invalid-type-form - Int literals are not allowed in this context in a type expression
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Unit`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Unit`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Unit`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Unit`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-type-form - Invalid subscript of object of type `tuple[type, ...]` in type expression
[error] invalid-type-form - Int literals are not allowed in this context in a type expression
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`

python/egglog/egraph.py

[error] unresolved-attribute - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[error] unresolved-attribute - Attribute `f_locals` is not defined on `None` in union `FrameType | None`
[error] invalid-argument-type - Argument is incorrect: Expected `() -> Declarations`, found `None`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Unit`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Fact`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `int`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

python/egglog/examples/jointree.py

[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `property`

python/egglog/examples/lambda_.py

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Term`

python/egglog/exp/MoA.ipynb:cell 2

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`

python/egglog/exp/any_expr.py

[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `BaseExpr.__ne__`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `A`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `BaseExpr.__ne__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `A`

python/egglog/exp/array_api.py

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `BaseExpr.__ne__`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `BaseExpr.__ne__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `NDArray`
[error] unresolved-attribute - Object of type `BuiltinExpr` has no attribute `value`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

python/egglog/exp/program_gen.py

[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `property`
[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `property`

python/egglog/ipython_magic.py

[error] unresolved-reference - Name `get_ipython` used when not defined

python/egglog/runtime.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `bool`, found `object`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

python/tests/test_array_api.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `float` and `Int`

python/tests/test_bindings.py

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

python/tests/test_high_level.py

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `BaseExpr.__ne__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `Boolean`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[10]` and `Math`
[error] invalid-argument-type - Argument to bound method `to` is incorrect: Expected `X`, found `Literal[0]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `T`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `B`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] invalid-argument-type - Argument is incorrect: Argument type `property` does not satisfy upper bound `(...) -> Unknown` of type variable `CALLABLE'return`
[error] not-subscriptable - Cannot subscript non-generic type `<types.UnionType special-form 'Vec[Unknown] | int'>`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `A`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `A`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

python/tests/test_pretty.py

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `BaseExpr.__eq__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `A`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `BaseExpr.__ne__`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `A`

python/tests/test_program_gen.py

[error] invalid-argument-type - Argument is incorrect: Expected `(...) -> Unknown`, found `property`

python/tests/test_unstable_fn.py

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

flake8-pyi (https://github.com/PyCQA/flake8-pyi)

flake8_pyi/visitor.py

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

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

freqtrade/data/entryexitanalysis.py

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

freqtrade/exchange/binance.py

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

freqtrade/freqai/prediction_models/ReinforcementLearner.py

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

freqtrade/optimize/backtesting.py

[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 `_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 `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 `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 `adjust_order_price` is incorrect: Expected `Trade`, found `LocalTrade`

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

src/graphql/pyutils/gather_with_cancel.py

[error] invalid-argument-type - Argument to function `create_task` is incorrect: Expected `Generator[Any, None, Unknown] | Coroutine[Any, Any, Unknown]`, found `Awaitable[Any] & ~Task[object]`

src/graphql/validation/rules/max_introspection_depth_rule.py

[error] unresolved-attribute - Object of type `Node & ~FragmentSpreadNode` has no attribute `selection_set`

src/graphql/execution/execute.py

[error] unresolved-attribute - Object of type `AsyncIterator[Any]` has no attribute `aclose`

src/graphql/language/ast.py

[error] invalid-assignment - Object of type `_KeysProperty` is not assignable to `tuple[str, ...]`

src/graphql/type/definition.py

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

tests/language/test_ast.py

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

tests/language/test_printer.py

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

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

hydpy/auxs/anntools.py

[error] invalid-return-type - Return type does not match returned value: expected `T_co@_ANNArrayProperty`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

hydpy/core/pubtools.py

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

hydpy/exe/servertools.py

[error] invalid-argument-type - Argument to function `assignrepr_list2` is incorrect: Expected `Sequence[Sequence[object] | ndarray[tuple[Any, ...], dtype[generic[Any]]]] | ndarray[tuple[Any, ...], dtype[generic[Any]]]`, found `int | float | Sequence[object] | ndarray[tuple[Any, ...], dtype[generic[Any]]]`
[error] invalid-argument-type - Argument to function `repr_list` is incorrect: Expected `Sequence[object] | ndarray[tuple[Any, ...], dtype[generic[Any]]]`, found `int | float | Sequence[object] | ndarray[tuple[Any, ...], dtype[generic[Any]]]`

hydpy/core/timetools.py

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

hydpy/models/musk/musk_sequences.py

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

hydpy/auxs/statstools.py

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

hydpy/core/autodoctools.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `Literal[""]`
[error] unresolved-attribute - Unresolved attribute `substituter` on type `ModuleType`
[error] unresolved-attribute - Object of type `object` has no attribute `__code__`
[error] invalid-argument-type - Argument to function `findsource` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `object`

hydpy/core/devicetools.py

[error] invalid-method-override - Invalid override of method `update`: Definition is incompatible with `set.update`
[error] invalid-return-type - Return type does not match returned value: expected `Nodes`, found `Devices[Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

hydpy/core/filetools.py

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

hydpy/core/hydpytools.py

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

hydpy/core/importtools.py

[error] invalid-parameter-default - Default value of type `Literal[0]` is not assignable to annotated parameter type `TD@prepare_submodel`

hydpy/core/masktools.py

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

hydpy/core/modeltools.py

[error] final-without-value - `Final` symbol `_name` is not assigned a value
[error] invalid-assignment - Cannot assign to final attribute `_name` on type `Self@__set_name__`
[error] final-without-value - `Final` symbol `_name` is not assigned a value
[error] invalid-assignment - Cannot assign to final attribute `_name` on type `Self@__set_name__`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[InputSequence | LinkSequence]`, found `SubSequences[Unknown, Unknown, Sequence_, FastAccess]`

hydpy/core/netcdftools.py

[error] invalid-argument-type - Argument to bound method `__hydpy_write_ncfile__` is incorrect: Expected `Literal["model-specific", "HydPy"] | None`, found `Unknown | OptionContextStr[Literal["model-specific", "HydPy"]]`

hydpy/core/objecttools.py

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

hydpy/core/parametertools.py

[error] unresolved-reference - Name `__class__` used when not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

hydpy/core/selectiontools.py

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

hydpy/core/sequencetools.py

[error] unresolved-reference - Name `__class__` used when not defined
[error] unresolved-reference - Name `__class__` used when not defined
[error] unresolved-reference - Name `__class__` used when not defined
[error] unresolved-reference - Name `__class__` used when not defined
[error] unresolved-reference - Name `__class__` used when not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

hydpy/core/testtools.py

[error] invalid-assignment - Object of type `<class '_Open'>` is not assignable to attribute `open` of type `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]]`
[error] invalid-assignment - Object of type `<class '_DateTime'>` is not assignable to attribute `datetime` of type `<class 'datetime'>`
[error] invalid-argument-type - Argument to function `init_values` is incorrect: Expected `TestIOSequence`, found `Sim`
[error] invalid-argument-type - Argument to function `init_values` is incorrect: Expected `TestIOSequence`, found `StateSequence`
[error] invalid-argument-type - Argument to function `init_values` is incorrect: Expected `TestIOSequence`, found `InputSequence`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

hydpy/core/threadingtools.py

[error] invalid-method-override - Invalid override of method `task_done`: Definition is incompatible with `queue.Queue.task_done`
[error] invalid-argument-type - Argument to bound method `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[Unknown, Unknown, Unknown, Unknown]`, found `None`
[error] unresolved-attribute - Object of type `<super: <class 'MixinFixedShape'>, Self@_finalise_connections>` has no attribute `_finalise_connections`
[error] unresolved-attribute - Object of type `<super: <class 'MixinFixedShape'>, Self@shape>` has no attribute `shape`
[error] unresolved-reference - Name `__class__` used when not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

hydpy/cythons/modelutils.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type[Any] | str | None`
[error] unsupported-operator - Operator `+` is not supported between objects of type `type[int | float]` and `str`

hydpy/exe/xmltools.py

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

hydpy/models/conv/conv_model.py

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

hydpy/models/evap/evap_logs.py

[error] unresolved-reference - Name `__class__` used when not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

hydpy/models/exch/exch_control.py

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

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 `_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 function `__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, ...]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

hydpy/models/manager_lwc.py

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

hydpy/tests/plugin/check_method_hook.py

[error] unresolved-reference - Name `b` used when not defined
[error] unresolved-reference - Name `a` used when not defined

hydpy/tests/plugin/check_prepare_model_hook.py

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

hydpy/tests/plugin/check_series_hook.py

[error] unresolved-reference - Name `perc` used when not defined
[error] unresolved-reference - Name `list_2d` used when not defined
[error] unresolved-reference - Name `pc` used when not defined
[error] unresolved-reference - Name `list_1d` used when not defined
[error] unresolved-reference - Name `pc` used when not defined
[error] unresolved-reference - Name `list_3d` used when not defined
[error] unresolved-reference - Name `melt` used when not defined
[error] unresolved-reference - Name `list_2d` used when not defined
[error] unresolved-reference - Name `melt` used when not defined
[error] unresolved-reference - Name `list_4d` used when not defined

hydpy/tests/plugin/check_shape_hook.py

[error] unresolved-reference - Name `area` used when not defined
[error] unresolved-reference - Name `area` used when not defined
[error] unresolved-reference - Name `area` used when not defined
[error] unresolved-reference - Name `area` used when not defined
[error] unresolved-reference - Name `zonearea` used when not defined
[error] unresolved-reference - Name `zonearea` used when not defined
[error] unresolved-reference - Name `zonearea` used when not defined
[error] unresolved-reference - Name `zonearea` used when not defined
[error] unresolved-reference - Name `zonearea` used when not defined
[error] unresolved-reference - Name `sred` used when not defined
[error] unresolved-reference - Name `sred` used when not defined
[error] unresolved-reference - Name `sred` used when not defined
[error] unresolved-reference - Name `sred` used when not defined
[error] unresolved-reference - Name `sred` used when not defined
[error] unresolved-reference - Name `sred` used when not defined

hydpy/tests/plugin/check_submodeladder_hooks.py

[error] unresolved-reference - Name `main1` used when not defined
[error] unresolved-reference - Name `main1` used when not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

hydpy/tests/plugin/check_subvariables_hook2.py

[error] unresolved-reference - Name `dt` used when not defined
[error] unresolved-reference - Name `pi` used when not defined
[error] unresolved-reference - Name `abserrormax` used when not defined
[error] unresolved-reference - Name `p` used when not defined
[error] unresolved-reference - Name `tc` used when not defined
[error] unresolved-reference - Name `pc` used when not defined
[error] unresolved-reference - Name `sm` used when not defined
[error] unresolved-reference - Name `loggedoutflow` used when not defined
[error] unresolved-reference - Name `q` used when not defined
[error] unresolved-reference - Name `q_` used when not defined
[error] unresolved-reference - Name `d` used when not defined
[error] unresolved-reference - Name `a` used when not defined
[error] unresolved-reference - Name `r` used when not defined

hydpy/tests/plugin/check_trim_hook.py

[error] unresolved-reference - Name `parameter` used when not defined
[error] unresolved-reference - Name `parameter` used when not defined
[error] unresolved-reference - Name `sequence` used when not defined
[error] unresolved-reference - Name `sequence` used when not defined
[error] unresolved-reference - Name `area` used when not defined
[error] unresolved-reference - Name `area` used when not defined
[error] unresolved-reference - Name `nmbzones` used when not defined
[error] unresolved-reference - Name `resparea` used when not defined
[error] unresolved-reference - Name `zonearea` used when not defined
[error] unresolved-reference - Name `zonetype` used when not defined
[error] unresolved-reference - Name `sred` used when not defined
[error] unresolved-reference - Name `sred` used when not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

hydpy/tests/plugin/check_values_hook.py

[error] unresolved-reference - Name `area` used when not defined
[error] unresolved-reference - Name `area` used when not defined
[error] unresolved-reference - Name `nmbzones` used when not defined
[error] unresolved-reference - Name `nmbzones` used when not defined
[error] unresolved-reference - Name `nmbzones` used when not defined
[error] unresolved-reference - Name `resparea` used when not defined
[error] unresolved-reference - Name `resparea` used when not defined
[error] unresolved-reference - Name `resparea` used when not defined
[error] unresolved-reference - Name `zonearea` used when not defined
[error] unresolved-reference - Name `zonetype` used when not defined
[error] unresolved-reference - Name `zonetype` used when not defined
[error] unresolved-reference - Name `zonetype` used when not defined
[error] unresolved-reference - Name `sred` used when not defined

hydpy/tests/plugin/check_variable_hook.py

[error] unresolved-reference - Name `control` used when not defined
[error] unresolved-reference - Name `control` used when not defined
[error] unresolved-reference - Name `derived` used when not defined
[error] unresolved-reference - Name `fixed` used when not defined
[error] unresolved-reference - Name `solver` used when not defined
[error] unresolved-reference - Name `inputs` used when not defined
[error] unresolved-reference - Name `factors` used when not defined
[error] unresolved-reference - Name `fluxes` used when not defined
[error] unresolved-reference - Name `states` used when not defined
[error] unresolved-reference - Name `logs` used when not defined
[error] unresolved-reference - Name `inlets` used when not defined
[error] unresolved-reference - Name `outlets` used when not defined
[error] unresolved-reference - Name `receivers` used when not defined
[error] unresolved-reference - Name `observers` used when not defined
[error] unresolved-reference - Name `senders` used when not defined

hydpy/tests/plugin/check_variables_hook2.py

[error] unresolved-reference - Name `control` used when not defined
[error] unresolved-reference - Name `control` used when not defined
[error] unresolved-reference - Name `derived` used when not defined
[error] unresolved-reference - Name `derived` used when not defined
[error] unresolved-reference - Name `fixed` used when not defined
[error] unresolved-reference - Name `fixed` used when not defined
[error] unresolved-reference - Name `solver` used when not defined
[error] unresolved-reference - Name `solver` used when not defined
[error] unresolved-reference - Name `inputs` used when not defined
[error] unresolved-reference - Name `inputs` used when not defined
[error] unresolved-reference - Name `factors` used when not defined
[error] unresolved-reference - Name `factors` used when not defined
[error] unresolved-reference - Name `fluxes` used when not defined
[error] unresolved-reference - Name `fluxes` used when not defined
[error] unresolved-reference - Name `states` used when not defined
[error] unresolved-reference - Name `states` used when not defined
[error] unresolved-reference - Name `logs` used when not defined
[error] unresolved-reference - Name `inlets` used when not defined
[error] unresolved-reference - Name `inlets` used when not defined
[error] unresolved-reference - Name `outlets` used when not defined
[error] unresolved-reference - Name `outlets` used when not defined
[error] unresolved-reference - Name `receivers` used when not defined
[error] unresolved-reference - Name `receivers` used when not defined
[error] unresolved-reference - Name `observers` used when not defined
[error] unresolved-reference - Name `observers` used when not defined
[error] unresolved-reference - Name `senders` used when not defined
[error] unresolved-reference - Name `senders` used when not defined

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

tests/annotations/mypy_checks.py

[error] invalid-argument-type - Argument to function `a1` is incorrect: Expected `int`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | ((Any, /) -> str)`, found `Literal[22]`
[error] invalid-argument-type - Argument to function `f` is incorrect: Expected `int`, found `def bad(x: int, y: int) -> str`
[error] missing-argument - No argument provided for required parameter `y` of function `f`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

ibis/expr/datatypes/tests/test_core.py

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

ibis/expr/tests/test_schema.py

[error] invalid-argument-type - Argument to function `schema` is incorrect: Expected `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`, found `Literal[5]`

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

ignite/distributed/launcher.py

[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | Logger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | Logger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | Logger`
[error] unresolved-attribute - Attribute `info` is not defined on `None` in union `Unknown | None | Logger`

ignite/handlers/early_stopping.py

[error] invalid-method-override - Invalid override of method `attach`: Definition is incompatible with `ResettableHandler.attach`

ignite/handlers/state_param_scheduler.py

[error] unresolved-attribute - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Attribute `param_history` is not defined on `State` in union `Unknown | State`

ignite/contrib/engines/common.py

[error] invalid-argument-type - Argument to bound method `attach` is incorrect: Expected `str | EventEnum`, found `CallableEventWithFilter`

ignite/distributed/auto.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `sampler` on type `_MpDeviceLoader | Unknown`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ignite/engine/__init__.py

[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `scaler` on type `Unknown | State`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ignite/engine/deterministic.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & <Protocol with members '__len__'>) | (Iterable[Any] & <Protocol with members '__len__'>)`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | None` and `int | Unknown`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ignite/engine/engine.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Unknown] & <Protocol with members '__len__'>`

ignite/handlers/clearml_logger.py

[error] not-subscriptable - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-assignment - Object of type `Unknown | int | float | str` is not assignable to `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | Path`, found `str | None`
[error] unresolved-attribute - Attribute `save` is not defined on `type[Enum]` in union `Unknown | type[Enum]`
[error] unresolved-attribute - Attribute `save` is not defined on `type[Enum]` in union `Unknown | type[Enum]`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ignite/handlers/lr_finder.py

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

ignite/handlers/param_scheduler.py

[error] unresolved-attribute - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[error] invalid-method-override - Invalid override of method `simulate_values`: Definition is incompatible with `ParamScheduler.simulate_values`
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `_get_lr_called_within_step` on type `Unknown | _CosineAnnealingWarmRestarts`
[error] invalid-assignment - Object of type `Literal[False]` is not assignable to attribute `_get_lr_called_within_step` on type `Unknown | _CosineAnnealingWarmRestarts`
[error] invalid-method-override - Invalid override of method `simulate_values`: Definition is incompatible with `ParamScheduler.simulate_values`
[error] invalid-method-override - Invalid override of method `simulate_values`: Definition is incompatible with `ParamScheduler.simulate_values`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ignite/handlers/time_profilers.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & <Protocol with members '__len__'>) | (Iterable[Any] & <Protocol with members '__len__'>)`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | int | float`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | int | float`
[error] not-iterable - Object of type `str | int | float` may not be iterable
[error] not-iterable - Object of type `str | int | float` may not be iterable
[error] not-iterable - Object of type `str | int | float` may not be iterable
[error] not-iterable - Object of type `str | int | float` may not be iterable

ignite/handlers/tqdm_logger.py

[error] invalid-method-override - Invalid override of method `attach`: Definition is incompatible with `BaseLogger.attach`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `(...) -> Unknown`
[error] unresolved-attribute - Attribute `set_description` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `set_postfix` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `update` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `n` is not defined on `None` in union `Unknown | None`

ignite/handlers/visdom_logger.py

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

ignite/metrics/metric.py

[error] unresolved-attribute - Unresolved attribute `_result` on type `Metric`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ignite/metrics/precision.py

[error] unresolved-attribute - Attribute `clone` is not defined on `int` in union `int | 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-method-override - Invalid override of method `compute`: Definition is incompatible with `EpochMetric.compute`
[error] invalid-assignment - Object of type `tuple[Unknown | None | int | float | str, Unknown | None | int | float | str, Unknown | None | int | float | str]` is not assignable to attribute `_result` of type `int | float | None`

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-method-override - Invalid override of method `compute`: Definition is incompatible with `EpochMetric.compute`

ignite/utils.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | int | str` and value of type `Any` on object of type `list[Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `str` on object of type `list[Unknown]`

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

isort/output.py

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

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

src/itsdangerous/timed.py

[error] invalid-method-override - Invalid override of method `loads`: Definition is incompatible with `Serializer.loads`
[error] invalid-method-override - Invalid override of method `loads_unsafe`: Definition is incompatible with `Serializer.loads_unsafe`

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 `loads` is incorrect: Expected `_TSerialized@Serializer`, found `bytes`
[error] invalid-return-type - Return type does not match returned value: expected `_TSerialized@Serializer`, found `str`
[error] invalid-return-type - Return type does not match returned value: expected `_TSerialized@Serializer`, found `bytes`

jax (https://github.com/google/jax)

jax/_src/clusters/cluster.py

[error] invalid-assignment - Object of type `list[int | None]` is not assignable to `Sequence[int] | None`

jax/_src/compiler.py

[error] unresolved-attribute - Function `_share_fdo_profiles` has no attribute `modules_profiles`
[error] unresolved-attribute - Function `_share_fdo_profiles` has no attribute `modules_profiles`
[error] unresolved-attribute - Function `_share_fdo_profiles` has no attribute `modules_profiles`
[error] unresolved-attribute - Unresolved attribute `modules_profiles` on type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[tuple[Any, ...], dtype[Any]], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes`
[error] unresolved-attribute - Function `_compile_and_share_module` has no attribute `modules_cache`
[error] unresolved-attribute - Function `_compile_and_share_module` has no attribute `modules_cache`
[error] unresolved-attribute - Function `_compile_and_share_module` has no attribute `modules_cache`
[error] unresolved-attribute - Unresolved attribute `modules_cache` on type `def _compile_and_share_module(backend: Client, computation: Unknown, executable_devices: DeviceList, compile_options: CompileOptions, host_callbacks: Sequence[Any], global_client: DistributedRuntimeClient, module_name: str, cache_key: str, first_process_id: int) -> LoadedExecutable`

jax/_src/numpy/reductions.py

[error] invalid-assignment - Object of type `tuple[(int & ~ndarray[tuple[object, ...], dtype[object]]) | (Sequence[int] & ~ndarray[tuple[object, ...], dtype[object]] & ~tuple[object, ...] & ~Top[list[Unknown]])]` is not assignable to `int | Sequence[int] | None`
[error] not-iterable - Object of type `int | Sequence[int] | None` may not be iterable
[error] invalid-assignment - Object of type `tuple[int | (Sequence[int] & ~tuple[object, ...] & ~Top[list[Unknown]])]` is not assignable to `Sequence[int]`

jax/_src/path.py

[warning] redundant-cast - Value is already of type `Path`

jax/experimental/source_mapper/hlo.py

[error] invalid-argument-type - Argument is incorrect: Expected `CompileFn`, found `def trace_and_lower(work_dir, f, f_args, f_kwargs, **_) -> Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `GenerateDumpFn`, found `def stable_hlo_generate_dump(args: tuple[Any, str], **_) -> SourceMapDump`
[error] invalid-argument-type - Argument is incorrect: Expected `CompileFn`, found `def trace_and_lower(work_dir, f, f_args, f_kwargs, **_) -> Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `GenerateDumpFn`, found `def original_hlo_generate_dump(args: tuple[Any, str], **_) -> SourceMapDump`
[error] invalid-argument-type - Argument is incorrect: Expected `CompileFn`, found `def trace_and_lower(work_dir, f, f_args, f_kwargs, **_) -> Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `GenerateDumpFn`, found `def optimized_generate_dump(args: tuple[Any, str], xla_compiler_flags: dict[str, Any] | None = None, **_) -> SourceMapDump`

jax/experimental/source_mapper/jaxpr.py

[error] invalid-argument-type - Argument is incorrect: Expected `CompileFn`, found `def compile_jaxpr(work_dir, f, f_args, f_kwargs, **_) -> Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `GenerateDumpFn`, found `def make_jaxpr_dump(jaxpr: Jaxpr, **_) -> SourceMapDump`

jax/experimental/sparse/bcoo.py

[error] invalid-argument-type - Argument to function `_bcoo_dot_general` is incorrect: Expected `Array`, found `BCOO | Array`
[error] invalid-assignment - Object of type `tuple[tuple[Sequence[int], Sequence[int]], ...]` is not assignable to `tuple[tuple[Sequence[int], Sequence[int]], tuple[Sequence[int], Sequence[int]]]`

jax/_src/earray.py

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

jax/_src/pallas/fuser/custom_fusion_lib.py

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

jax/_src/pallas/mosaic_gpu/interpret/gpu_callbacks.py

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

jax/_src/scipy/stats/_core.py

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

jax/_src/ad_checkpoint.py

[error] unresolved-attribute - Unresolved attribute `in_cts_zero` on type `() -> Unknown`
[error] unresolved-attribute - Object of type `() -> Unknown` has no attribute `in_cts_zero`

jax/_src/array.py

[error] invalid-assignment - Object of type `tuple[int | None, ...]` is not assignable to `tuple[int, ...] | None`

jax/_src/callback.py

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

jax/_src/checkify.py

[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method

jax/_src/core.py

[error] invalid-parameter-default - Default value of type `None` is not assignable to annotated parameter type `DebugInfo`
[error] unresolved-attribute - Object of type `Trace | None` has no attribute `cur_qdd`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `_getitem`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `_setitem`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `_len`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `_addupdate`

jax/_src/distributed.py

[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `DistributedRuntimeClient`, found `DistributedRuntimeClient | Any | None`

jax/_src/dtypes.py

[error] invalid-return-type - Return type does not match returned value: expected `dtype[Any]`, found `str | type[Any] | dtype[Any] | SupportsDType`
[error] invalid-return-type - Return type does not match returned value: expected `dtype[Any]`, found `dtype[Any] | ExtendedDType`

jax/_src/export/_export.py

[error] unresolved-attribute - Object of type `Lowering` has no attribute `_platforms`
[error] invalid-argument-type - Argument to function `_get_vjp_fun` is incorrect: Expected `AbstractMesh | None`, found `None | (Mesh & ~AlwaysTruthy) | (AbstractMesh & ~AlwaysTruthy) | (AbstractMesh & ~Mesh) | Unknown`
[error] invalid-argument-type - Argument to function `_get_named_sharding` is incorrect: Expected `ShapedArray`, found `AbstractValue | Unknown`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/export/shape_poly.py

[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - Attribute `dtype` is not defined on `int` in union `int | (Unknown & ~_DimExpr)`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/interpreters/ad.py

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

jax/_src/interpreters/partial_eval.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Var]`, found `list[Var | Literal]`

jax/_src/interpreters/pxla.py

[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `ndim`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `DeviceList | None`
[error] invalid-argument-type - Argument to function `_gspmd_to_named_sharding` is incorrect: Expected `GSPMDSharding`, found `Sharding`

jax/_src/lax/control_flow/loops.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Tracer[Unknown]`, found `int`

jax/_src/lax/lax.py

[error] unresolved-attribute - Attribute `_rules` is not defined on `str`, `dtype[Any]`, `SupportsDType` in union `str | type[Any] | dtype[Any] | SupportsDType`
[error] unresolved-attribute - Attribute `_rules` is not defined on `dtype[Any]` in union `dtype[Any] | Unknown`
[error] unresolved-attribute - Object of type `~None` has no attribute `is_fully_replicated`
[error] invalid-assignment - Object of type `(algorithm) -> Unknown` is not assignable to attribute `__str__` of type `def __str__(self) -> str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/lax/slicing.py

[error] unresolved-attribute - Attribute `ndim` is not defined on `Sequence[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements] & ~tuple[object, ...] & ~Top[list[Unknown]]` in union `(Array & ~tuple[object, ...] & ~Top[list[Unknown]]) | (ndarray[tuple[Any, ...], dtype[Any]] & ~tuple[object, ...] & ~Top[list[Unknown]]) | (Sequence[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements] & ~tuple[object, ...] & ~Top[list[Unknown]])`
[error] unresolved-attribute - Attribute `shape` is not defined on `Sequence[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements] & ~tuple[object, ...] & ~Top[list[Unknown]]` in union `(Array & ~tuple[object, ...] & ~Top[list[Unknown]]) | (ndarray[tuple[Any, ...], dtype[Any]] & ~tuple[object, ...] & ~Top[list[Unknown]]) | (Sequence[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements] & ~tuple[object, ...] & ~Top[list[Unknown]])`

jax/_src/lib/__init__.py

[error] unresolved-import - Module `jaxlib.mlir` has no member `ir`
[error] unresolved-import - Cannot resolve imported module `mlir`

jax/_src/lru_cache.py

[error] unresolved-attribute - Attribute `length` is not defined on `stat_result` in union `Unknown | stat_result`

jax/_src/nn/functions.py

[error] invalid-argument-type - Argument to function `canonicalize_axis` is incorrect: Expected `SupportsIndex`, found `Hashable`
[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `Hashable`

jax/_src/numpy/array_creation.py

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

jax/_src/numpy/array_methods.py

[error] no-matching-overload - No overload of function `iter` matches arguments
[error] invalid-argument-type - Argument to function `canonicalize_shape` is incorrect: Expected `Sequence[int | Any]`, found `int | Any | Sequence[int | Any] | list[int | Any | Sequence[int | Any]]`

jax/_src/numpy/indexing.py

[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[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] unsupported-operator - Operator `+` is not supported between objects of type `(int & ~Top[unsignedinteger[Any]]) | (integer[Any] & ~Top[unsignedinteger[Any]]) | slice[Any, Any, Any] | ... omitted 5 union elements` and `int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `(int & ~Top[unsignedinteger[Any]]) | (integer[Any] & ~Top[unsignedinteger[Any]]) | slice[Any, Any, Any] | ... omitted 5 union elements` and `Literal[0]`
[error] no-matching-overload - No overload of function `shape` matches arguments
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `ndim` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `convert_element_type` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/numpy/lax_numpy.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`
[error] no-matching-overload - No overload of function `shape` matches arguments
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`
[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] unresolved-attribute - Attribute `reshape` is not defined on `int`, `float`, `complex` in union `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`
[error] no-matching-overload - No overload of bound method `reshape` matches arguments
[error] no-matching-overload - No overload of bound method `reshape` matches arguments
[error] no-matching-overload - No overload of bound method `reshape` matches arguments
[error] no-matching-overload - No overload of function `iter` matches arguments
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `int | Any | Sequence[int | Any]`
[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/numpy/linalg.py

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

jax/_src/numpy/ufunc_api.py

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

jax/_src/numpy/ufuncs.py

[error] invalid-argument-type - Argument to function `index` is incorrect: Expected `SupportsIndex`, found `Unknown | (Array & ~<Protocol with members '__jax_array__'>) | (ndarray[tuple[Any, ...], dtype[Any]] & ~<Protocol with members '__jax_array__'>) | ... omitted 5 union elements`

jax/_src/numpy/util.py

[error] invalid-argument-type - Argument to function `canonicalize_shape` is incorrect: Expected `Sequence[int | Any]`, found `int | Any | Sequence[int | Any] | tuple[int | (Any & ~tuple[object, ...]) | (Sequence[int | Any] & ~tuple[object, ...])]`
[error] invalid-argument-type - Argument to function `shape` is incorrect: Expected `SupportsShape | int | float | complex`, found `SupportsSize | int | float | complex | SupportsShape`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/pallas/core.py

[error] invalid-argument-type - Argument is incorrect: Expected `tuple[int | DynamicGridDim, ...]`, found `tuple[DynamicGridDim | int | Array, ...]`
[error] invalid-assignment - Object of type `def _core_map_is_high(*avals, *, jaxpr, **params) -> Unknown` is not assignable to attribute `is_high` of type `def is_high(self, *avals, **params) -> bool`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/pallas/hlo_interpreter.py

[error] invalid-argument-type - Argument to function `reduce` is incorrect: Expected `(int | DynamicGridDim | Unknown, int | DynamicGridDim | Unknown, /) -> int | DynamicGridDim | Unknown`, found `ufunc`

jax/_src/pallas/mosaic/interpret/interpret_pallas_call.py

[error] invalid-argument-type - Argument to function `reduce` is incorrect: Expected `(int | DynamicGridDim | Unknown, int | DynamicGridDim | Unknown, /) -> int | DynamicGridDim | Unknown`, found `BinaryUfunc`
[error] invalid-argument-type - Argument to function `_get_randomized_grid_coordinates` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | DynamicGridDim | Unknown, ...]`
[error] invalid-argument-type - Argument to function `_get_parallel_subgrid_size` is incorrect: Expected `tuple[int, ...]`, found `tuple[int | DynamicGridDim | Unknown, ...]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/pallas/mosaic/pipeline.py

[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `Ref | Array | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/pallas/mosaic/primitives.py

[error] invalid-assignment - Object of type `def _dma_is_high(...) -> Unknown` is not assignable to attribute `is_high` of type `def is_high(self, *avals, **params) -> bool`
[error] invalid-assignment - Object of type `def _dma_is_high(...) -> Unknown` is not assignable to attribute `is_high` of type `def is_high(self, *avals, **params) -> bool`

jax/_src/pallas/mosaic_gpu/primitives.py

[error] invalid-argument-type - Argument to function `_resolve_cluster_axis` is incorrect: Expected `str`, found `Hashable`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/pallas/mosaic_gpu/torch.py

[error] unresolved-import - Cannot resolve imported module `torch`
[error] unresolved-import - Cannot resolve imported module `torch`

jax/_src/pallas/pallas_call.py

[error] invalid-argument-type - Argument to function `reduce` is incorrect: Expected `(int | DynamicGridDim | Unknown, int | DynamicGridDim | Unknown, /) -> int | DynamicGridDim | Unknown`, found `ufunc`
[error] invalid-argument-type - Argument to bound method `to_block_mapping` is incorrect: Expected `ShapedArray`, found `Unknown | AbstractValue`

jax/_src/pallas/primitives.py

[error] invalid-assignment - Object of type `def _run_scoped_is_high(*avals, *, jaxpr, **params) -> Unknown` is not assignable to attribute `is_high` of type `def is_high(self, *avals, **params) -> bool`

jax/_src/pickle_util.py

[error] unresolved-import - Cannot resolve imported module `cloudpickle`
[error] unresolved-attribute - Module `dataclasses` has no member `_FIELD_BASE`
[error] unresolved-attribute - Module `dataclasses` has no member `_HAS_DEFAULT_FACTORY_CLASS`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/pjit.py

[error] unresolved-attribute - Attribute `is_fully_replicated` is not defined on `AUTO & ~UnspecifiedValue` in union `(GSPMDSharding & ~UnspecifiedValue) | (AUTO & ~UnspecifiedValue)`
[error] unresolved-attribute - Attribute `memory_kind` is not defined on `AUTO & ~UnspecifiedValue` in union `(GSPMDSharding & ~UnspecifiedValue) | (AUTO & ~UnspecifiedValue)`
[error] unresolved-attribute - Attribute `memory_kind` is not defined on `AUTO & ~UnspecifiedValue` in union `(GSPMDSharding & ~UnspecifiedValue) | (AUTO & ~UnspecifiedValue)`
[error] unresolved-attribute - Attribute `_to_xla_hlo_sharding` is not defined on `AUTO & ~UnspecifiedValue` in union `(GSPMDSharding & ~UnspecifiedValue) | (AUTO & ~UnspecifiedValue)`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/_src/pretty_printer.py

[error] unresolved-reference - Name `get_ipython` used when not defined
[error] invalid-assignment - Object of type `(self) -> Unknown` is not assignable to attribute `__str__` of type `def __str__(self) -> str`

jax/_src/prng.py

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

jax/_src/profiler.py

[error] unresolved-attribute - Unresolved attribute `last_request` on type `BaseServer`
[error] invalid-argument-type - Argument to function `_write_perfetto_trace_file` is incorrect: Expected `PathLike[Unknown] | str`, found `str | None`

jax/_src/scipy/signal.py

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

jax/_src/shard_map.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str | tuple[str, ...] | None`, found `None | tuple[Unknown | None, ...]`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `sharding`
[error] unresolved-attribute - Object of type `AbstractValue` has no attribute `shape`

jax/_src/third_party/scipy/signal_helper.py

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

jax/_src/util.py

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

jax/experimental/colocated_python/func.py

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

jax/experimental/colocated_python/obj.py

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

jax/experimental/colocated_python/serialization.py

[error] unresolved-import - Cannot resolve imported module `cloudpickle`

jax/experimental/jax2tf/examples/serving/model_server_request.py

[error] unresolved-import - Cannot resolve imported module `tensorflow_datasets`
[error] unresolved-import - Cannot resolve imported module `tensorflow_serving.apis`

jax/experimental/jax2tf/tests/jax2tf_test.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'jax.experimental.jax2tf'>`
[error] invalid-assignment - Object of type `None` is not assignable to `<module 'jax.experimental.jax2tf.tests.tf_test_util'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/experimental/jax2tf/tests/multiprocess/jax2tf_multiprocess_test.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'jax.experimental.jax2tf'>`
[error] invalid-assignment - Object of type `None` is not assignable to `<module 'jax.experimental.jax2tf.tests.tf_test_util'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/experimental/mosaic/gpu/core.py

[error] unresolved-import - Cannot resolve imported module `torch`
[error] unresolved-import - Cannot resolve imported module `jax_plugins.xla_cuda13`
[error] unresolved-import - Cannot resolve imported module `jax_plugins.xla_cuda12`
[error] unresolved-import - Cannot resolve imported module `torch`

jax/experimental/mosaic/gpu/fragmented_array.py

[error] too-many-positional-arguments - Too many positional arguments to function `tiled_copy_smem_gmem_layout`: expected 4, got 6
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/experimental/mosaic/gpu/launch_context.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `tuple[Unknown, ...]`
[error] too-many-positional-arguments - Too many positional arguments to function `tiled_copy_smem_gmem_layout`: expected 4, got 6
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

jax/experimental/mosaic/gpu/profiler.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'jax._src.lib.mosaic_gpu'>`

jax/experimental/mosaic/gpu/utils.py

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

jax/experimental/pallas/ops/tpu/paged_attention/paged_attention_kernel.py

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

jax/experimental/rnn.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'jaxlib.gpu_rnn'>`

jax/tools/jax_to_ir.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'jax.experimental.jax2tf'>`

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

src/jinja2/async_utils.py

[error] unresolved-attribute - Unresolved attribute `jinja_async_variant` on type `_Wrapped[(...), Unknown, (...), Unknown]`

src/jinja2/compiler.py

[error] invalid-return-type - Return type does not match returned value: expected `F@optimizeconst`, found `_Wrapped[(...), Unknown, (self: CodeGenerator, node: Expr, frame: Frame, **kwargs: Any), Any]`

src/jinja2/environment.py

[error] invalid-assignment - Object of type `Iterator[str]` is not assignable to `AsyncGenerator[str, None]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/jinja2/filters.py

[error] no-matching-overload - No overload of function `sum` matches arguments

src/jinja2/lexer.py

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

src/jinja2/loaders.py

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

src/jinja2/runtime.py

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

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

koda_validate/maybe.py

[error] invalid-argument-type - Argument is incorrect: Expected `type[Any]`, found `<types.UnionType special-form 'Just[Any] | Nothing'>`
[error] invalid-argument-type - Argument is incorrect: Expected `type[Any]`, found `<types.UnionType special-form 'Just[Any] | Nothing'>`

koda_validate/namedtuple.py

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

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

kopf/_cogs/helpers/thirdparty.py

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

kopf/_kits/hierarchies.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `generate_name` on type `Unknown | None`
[error] invalid-assignment - Object of type `None` is not assignable to attribute `name` on type `Unknown | None`
[error] invalid-assignment - Object of type `str | None | (Any & ~_UNSET)` is not assignable to attribute `namespace` on type `Unknown | None`

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

kornia/augmentation/_2d/mix/base.py

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

kornia/augmentation/_2d/mix/transplantation.py

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

kornia/augmentation/container/ops.py

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

kornia/augmentation/container/patch.py

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

kornia/augmentation/container/video.py

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

kornia/augmentation/presets/ada.py

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

kornia/augmentation/random_generator/base.py

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

kornia/constants.py

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

kornia/feature/aliked/aliked.py

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

kornia/feature/dedode/decoder.py

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

kornia/feature/dedode/dedode.py

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

kornia/feature/dedode/descriptor.py

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

kornia/feature/dedode/transformer/layers/attention.py

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

kornia/feature/loftr/loftr.py

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

kornia/feature/matching.py

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

kornia/feature/siftdesc.py

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

kornia/geometry/boxes.py

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

kornia/geometry/keypoints.py

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

kornia/geometry/liegroup/so3.py

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

kornia/geometry/vector.py

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

kornia/augmentation/container/augment.py

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

kornia/contrib/edge_detection.py

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

kornia/contrib/object_detection.py

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

kornia/contrib/super_resolution.py

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

kornia/contrib/visual_prompter.py

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

kornia/core/mixin/onnx.py

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

kornia/feature/dedode/detector.py

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

kornia/feature/dedode/encoder.py

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

kornia/feature/lightglue.py

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

kornia/feature/sold2/backbones.py

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

kornia/models/depth_estimation/base.py

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

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

mesonbuild/mesondata.py

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

mesonbuild/modules/simd.py

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

docs/refman/loaderyaml.py

[error] unresolved-import - Cannot resolve imported module `strictyaml`

mesonbuild/build.py

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

mesonbuild/cmdline.py

[error] invalid-method-override - Invalid override of method `__call__`: Definition is incompatible with `Action.__call__`
[error] invalid-parameter-default - Default value of type `None` is not assignable to annotated parameter type `str`
[error] invalid-method-override - Invalid override of method `__call__`: Definition is incompatible with `Action.__call__`
[error] invalid-parameter-default - Default value of type `None` is not assignable to annotated parameter type `str`
[error] invalid-method-override - Invalid override of method `__call__`: Definition is incompatible with `Action.__call__`
[error] invalid-parameter-default - Default value of type `None` is not assignable to annotated parameter type `str`

mesonbuild/dependencies/pkgconfig.py

[error] invalid-assignment - Object of type `Unknown | str | int | list[str]` is not assignable to `list[str]`

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - Method `__delitem__` of type `(key: Literal["depend_files"], /) -> None` cannot be called with key of type `Unknown | str` on object of type `SharedLibrary`
[error] no-matching-overload - No overload matches arguments

mesonbuild/interpreter/mesonmain.py

[error] invalid-assignment - Object of type `FuncOverrideDependency` is not assignable to `DependencyObjectKWs`

mesonbuild/interpreterbase/baseobjects.py

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

mesonbuild/mesonmain.py

[error] unresolved-attribute - Attribute `reconfigure` is not defined on `TextIO` in union `TextIO | Any`

mesonbuild/minstall.py

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

mesonbuild/mintro.py

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

mesonbuild/modules/python.py

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

mesonbuild/modules/rust.py

[error] invalid-argument-type - Method `__delitem__` of type `Overload[(key: Literal["build_by_default"], /) -> None, (key: Literal["build_rpath"], /) -> None, (key: Literal["build_subdir"], /) -> None, (key: Literal["c_pch"], /) -> None, (key: Literal["cpp_pch"], /) -> None, (key: Literal["d_debug"], /) -> None, (key: Literal["d_import_dirs"], /) -> None, (key: Literal["d_module_versions"], /) -> None, (key: Literal["d_unittest"], /) -> None, (key: Literal["dependencies"], /) -> None, (key: Literal["extra_files"], /) -> None, (key: Literal["gnu_symbol_visibility"], /) -> None, (key: Literal["implicit_include_directories"], /) -> None, (key: Literal["include_directories"], /) -> None, (key: Literal["install"], /) -> None, (key: Literal["install_dir"], /) -> None, (key: Literal["install_mode"], /) -> None, (key: Literal["install_rpath"], /) -> None, (key: Literal["install_tag"], /) -> None, (key: Literal["language_args"], /) -> None, (key: Literal["link_args"], /) -> None, (key: Literal["link_early_args"], /) -> None, (key: Literal["link_depends"], /) -> None, (key: Literal["link_language"], /) -> None, (key: Literal["link_whole"], /) -> None, (key: Literal["link_with"], /) -> None, (key: Literal["name_prefix"], /) -> None, (key: Literal["name_suffix"], /) -> None, (key: Literal["native"], /) -> None, (key: Literal["override_options"], /) -> None, (key: Literal["resources"], /) -> None, (key: Literal["swift_interoperability_mode"], /) -> None, (key: Literal["swift_module_name"], /) -> None, (key: Literal["rust_crate_type"], /) -> None, (key: Literal["rust_dependency_map"], /) -> None, (key: Literal["vala_gir"], /) -> None, (key: Literal["install_vala_gir"], /) -> None, (key: Literal["install_vala_gir_dir"], /) -> None, (key: Literal["vala_header"], /) -> None, (key: Literal["install_vala_header"], /) -> None, (key: Literal["install_vala_header_dir"], /) -> None, (key: Literal["vala_vapi"], /) -> None, (key: Literal["install_vala_vapi"], /) -> None, (key: Literal["install_vala_vapi_dir"], /) -> None, (key: Literal["win_subsystem"], /) -> None, (key: Literal["_allow_no_sources"], /) -> None, (key: Literal["android_exe_type"], /) -> None, (key: Literal["implib"], /) -> None, (key: Literal["export_dynamic"], /) -> None, (key: Literal["pie"], /) -> None, (key: Literal["vs_module_defs"], /) -> None]` cannot be called with key of type `Literal["pic", "prelink", "rust_abi", "version", "soversion", "darwin_versions", "shortname"]` on object of type `ExecutableKeywordArguments`

mesonbuild/options.py

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

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

examples/addons/http-modify-form.py

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

mitmproxy/connection.py

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

mitmproxy/coretypes/serializable.py

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

mitmproxy/hooks.py

[error] invalid-argument-type - Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `Self@args`

mitmproxy/tools/console/flowview.py

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

mitmproxy/tools/console/statusbar.py

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

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

mkdocs/structure/toc.py

[error] unresolved-attribute - Unresolved attribute `active` on type `AnchorLink`

mkdocs/config/config_options.py

[error] unresolved-attribute - Unresolved attribute `_current_page` on type `Config`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mkdocs/config/defaults.py

[error] invalid-assignment - Object of type `Type[str]` is not assignable to `str`

mkdocs/livereload/__init__.py

[error] invalid-method-override - Invalid override of method `process`: Definition is incompatible with `LoggerAdapter.process`
[error] invalid-assignment - Object of type `def callback(event) -> Unknown` is not assignable to attribute `on_any_event` of type `def on_any_event(self, event: FileSystemEvent) -> None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mkdocs/localization.py

[error] unresolved-attribute - Object of type `Environment` has no attribute `install_gettext_translations`
[error] unresolved-attribute - Object of type `Environment` has no attribute `install_null_translations`
[error] unresolved-attribute - Object of type `Environment` has no attribute `install_null_translations`

mkdocs/plugins.py

[error] invalid-assignment - Object of type `<class 'LegacyConfig'>` is not assignable to `type[SomeConfig@BasePlugin]`
[error] invalid-assignment - Object of type `dict[Unknown, Unknown]` is not assignable to `SomeConfig@BasePlugin`

mkdocs/structure/pages.py

[error] unresolved-attribute - Module `markdown.htmlparser` has no member `htmlparser`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mkdocs/tests/__init__.py

[error] invalid-assignment - Object of type `Literal[100000]` is not assignable to attribute `_MAX_LENGTH` of type `Literal[80]`

mkdocs/tests/config/config_options_tests.py

[error] missing-argument - No arguments provided for required parameters `page`, `config`, `files` of bound method `on_page_markdown`

mkdocs/utils/meta.py

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

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

mkosi/config.py

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

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

bson/decimal128.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `int | Literal["n", "N", "F"]` and `Literal[6176]`

pymongo/_asyncio_lock.py

[error] unresolved-attribute - Object of type `Self@__aenter__` has no attribute `acquire`
[error] unresolved-attribute - Object of type `Self@__aexit__` has no attribute `release`

pymongo/asynchronous/network.py

[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-return-type - Return type does not match returned value: expected `_DocumentType@command`, found `MutableMapping[str, Any] | RawBSONDocument`

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

pymongo/operations.py

[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Unknown | _DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Unknown | _DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Unknown | _DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Unknown | _DocumentType@InsertOne`

pymongo/periodic_executor.py

[error] unresolved-attribute - Object of type `Task[Any]` has no attribute `cancelling`
[error] unresolved-attribute - Object of type `Task[Any] & ~AlwaysFalsy` has no attribute `cancelling`

pymongo/results.py

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

pymongo/synchronous/network.py

[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-return-type - Return type does not match returned value: expected `_DocumentType@command`, found `MutableMapping[str, Any] | RawBSONDocument`

tools/clean.py

[error] unresolved-import - Module `pymongo` has no member `_cmessage`
[warning] possibly-missing-import - Member `_cbson` of module `bson` may be missing

tools/fail_if_no_c.py

[error] unresolved-import - Module `pymongo` has no member `_cmessage`
[warning] possibly-missing-import - Member `_cbson` of module `bson` may be missing

bson/typings.py

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

pymongo/asynchronous/cursor_base.py

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

pymongo/server_description.py

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

pymongo/synchronous/cursor_base.py

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

pymongo/synchronous/helpers.py

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

pymongo/typings.py

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

tools/ocsptest.py

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

bson/__init__.py

[error] unresolved-import - Module `bson` has no member `_cbson`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] invalid-assignment - Object of type `dict[Unknown, Unknown]` is not assignable to `_DocumentType@_decode_selective`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `_DocumentType@_decode_selective`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `_DocumentType@_decode_selective`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `_DocumentType@_decode_selective`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `bytes.decode`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

bson/binary.py

[error] invalid-method-override - Invalid override of method `__getnewargs__`: Definition is incompatible with `bytes.__getnewargs__`

bson/json_util.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

bson/son.py

[error] invalid-method-override - Invalid override of method `values`: Definition is incompatible with `dict.values`
[error] invalid-method-override - Invalid override of method `get`: Definition is incompatible with `dict.get`

gridfs/asynchronous/grid_file.py

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

gridfs/synchronous/grid_file.py

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

pymongo/asynchronous/aggregation.py

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

pymongo/asynchronous/auth.py

[error] unresolved-import - Cannot resolve imported module `winkerberos`
[error] unresolved-import - Cannot resolve imported module `kerberos`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/auth_aws.py

[error] unresolved-import - Cannot resolve imported module `pymongo_auth_aws`
[error] unresolved-import - Cannot resolve imported module `pymongo_auth_aws.auth`

pymongo/asynchronous/auth_oidc.py

[warning] possibly-unresolved-reference - Name `cb` used when possibly not defined
[error] unknown-argument - Argument `no_reauth` does not match any known parameter of bound method `command`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/bulk.py

[error] invalid-await - `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[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 `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-await - `Unknown | CoroutineType[Any, Any, None] | None` is not awaitable
[error] invalid-argument-type - Argument to function `_convert_write_result` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | None`
[error] invalid-await - `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[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 `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 `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `Unknown | 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 `unack_write` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-await - `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[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 `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 `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `Unknown | 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 `write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/change_stream.py

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

pymongo/asynchronous/client_bulk.py

[error] invalid-await - `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[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 `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 `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[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 `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-await - `Unknown | CoroutineType[Any, Any, None] | None` is not awaitable
[error] invalid-argument-type - Argument to function `_convert_write_result` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | None`
[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 `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[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 `_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 `_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 `Unknown | _EventListeners | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["writeConcern"]` and value of type `dict[str, int]` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[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 `_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`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/client_session.py

[error] invalid-assignment - Object of type `Token[AsyncClientSession | None]` is not assignable to attribute `_session_token` of type `Token[AsyncClientSession] | None`
[error] invalid-argument-type - Argument to bound method `reset` is incorrect: Expected `Token[AsyncClientSession | None]`, found `Token[AsyncClientSession]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/collection.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `_DocumentType@AsyncCollection`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `_DocumentType@AsyncCollection`
[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 `_retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/command_cursor.py

[error] invalid-method-override - Invalid override of method `_unpack_response`: Definition is incompatible with `AsyncCommandCursor._unpack_response`
[error] invalid-return-type - Return type does not match returned value: expected `list[Mapping[str, Any]]`, found `list[bytes | memoryview[int]] | list[Mapping[str, Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/cursor.py

[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown, Unknown]` in union `list[Unknown] | dict[Unknown, Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `command` is incorrect: Expected `CodecOptions[Mapping[str, Any]]`, found `CodecOptions[dict[str, Any]] | CodecOptions[_CodecDocumentType@_command]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/encryption.py

[error] unresolved-import - Cannot resolve imported module `pymongocrypt.asynchronous.auto_encrypter`
[error] unresolved-import - Cannot resolve imported module `pymongocrypt.asynchronous.explicit_encrypter`
[error] unresolved-import - Cannot resolve imported module `pymongocrypt.asynchronous.state_machine`
[error] unresolved-import - Cannot resolve imported module `pymongocrypt.errors`
[error] unresolved-import - Cannot resolve imported module `pymongocrypt.mongocrypt`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AsyncCollection[Mapping[str, Any]]`, found `Unknown | 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`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/helpers.py

[error] invalid-return-type - Return type does not match returned value: expected `list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes]]]`, found `list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int] | tuple[str, int, int, int]]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/mongo_client.py

[error] invalid-assignment - Object of type `None` is not assignable to `Topology`: Incompatible value of type `None`
[error] invalid-assignment - Object of type `None` is not assignable to `TopologySettings`: Incompatible value of type `None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, int] | None`, found `tuple[str, int | None] | None`
[error] invalid-argument-type - Argument to bound method `_select_server` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[warning] redundant-cast - Value is already of type `dict[str, Any]`
[error] unresolved-attribute - Attribute `write_concern` is not defined on `None` in union `Unknown | TransactionOptions | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WriteConcern`, found `WriteConcern | Unknown | None`
[error] unresolved-attribute - Object of type `PyMongoError` has no attribute `details`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseException`, found `BaseException | Any | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/monitor.py

[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `_run`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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-parameter-default - Default value of type `CodecOptions[dict[str, Any]]` is not assignable to annotated parameter type `CodecOptions[Mapping[str, Any]]`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Sequence[type[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 `__init__` is incorrect: Expected `tuple[str, int]`, found `Unknown | tuple[str, int | None]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/server.py

[error] call-non-callable - Object of type `None` is not callable
[error] invalid-await - `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]` is not awaitable
[error] invalid-await - `Unknown | CoroutineType[Any, Any, None] | None` is not awaitable
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] unresolved-attribute - Attribute `cursor_id` is not defined on `_OpMsg` in union `_OpReply | _OpMsg`
[error] invalid-assignment - Object of type `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]` is not assignable to `AsyncMongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `_should_pin_cursor` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, Any, int]`, found `tuple[int, Any] | tuple[int, Any, int]`
[error] invalid-assignment - Too many values to unpack: Expected 2
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/asynchronous/srv_resolver.py

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

pymongo/asynchronous/topology.py

[error] no-matching-overload - No overload of function `warn` matches arguments
[error] invalid-argument-type - Argument to function `process_events_queue` is incorrect: Expected `ReferenceType[Queue[Unknown]]`, found `ReferenceType[Queue[Any] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `Sequence[Any]` in union `Mapping[str, Any] | Sequence[Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/common.py

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
[error] invalid-method-override - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
[error] unresolved-import - Module `pymongo` has no member `_cmessage`

pymongo/compression_support.py

[error] unresolved-import - Cannot resolve imported module `snappy`
[error] unresolved-attribute - Object of type `Iterable[str]` has no attribute `split`

pymongo/encryption_options.py

[error] unresolved-import - Cannot resolve imported module `pymongocrypt`

pymongo/errors.py

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

pymongo/helpers_shared.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/message.py

[error] unresolved-import - Module `pymongo` has no member `_cmessage`
[error] unresolved-attribute - Object of type `Exception` has no attribute `code`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `MongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `ClientSession | None`, found `Unknown | 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 `_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 `_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 `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `MongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `AsyncMongoClient[Any]`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `MongoClient[Any]`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `MongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `ClientSession | None`, found `Unknown | 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 `_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 `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `MongoClient[Any] | None`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `AsyncMongoClient[Any]`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `MongoClient[Any]`, found `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/network_layer.py

[warning] possibly-unresolved-reference - Name `SSLSocket` used when possibly not defined
[error] invalid-assignment - Object of type `<class 'SSLSocket'>` is not assignable to `<class '_sslConn'>`
[error] invalid-argument-type - Argument to bound method `sock_sendall` is incorrect: Expected `socket`, found `socket | _sslConn`
[error] invalid-argument-type - Argument to function `_async_socket_receive_ssl` is incorrect: Expected `_sslConn`, found `SSLSocket | _sslConn`
[error] invalid-argument-type - Argument to function `_async_socket_receive` is incorrect: Expected `socket`, found `socket | _sslConn`
[error] invalid-assignment - Object of type `None` is not assignable to `Transport`: Incompatible value of type `None`
[error] invalid-assignment - Object of type `BaseTransport` is not assignable to attribute `transport` of type `Transport`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method

pymongo/pool_shared.py

[warning] deprecated - The function `match_hostname` is deprecated: Deprecated since Python 3.7; removed in Python 3.12.
[error] no-matching-overload - No overload of bound method `create_connection` matches arguments
[warning] deprecated - The function `match_hostname` is deprecated: Deprecated since Python 3.7; removed in Python 3.12.
[warning] deprecated - The function `match_hostname` is deprecated: Deprecated since Python 3.7; removed in Python 3.12.
[warning] deprecated - The function `match_hostname` is deprecated: Deprecated since Python 3.7; removed in Python 3.12.
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/pyopenssl_context.py

[error] invalid-method-override - Invalid override of method `sendall`: Definition is incompatible with `Connection.sendall`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/ssl_support.py

[warning] possibly-unresolved-reference - Name `_ssl` used when possibly not defined
[warning] possibly-unresolved-reference - Name `_ssl` used when possibly not defined
[warning] possibly-unresolved-reference - Name `_ssl` used when possibly not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/aggregation.py

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

pymongo/synchronous/auth.py

[error] unresolved-import - Cannot resolve imported module `winkerberos`
[error] unresolved-import - Cannot resolve imported module `kerberos`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/auth_aws.py

[error] unresolved-import - Cannot resolve imported module `pymongo_auth_aws`
[error] unresolved-import - Cannot resolve imported module `pymongo_auth_aws.auth`

pymongo/synchronous/auth_oidc.py

[error] unknown-argument - Argument `no_reauth` does not match any known parameter of bound method `command`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/bulk.py

[error] invalid-argument-type - Argument to bound method `_succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Unknown | 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 `Unknown | 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 `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[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 `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to function `_convert_write_result` is incorrect: Expected `Mapping[str, Any]`, found `(Unknown & ~None) | CoroutineType[Any, Any, None]`
[error] invalid-argument-type - Argument to function `_convert_write_result` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | None`
[error] invalid-return-type - Return type does not match returned value: expected `Mapping[str, Any] | None`, found `Unknown | CoroutineType[Any, Any, None] | None`
[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 `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 `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `Unknown | 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 `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 `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 `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `Unknown | 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 `write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[dict[str, Any], list[Mapping[str, Any]]]`, found `tuple[Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any], list[Mapping[str, Any]]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/change_stream.py

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

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 `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 `Unknown | 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 `Unknown | 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 `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[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 `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any] | dict[str, Exception]`
[error] invalid-argument-type - Argument to function `_convert_write_result` is incorrect: Expected `Mapping[str, Any]`, found `(Unknown & ~None) | CoroutineType[Any, Any, None]`
[error] invalid-argument-type - Argument to function `_convert_write_result` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | None`
[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 `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[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 `_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 `_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 `Unknown | _EventListeners | None`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["writeConcern"]` and value of type `dict[str, int]` on object of type `dict[str, int]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["comment"]` and value of type `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` on object of type `dict[str, int]`
[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 `_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`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/client_session.py

[error] invalid-assignment - Object of type `Token[ClientSession | None]` is not assignable to attribute `_session_token` of type `Token[ClientSession] | None`
[error] invalid-argument-type - Argument to bound method `reset` is incorrect: Expected `Token[ClientSession | None]`, found `Token[ClientSession]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/collection.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `_DocumentType@Collection`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `_DocumentType@Collection`
[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 `_retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/command_cursor.py

[error] invalid-method-override - Invalid override of method `_unpack_response`: Definition is incompatible with `CommandCursor._unpack_response`
[error] invalid-return-type - Return type does not match returned value: expected `list[Mapping[str, Any]]`, found `list[bytes | memoryview[int]] | list[Mapping[str, Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/cursor.py

[error] unresolved-attribute - Attribute `append` is not defined on `dict[Unknown, Unknown]` in union `list[Unknown] | dict[Unknown, Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `command` is incorrect: Expected `CodecOptions[Mapping[str, Any]]`, found `CodecOptions[dict[str, Any]] | CodecOptions[_CodecDocumentType@_command]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/encryption.py

[error] unresolved-import - Cannot resolve imported module `pymongocrypt.errors`
[error] unresolved-import - Cannot resolve imported module `pymongocrypt.mongocrypt`
[error] unresolved-import - Cannot resolve imported module `pymongocrypt.synchronous.auto_encrypter`
[error] unresolved-import - Cannot resolve imported module `pymongocrypt.synchronous.explicit_encrypter`
[error] unresolved-import - Cannot resolve imported module `pymongocrypt.synchronous.state_machine`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[Mapping[str, Any]]`, found `Unknown | 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`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/mongo_client.py

[error] invalid-assignment - Object of type `None` is not assignable to `Topology`: Incompatible value of type `None`
[error] invalid-assignment - Object of type `None` is not assignable to `TopologySettings`: Incompatible value of type `None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, int] | None`, found `tuple[str, int | None] | None`
[error] invalid-argument-type - Argument to bound method `_select_server` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[warning] redundant-cast - Value is already of type `dict[str, Any]`
[error] unresolved-attribute - Attribute `write_concern` is not defined on `None` in union `Unknown | TransactionOptions | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WriteConcern`, found `WriteConcern | Unknown | None`
[error] unresolved-attribute - Object of type `PyMongoError` has no attribute `details`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseException`, found `BaseException | Any | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/monitor.py

[error] unresolved-attribute - Object of type `Self@__init__` has no attribute `_run`
[error] no-matching-overload - No overload of function `gather` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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-parameter-default - Default value of type `CodecOptions[dict[str, Any]]` is not assignable to annotated parameter type `CodecOptions[Mapping[str, Any]]`
[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `Sequence[type[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 `__init__` is incorrect: Expected `tuple[str, int]`, found `Unknown | tuple[str, int | None]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/server.py

[error] call-non-callable - Object of type `None` is not callable
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-assignment - Object of type `Mapping[str, Any] | Sequence[Any] | None` is not assignable to `MutableMapping[str, Any] | RawBSONDocument`
[error] unresolved-attribute - Attribute `cursor_id` is not defined on `_OpMsg` in union `_OpReply | _OpMsg`
[error] invalid-assignment - Object of type `Unknown | AsyncMongoClient[Unknown] | MongoClient[Unknown]` is not assignable to `MongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `_should_pin_cursor` is incorrect: Expected `ClientSession | None`, found `Unknown | AsyncClientSession | ClientSession | None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int, Any, int]`, found `tuple[int, Any] | tuple[int, Any, int]`
[error] invalid-assignment - Too many values to unpack: Expected 2
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/synchronous/srv_resolver.py

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

pymongo/synchronous/topology.py

[error] no-matching-overload - No overload of function `warn` matches arguments
[error] invalid-argument-type - Argument to function `process_events_queue` is incorrect: Expected `ReferenceType[Queue[Unknown]]`, found `ReferenceType[Queue[Any] | None]`
[error] unresolved-attribute - Attribute `get` is not defined on `Sequence[Any]` in union `Mapping[str, Any] | Sequence[Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pymongo/topology_description.py

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

tools/synchro.py

[error] unresolved-import - Cannot resolve imported module `unasync`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

mypy/plugins/proper_plugin.py

[error] unresolved-attribute - Object of type `CheckerPluginInterface` has no attribute `note`

mypy/plugins/singledispatch.py

[error] invalid-argument-type - Argument is incorrect: Expected `CallableType`, found `Unknown | Type`
[error] invalid-argument-type - Argument is incorrect: Expected `Instance`, found `Unknown | Type`

mypy/pyinfo.py

[error] unresolved-attribute - Attribute `reconfigure` is not defined on `TextIO` in union `TextIO | Any`

mypy/report.py

[error] unresolved-import - Cannot resolve imported module `lxml`

mypy/test/testcheck.py

[error] unresolved-import - Cannot resolve imported module `lxml`

mypy/test/testcmdline.py

[error] unresolved-import - Cannot resolve imported module `lxml`

mypy/test/testreports.py

[error] unresolved-import - Cannot resolve imported module `lxml`
[error] unresolved-import - Cannot resolve imported module `lxml.etree`

mypy/typeshed/stdlib/_hashlib.pyi

[error] invalid-method-override - Invalid override of method `digest`: Definition is incompatible with `HASH.digest`
[error] invalid-method-override - Invalid override of method `hexdigest`: Definition is incompatible with `HASH.hexdigest`

mypy/typeshed/stdlib/asyncio/base_subprocess.pyi

[error] invalid-method-override - Invalid override of method `get_pid`: Definition is incompatible with `SubprocessTransport.get_pid`
[error] invalid-method-override - Invalid override of method `get_pipe_transport`: Definition is incompatible with `SubprocessTransport.get_pipe_transport`

mypy/typeshed/stdlib/asyncio/protocols.pyi

[error] invalid-method-override - Invalid override of method `connection_made`: Definition is incompatible with `BaseProtocol.connection_made`

mypy/typeshed/stdlib/bz2.pyi

[error] invalid-method-override - Invalid override of method `readline`: Definition is incompatible with `_IOBase.readline`

mypy/typeshed/stdlib/compression/zstd/_zstdfile.pyi

[error] invalid-method-override - Invalid override of method `flush`: Definition is incompatible with `_IOBase.flush`

mypy/typeshed/stdlib/dbm/sqlite3.pyi

[error] invalid-method-override - Invalid override of method `keys`: Definition is incompatible with `Mapping.keys`

mypy/typeshed/stdlib/email/_header_value_parser.pyi

[error] invalid-method-override - Invalid override of method `__getnewargs__`: Definition is incompatible with `str.__getnewargs__`

mypy/typeshed/stdlib/email/_policybase.pyi

[error] invalid-method-override - Invalid override of method `header_fetch_parse`: Definition is incompatible with `Policy.header_fetch_parse`

mypy/typeshed/stdlib/email/feedparser.pyi

[error] invalid-method-override - Invalid override of method `feed`: Definition is incompatible with `FeedParser.feed`

mypy/typeshed/stdlib/email/message.pyi

[error] invalid-method-override - Invalid override of method `attach`: Definition is incompatible with `Message.attach`

mypy/typeshed/stdlib/encodings/base64_codec.pyi

[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.Codec.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.Codec.decode`
[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.IncrementalEncoder.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.IncrementalDecoder.decode`

mypy/typeshed/stdlib/encodings/bz2_codec.pyi

[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.Codec.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.Codec.decode`
[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.IncrementalEncoder.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.IncrementalDecoder.decode`

mypy/typeshed/stdlib/encodings/hex_codec.pyi

[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.Codec.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.Codec.decode`
[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.IncrementalEncoder.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.IncrementalDecoder.decode`

mypy/typeshed/stdlib/encodings/punycode.pyi

[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.IncrementalDecoder.decode`

mypy/typeshed/stdlib/encodings/quopri_codec.pyi

[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.Codec.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.Codec.decode`
[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.IncrementalEncoder.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.IncrementalDecoder.decode`

mypy/typeshed/stdlib/encodings/rot_13.pyi

[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.Codec.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.Codec.decode`
[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.IncrementalEncoder.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.IncrementalDecoder.decode`

mypy/typeshed/stdlib/encodings/utf_8_sig.pyi

[error] invalid-method-override - Invalid override of method `setstate`: Definition is incompatible with `codecs.IncrementalEncoder.setstate`

mypy/typeshed/stdlib/encodings/uu_codec.pyi

[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.Codec.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.Codec.decode`
[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.IncrementalEncoder.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.IncrementalDecoder.decode`

mypy/typeshed/stdlib/encodings/zlib_codec.pyi

[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.Codec.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.Codec.decode`
[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `codecs.IncrementalEncoder.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `codecs.IncrementalDecoder.decode`

mypy/typeshed/stdlib/lib2to3/main.pyi

[error] invalid-method-override - Invalid override of method `log_error`: Definition is incompatible with `RefactoringTool.log_error`
[error] invalid-method-override - Invalid override of method `write_file`: Definition is incompatible with `RefactoringTool.write_file`
[error] invalid-method-override - Invalid override of method `print_output`: Definition is incompatible with `RefactoringTool.print_output`

mypy/typeshed/stdlib/logging/handlers.pyi

[error] invalid-method-override - Invalid override of method `makeSocket`: Definition is incompatible with `SocketHandler.makeSocket`

mypy/typeshed/stdlib/multiprocessing/queues.pyi

[error] invalid-method-override - Invalid override of method `__getstate__`: Definition is incompatible with `Queue.__getstate__`
[error] invalid-method-override - Invalid override of method `__setstate__`: Definition is incompatible with `Queue.__setstate__`

mypy/typeshed/stdlib/random.pyi

[error] invalid-method-override - Invalid override of method `seed`: Definition is incompatible with `_random.Random.seed`

mypy/typeshed/stdlib/tkinter/tix.pyi

[error] invalid-method-override - Invalid override of method `forget`: Definition is incompatible with `Pack.forget`

mypy/typeshed/stdlib/tracemalloc.pyi

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`

mypy/typeshed/stdlib/webbrowser.pyi

[error] invalid-method-override - Invalid override of method `open`: Definition is incompatible with `BaseBrowser.open`

mypy/typeshed/stdlib/xml/dom/minicompat.pyi

[error] invalid-method-override - Invalid override of method `__add__`: Definition is incompatible with `tuple.__add__`

mypy/typeshed/stdlib/xmlrpc/server.pyi

[error] invalid-method-override - Invalid override of method `docroutine`: Definition is incompatible with `HTMLDoc.docroutine`

mypy/typeshed/stdlib/zipfile/__init__.pyi

[error] invalid-method-override - Invalid override of method `readline`: Definition is incompatible with `_IOBase.readline`
[error] invalid-method-override - Invalid override of method `read1`: Definition is incompatible with `_BufferedIOBase.read1`

mypyc/ir/func_ir.py

[error] unresolved-attribute - Unresolved attribute `_name` on type `Parameter`

mypyc/lib-rt/setup.py

[error] unresolved-attribute - Object of type `CCompiler` has no attribute `compiler_type`
[error] unresolved-attribute - Object of type `CCompiler` has no attribute `compiler_type`

mypy/constraints.py

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

mypy/memprofile.py

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

mypy/server/aststrip.py

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

mypy/typeshed/stdlib/_asyncio.pyi

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

mypy/typeshed/stdlib/_codecs.pyi

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

mypy/typeshed/stdlib/_collections_abc.pyi

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

mypy/typeshed/stdlib/_contextvars.pyi

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

mypy/typeshed/stdlib/_dbm.pyi

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

mypy/typeshed/stdlib/_gdbm.pyi

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

mypy/typeshed/stdlib/_interpchannels.pyi

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

mypy/typeshed/stdlib/_msi.pyi

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

mypy/typeshed/stdlib/_ssl.pyi

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

mypy/typeshed/stdlib/_tkinter.pyi

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

mypy/typeshed/stdlib/_typeshed/_type_checker_internals.pyi

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

mypy/typeshed/stdlib/_weakrefset.pyi

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

mypy/typeshed/stdlib/argparse.pyi

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

mypy/typeshed/stdlib/asyncio/windows_utils.pyi

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

mypy/typeshed/stdlib/concurrent/futures/interpreter.pyi

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

mypy/typeshed/stdlib/decimal.pyi

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

mypy/typeshed/stdlib/email/charset.pyi

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

mypy/typeshed/stdlib/email/header.pyi

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

mypy/typeshed/stdlib/email/headerregistry.pyi

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

mypy/typeshed/stdlib/encodings/big5.pyi

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

mypy/typeshed/stdlib/encodings/big5hkscs.pyi

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

mypy/typeshed/stdlib/encodings/cp932.pyi

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

mypy/typeshed/stdlib/encodings/cp949.pyi

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

mypy/typeshed/stdlib/encodings/cp950.pyi

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

mypy/typeshed/stdlib/encodings/euc_jis_2004.pyi

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

mypy/typeshed/stdlib/encodings/euc_jisx0213.pyi

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

mypy/typeshed/stdlib/encodings/euc_jp.pyi

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

mypy/typeshed/stdlib/encodings/euc_kr.pyi

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

mypy/typeshed/stdlib/encodings/gb18030.pyi

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

mypy/typeshed/stdlib/encodings/gb2312.pyi

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

mypy/typeshed/stdlib/encodings/gbk.pyi

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

mypy/typeshed/stdlib/encodings/hz.pyi

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

mypy/typeshed/stdlib/encodings/iso2022_jp.pyi

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

mypy/typeshed/stdlib/encodings/iso2022_jp_1.pyi

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

mypy/typeshed/stdlib/encodings/iso2022_jp_2.pyi

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

mypy/typeshed/stdlib/encodings/iso2022_jp_2004.pyi

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

mypy/typeshed/stdlib/encodings/iso2022_jp_3.pyi

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

mypy/typeshed/stdlib/encodings/iso2022_jp_ext.pyi

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

mypy/typeshed/stdlib/encodings/iso2022_kr.pyi

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

mypy/typeshed/stdlib/encodings/johab.pyi

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

mypy/typeshed/stdlib/encodings/shift_jis.pyi

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

mypy/typeshed/stdlib/encodings/shift_jis_2004.pyi

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

mypy/typeshed/stdlib/encodings/shift_jisx0213.pyi

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

mypy/typeshed/stdlib/enum.pyi

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

mypy/typeshed/stdlib/functools.pyi

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

mypy/typeshed/stdlib/importlib/resources/simple.pyi

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

mypy/typeshed/stdlib/lib2to3/pytree.pyi

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

mypy/typeshed/stdlib/logging/__init__.pyi

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

mypy/typeshed/stdlib/lzma.pyi

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

mypy/typeshed/stdlib/math.pyi

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

mypy/typeshed/stdlib/numbers.pyi

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

mypy/typeshed/stdlib/optparse.pyi

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

mypy/typeshed/stdlib/parser.pyi

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

mypy/typeshed/stdlib/pathlib/__init__.pyi

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

mypy/typeshed/stdlib/pdb.pyi

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

mypy/typeshed/stdlib/sched.pyi

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

mypy/typeshed/stdlib/select.pyi

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

mypy/typeshed/stdlib/sys/__init__.pyi

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

mypy/typeshed/stdlib/tkinter/font.pyi

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

mypy/typeshed/stdlib/traceback.pyi

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

mypy/typeshed/stdlib/unittest/mock.pyi

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

mypy/typeshed/stdlib/unittest/suite.pyi

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

mypy/typeshed/stdlib/urllib/error.pyi

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

mypy/typeshed/stdlib/urllib/parse.pyi

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

mypy/typeshed/stdlib/xml/etree/ElementPath.pyi

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

mypy/typeshed/stdlib/xml/etree/ElementTree.pyi

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

mypy/typeshed/stdlib/xxlimited.pyi

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

mypy/build.py

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

mypy/checker.py

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

mypy/checkexpr.py

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

mypy/config_parser.py

[error] unresolved-attribute - Object of type `Mapping[str, Any] & ~Top[dict[Unknown, Unknown]]` has no attribute `getboolean`

mypy/fastparse.py

[error] invalid-argument-type - `typing.Any` cannot be used with `isinstance()`: This call will raise `TypeError` at runtime
[error] invalid-argument-type - `typing.Any` cannot be used with `isinstance()`: This call will raise `TypeError` at runtime
[error] invalid-argument-type - `typing.Any` cannot be used with `isinstance()`: This call will raise `TypeError` at runtime

mypy/nativeparse.py

[error] unresolved-import - Cannot resolve imported module `ast_serialize`
[error] invalid-return-type - Return type does not match returned value: expected `str | None`, found `Unknown | int | str | float | None`

mypy/nodes.py

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

mypy/semanal.py

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

mypy/stubgen.py

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

mypy/stubtest.py

[error] unresolved-attribute - Module `inspect` has no member `_signature_fromstr`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/test/data.py

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

mypy/test/teststubgen.py

[error] invalid-assignment - Object of type `property` is not assignable to attribute `__doc__` of type `str | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/type_visitor.py

[error] invalid-argument-type - Argument to bound method `query_types` is incorrect: Expected `list[Type] | tuple[Type, ...]`, found `list[CallableType]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeanal.py

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

mypy/types.py

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

mypy/typeshed/stdlib/_ctypes.pyi

[error] invalid-method-override - Invalid override of method `__ctypes_from_outparam__`: Definition is incompatible with `_CData.__ctypes_from_outparam__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/_frozen_importlib.pyi

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

mypy/typeshed/stdlib/_frozen_importlib_external.pyi

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

mypy/typeshed/stdlib/_io.pyi

[error] invalid-method-override - Invalid override of method `__iter__`: Definition is incompatible with `_IOBase.__iter__`
[error] invalid-method-override - Invalid override of method `__next__`: Definition is incompatible with `_IOBase.__next__`
[error] invalid-method-override - Invalid override of method `writelines`: Definition is incompatible with `_IOBase.writelines`
[error] invalid-method-override - Invalid override of method `readline`: Definition is incompatible with `_IOBase.readline`
[error] invalid-method-override - Invalid override of method `readlines`: Definition is incompatible with `_IOBase.readlines`
[error] invalid-method-override - Invalid override of method `detach`: Definition is incompatible with `_TextIOBase.detach`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/array.pyi

[error] invalid-method-override - Invalid override of method `__iadd__`: Definition is incompatible with `MutableSequence.__iadd__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/ast.pyi

[warning] deprecated - The class `slice` is deprecated: Deprecated since Python 3.9.
[warning] deprecated - The class `Num` is deprecated: Removed in Python 3.14. Use `ast.Constant` instead.
[warning] deprecated - The class `Str` is deprecated: Removed in Python 3.14. Use `ast.Constant` instead.
[warning] deprecated - The class `Bytes` is deprecated: Removed in Python 3.14. Use `ast.Constant` instead.
[warning] deprecated - The class `NameConstant` is deprecated: Removed in Python 3.14. Use `ast.Constant` instead.
[warning] deprecated - The class `Ellipsis` is deprecated: Removed in Python 3.14. Use `ast.Constant` instead.
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/asyncio/base_events.pyi

[error] invalid-method-override - Invalid override of method `set_default_executor`: Definition is incompatible with `AbstractEventLoop.set_default_executor`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/asyncio/tasks.pyi

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

mypy/typeshed/stdlib/builtins.pyi

[error] invalid-parameter-default - Default value of type `Literal[" "]` is not assignable to annotated parameter type `str`
[error] invalid-parameter-default - Default value of type `Literal[" "]` is not assignable to annotated parameter type `str`
[error] invalid-type-arguments - Too many type arguments to class `tuple`: expected 1, got 3
[error] invalid-parameter-default - Default value of type `Literal[" "]` is not assignable to annotated parameter type `str`
[error] invalid-type-arguments - Too many type arguments to class `tuple`: expected 1, got 3
[error] invalid-parameter-default - Default value of type `Literal[False]` is not assignable to annotated parameter type `bool`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - Invalid override of method `__iadd__`: Definition is incompatible with `MutableSequence.__iadd__`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/codecs.pyi

[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `IO.write`
[error] invalid-method-override - Invalid override of method `seek`: Definition is incompatible with `IO.seek`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `IO.write`
[error] invalid-method-override - Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`
[error] invalid-method-override - Invalid override of method `seek`: Definition is incompatible with `IO.seek`

mypy/typeshed/stdlib/collections/__init__.pyi

[error] invalid-method-override - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - Invalid override of method `__or__`: Definition is incompatible with `dict.__or__`
[error] invalid-method-override - Invalid override of method `__ior__`: Definition is incompatible with `dict.__ior__`
[error] subclass-of-final-class - Class `_odict_keys` cannot inherit from final class `dict_keys`
[error] subclass-of-final-class - Class `_odict_items` cannot inherit from final class `dict_items`
[error] subclass-of-final-class - Class `_odict_values` cannot inherit from final class `dict_values`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/configparser.pyi

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

mypy/typeshed/stdlib/contextlib.pyi

[error] invalid-protocol - Protocol class `AbstractContextManager` cannot inherit from non-protocol class `ABC`
[error] invalid-protocol - Protocol class `AbstractAsyncContextManager` cannot inherit from non-protocol class `ABC`

mypy/typeshed/stdlib/dataclasses.pyi

[error] invalid-type-guard-definition - Narrowed type `DataclassInstance | type` is not assignable to the declared parameter type `Never`

mypy/typeshed/stdlib/datetime.pyi

[error] invalid-method-override - Invalid override of method `__le__`: Definition is incompatible with `date.__le__`
[error] invalid-method-override - Invalid override of method `__lt__`: Definition is incompatible with `date.__lt__`
[error] invalid-method-override - Invalid override of method `__ge__`: Definition is incompatible with `date.__ge__`
[error] invalid-method-override - Invalid override of method `__gt__`: Definition is incompatible with `date.__gt__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/ascii.pyi

[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `Codec.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `Codec.decode`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/charmap.pyi

[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `Codec.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `Codec.decode`

mypy/typeshed/stdlib/encodings/latin_1.pyi

[error] invalid-method-override - Invalid override of method `encode`: Definition is incompatible with `Codec.encode`
[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `Codec.decode`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/encodings/raw_unicode_escape.pyi

[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `Codec.decode`

mypy/typeshed/stdlib/encodings/unicode_escape.pyi

[error] invalid-method-override - Invalid override of method `decode`: Definition is incompatible with `Codec.decode`

mypy/typeshed/stdlib/fractions.pyi

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

mypy/typeshed/stdlib/http/client.pyi

[error] invalid-method-override - Invalid override of method `readline`: Definition is incompatible with `_IOBase.readline`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/http/cookies.pyi

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

mypy/typeshed/stdlib/importlib/abc.pyi

[warning] deprecated - The class `ResourceLoader` is deprecated: Deprecated since Python 3.7. Use `importlib.resources.abc.TraversableResources` instead.

mypy/typeshed/stdlib/importlib/metadata/__init__.pyi

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `tuple.__getitem__`
[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `list.__getitem__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/importlib/readers.pyi

[error] invalid-method-override - Invalid override of method `read_text`: Definition is incompatible with `Traversable.read_text`
[error] invalid-method-override - Invalid override of method `open`: Definition is incompatible with `Traversable.open`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/inspect.pyi

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

mypy/typeshed/stdlib/lib2to3/pgen2/pgen.pyi

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/multiprocessing/managers.pyi

[error] invalid-method-override - Invalid override of method `keys`: Definition is incompatible with `Mapping.keys`
[error] invalid-method-override - Invalid override of method `items`: Definition is incompatible with `Mapping.items`
[error] invalid-method-override - Invalid override of method `values`: Definition is incompatible with `Mapping.values`
[error] invalid-method-override - Invalid override of method `keys`: Definition is incompatible with `Mapping.keys`
[error] invalid-method-override - Invalid override of method `items`: Definition is incompatible with `Mapping.items`
[error] invalid-method-override - Invalid override of method `values`: Definition is incompatible with `Mapping.values`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi

[error] invalid-method-override - Invalid override of method `__getslice__`: Definition is incompatible with `SynchronizedArray.__getslice__`
[error] invalid-method-override - Invalid override of method `__setslice__`: Definition is incompatible with `SynchronizedArray.__setslice__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/os/__init__.pyi

[error] invalid-protocol - Protocol class `PathLike` cannot inherit from non-protocol class `ABC`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/pydoc.pyi

[error] invalid-method-override - Invalid override of method `docroutine`: Definition is incompatible with `Doc.docroutine`
[error] invalid-method-override - Invalid override of method `docroutine`: Definition is incompatible with `Doc.docroutine`
[error] invalid-method-override - Invalid override of method `docproperty`: Definition is incompatible with `Doc.docproperty`
[error] invalid-method-override - Invalid override of method `docproperty`: Definition is incompatible with `Doc.docproperty`
[error] invalid-method-override - Invalid override of method `docdata`: Definition is incompatible with `Doc.docdata`
[error] invalid-method-override - Invalid override of method `docdata`: Definition is incompatible with `Doc.docdata`
[error] invalid-method-override - Invalid override of method `docroutine`: Definition is incompatible with `Doc.docroutine`
[error] invalid-method-override - Invalid override of method `docroutine`: Definition is incompatible with `Doc.docroutine`
[error] invalid-method-override - Invalid override of method `docmodule`: Definition is incompatible with `Doc.docmodule`
[error] invalid-method-override - Invalid override of method `docmodule`: Definition is incompatible with `Doc.docmodule`
[error] invalid-method-override - Invalid override of method `docproperty`: Definition is incompatible with `Doc.docproperty`
[error] invalid-method-override - Invalid override of method `docproperty`: Definition is incompatible with `Doc.docproperty`
[error] invalid-method-override - Invalid override of method `docdata`: Definition is incompatible with `Doc.docdata`
[error] invalid-method-override - Invalid override of method `docdata`: Definition is incompatible with `Doc.docdata`
[error] invalid-method-override - Invalid override of method `docother`: Definition is incompatible with `Doc.docother`
[error] invalid-method-override - Invalid override of method `docother`: Definition is incompatible with `Doc.docother`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/shelve.pyi

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/smtpd.pyi

[error] invalid-method-override - Invalid override of method `push`: Definition is incompatible with `async_chat.push`
[error] invalid-method-override - Invalid override of method `process_message`: Definition is incompatible with `SMTPServer.process_message`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/socketserver.pyi

[error] invalid-method-override - Invalid override of method `get_request`: Definition is incompatible with `TCPServer.get_request`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/ssl.pyi

[error] invalid-method-override - Invalid override of method `recvmsg`: Definition is incompatible with `socket.recvmsg`
[error] invalid-method-override - Invalid override of method `recvmsg_into`: Definition is incompatible with `socket.recvmsg_into`
[error] invalid-method-override - Invalid override of method `sendmsg`: Definition is incompatible with `socket.sendmsg`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/tempfile.pyi

[error] invalid-method-override - Invalid override of method `truncate`: Definition is incompatible with `IO.truncate`
[error] invalid-method-override - Invalid override of method `truncate`: Definition is incompatible with `IO.truncate`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/tkinter/__init__.pyi

[error] invalid-method-override - Invalid override of method `bbox`: Definition is incompatible with `Misc.bbox`
[error] invalid-method-override - Invalid override of method `lower`: Definition is incompatible with `Misc.lower`
[error] invalid-method-override - Invalid override of method `tkraise`: Definition is incompatible with `Misc.tkraise`
[error] invalid-method-override - Invalid override of method `lift`: Definition is incompatible with `Misc.lift`
[error] invalid-method-override - Invalid override of method `selection_clear`: Definition is incompatible with `Misc.selection_clear`
[error] invalid-method-override - Invalid override of method `bbox`: Definition is incompatible with `Misc.bbox`
[error] invalid-method-override - Invalid override of method `selection_clear`: Definition is incompatible with `Misc.selection_clear`
[error] invalid-method-override - Invalid override of method `size`: Definition is incompatible with `Misc.size`
[error] invalid-method-override - Invalid override of method `bbox`: Definition is incompatible with `Misc.bbox`
[error] invalid-method-override - Invalid override of method `bbox`: Definition is incompatible with `Misc.bbox`
[error] invalid-method-override - Invalid override of method `selection_clear`: Definition is incompatible with `Misc.selection_clear`
[error] invalid-method-override - Invalid override of method `forget`: Definition is incompatible with `Pack.forget`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/tkinter/ttk.pyi

[error] invalid-method-override - Invalid override of method `bbox`: Definition is incompatible with `Misc.bbox`
[error] invalid-method-override - Invalid override of method `forget`: Definition is incompatible with `Pack.forget`
[error] invalid-method-override - Invalid override of method `bbox`: Definition is incompatible with `Misc.bbox`
[error] invalid-method-override - Invalid override of method `identify`: Definition is incompatible with `Widget.identify`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/turtle.pyi

[error] invalid-method-override - Invalid override of method `__add__`: Definition is incompatible with `tuple.__add__`
[error] invalid-method-override - Invalid override of method `__rmul__`: Definition is incompatible with `tuple.__rmul__`
[error] invalid-method-override - Invalid override of method `__add__`: Definition is incompatible with `tuple.__add__`
[error] invalid-method-override - Invalid override of method `__rmul__`: Definition is incompatible with `tuple.__rmul__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/types.pyi

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

mypy/typeshed/stdlib/typing.pyi

[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in type expression
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a type expression
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a type expression
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a type expression
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a type expression
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a type expression
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/typing_extensions.pyi

[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-type-form - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-base - Invalid class base with type `_SpecialForm`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/weakref.pyi

[error] invalid-method-override - Invalid override of method `keys`: Definition is incompatible with `Mapping.keys`
[error] invalid-method-override - Invalid override of method `values`: Definition is incompatible with `Mapping.values`
[error] invalid-method-override - Invalid override of method `items`: Definition is incompatible with `Mapping.items`
[error] invalid-method-override - Invalid override of method `keys`: Definition is incompatible with `Mapping.keys`
[error] invalid-method-override - Invalid override of method `values`: Definition is incompatible with `Mapping.values`
[error] invalid-method-override - Invalid override of method `items`: Definition is incompatible with `Mapping.items`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/xml/dom/expatbuilder.pyi

[error] invalid-method-override - Invalid override of method `parseFile`: Definition is incompatible with `ExpatBuilder.parseFile`
[error] invalid-method-override - Invalid override of method `parseString`: Definition is incompatible with `ExpatBuilder.parseString`
[error] invalid-method-override - Invalid override of method `parseFile`: Definition is incompatible with `ExpatBuilder.parseFile`
[error] invalid-method-override - Invalid override of method `parseString`: Definition is incompatible with `ExpatBuilder.parseString`
[error] invalid-method-override - Invalid override of method `start_doctype_decl_handler`: Definition is incompatible with `ExpatBuilder.start_doctype_decl_handler`

mypy/typeshed/stdlib/xml/dom/minidom.pyi

[error] invalid-method-override - Invalid override of method `insertBefore`: Definition is incompatible with `Node.insertBefore`
[error] invalid-method-override - Invalid override of method `replaceChild`: Definition is incompatible with `Node.replaceChild`
[error] invalid-method-override - Invalid override of method `insertBefore`: Definition is incompatible with `Node.insertBefore`
[error] invalid-method-override - Invalid override of method `replaceChild`: Definition is incompatible with `Node.replaceChild`
[error] invalid-method-override - Invalid override of method `insertBefore`: Definition is incompatible with `Node.insertBefore`
[error] invalid-method-override - Invalid override of method `replaceChild`: Definition is incompatible with `Node.replaceChild`
[error] invalid-method-override - Invalid override of method `appendChild`: Definition is incompatible with `Node.appendChild`
[error] invalid-method-override - Invalid override of method `insertBefore`: Definition is incompatible with `Node.insertBefore`
[error] invalid-method-override - Invalid override of method `replaceChild`: Definition is incompatible with `Node.replaceChild`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/typeshed/stdlib/xmlrpc/client.pyi

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypy/util.py

[error] unresolved-import - Cannot resolve imported module `orjson`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypyc/build.py

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

mypyc/build_setup.py

[error] unresolved-attribute - Unresolved attribute `__spawn` on type `<class 'CCompiler'>`.
[error] invalid-assignment - Object of type `def spawn(self, cmd, **kwargs) -> None` is not assignable to attribute `spawn` of type `def spawn(self, cmd: Iterable[str]) -> None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypyc/irbuild/for_helpers.py

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

mypyc/lib-rt/build_setup.py

[error] unresolved-attribute - Unresolved attribute `__spawn` on type `<class 'CCompiler'>`.
[error] invalid-assignment - Object of type `def spawn(self, cmd, **kwargs) -> None` is not assignable to attribute `spawn` of type `def spawn(self, cmd: Iterable[str]) -> None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

mypyc/test-data/fixtures/ir.py

[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `list[_T@list]`

mypy-protobuf (https://github.com/dropbox/mypy-protobuf)

test/generated/testproto/grpc/dummy_pb2_grpc.pyi

[warning] deprecated - The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
[warning] deprecated - The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/generated/testproto/grpc/import_pb2_grpc.pyi

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

test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi

[error] unresolved-attribute - Module `grpc` has no member `ServicerContext`
[warning] deprecated - The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
[warning] deprecated - The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi

[error] unresolved-attribute - Module `grpc` has no member `ServicerContext`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

nox (https://github.com/wntrblm/nox)

nox/logger.py

[warning] unsupported-base - Unsupported class base with type `type[Logger]`

nox/_decorators.py

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

nox/_option_set.py

[error] unresolved-attribute - Unresolved attribute `completer` on type `Action`
[error] invalid-argument-type - Argument is incorrect: Expected `None | Literal["auto", "never", "always"]`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `None | Literal["no", "yes", "never", "always"]`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `None | Sequence[str]`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `None | Sequence[str]`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `None | Sequence[str]`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `None | str | PathLike[str]`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `None | str`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `None | str`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `None | str`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `None | str`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `bool | str | None | list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `bool | str | None | list[str]`

nox/_options.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `(Any & ~AlwaysFalsy) | None | str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

nox/_parametrize.py

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

nox/sessions.py

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

numpy-stl (https://github.com/WoLpH/numpy-stl)

stl/main.py

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

stl/base.py

[error] unresolved-attribute - Class `Logged` has no attribute `_Logged__get_name`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[int, int], dtype[unsignedinteger[_16Bit]]]`, found `ndarray[tuple[int] | tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[int, int], dtype[floating[_32Bit]]]`, found `ndarray[tuple[int] | tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[int, int, int], dtype[floating[_32Bit]]]`, found `ndarray[tuple[int] | tuple[Any, ...], dtype[Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

stl/stl.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'stl._speedups'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

openlibrary/core/auth.py

[error] unsupported-operator - Operator `>` is not supported between objects of type `int | float | datetime` and `float | datetime | Literal[0]`

openlibrary/accounts/model.py

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

openlibrary/admin/code.py

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

openlibrary/asgi_app.py

[error] unresolved-attribute - Module `infogami.config` has no member `infobase_config_file`
[error] unresolved-attribute - Unresolved attribute `infobase` on type `<module 'infogami.config'>`.

openlibrary/catalog/add_book/__init__.py

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

openlibrary/catalog/add_book/tests/test_add_book.py

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

openlibrary/catalog/get_ia.py

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

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

openlibrary/core/imports.py

[error] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `Batch`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

openlibrary/core/lists/model.py

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

openlibrary/core/models.py

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

openlibrary/core/vendors.py

[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `dict[Unknown, Unknown]`

openlibrary/coverstore/coverlib.py

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

openlibrary/coverstore/utils.py

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

openlibrary/fastapi/public_my_books.py

[error] invalid-assignment - Object of type `LiteralString` is not assignable to `Literal["want-to-read", "currently-reading", "already-read"]`

openlibrary/fastapi/search.py

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

openlibrary/plugins/books/tests/test_dynlinks.py

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

openlibrary/plugins/ol_infobase.py

[error] invalid-assignment - Object of type `() -> Unknown` is not assignable to attribute `record_exception` of type `def record_exception() -> Unknown`
[error] unresolved-attribute - Module `infogami.infobase.config` has no member `errorlog`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

openlibrary/plugins/openlibrary/code.py

[error] unresolved-attribute - Unresolved attribute `features` on type `<module 'infogami.config'>`.
[error] invalid-assignment - Object of type `None` is not assignable to `<module 'infogami.plugins.api.code'>`
[error] unresolved-attribute - Unresolved attribute `http_ext_header_uri` on type `<module 'infogami.config'>`.
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["ol"]` and value of type `def OLConnection() -> Unknown` on object of type `dict[str, <class 'LocalConnection'> | <class 'RemoteConnection'>]`
[error] invalid-method-override - Invalid override of method `GET`: Definition is incompatible with `page.GET`

openlibrary/plugins/openlibrary/lists.py

[error] invalid-method-override - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[error] invalid-method-override - Invalid override of method `GET`: Definition is incompatible with `page.GET`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

openlibrary/plugins/upstream/account.py

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

openlibrary/plugins/upstream/addbook.py

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

openlibrary/plugins/upstream/borrow.py

[error] unresolved-attribute - Module `infogami.config` has no member `bookreader_host`
[error] unresolved-attribute - Module `infogami.config` has no member `ia_access_secret`

openlibrary/plugins/upstream/code.py

[error] unresolved-attribute - Unresolved attribute `coverstore_url` on type `<module 'infogami.config'>`.

openlibrary/plugins/upstream/models.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["limit"]` and value of type `int & ~AlwaysFalsy` on object of type `dict[str, str]`

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

openlibrary/plugins/upstream/tests/test_utils.py

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

openlibrary/plugins/upstream/utils.py

[error] invalid-method-override - Invalid override of method `values`: Definition is incompatible with `Mapping.values`
[error] unresolved-attribute - Object of type `HasGetKeyRevision` has no attribute `comment`
[error] unresolved-attribute - Object of type `HasGetKeyRevision` has no attribute `comment`
[error] unresolved-attribute - Unresolved attribute `machine_comment` on type `HasGetKeyRevision`
[error] unresolved-attribute - Unresolved attribute `machine_comment` on type `HasGetKeyRevision`
[error] invalid-assignment - Object of type `<class 'UpstreamMemcacheClient'>` is not assignable to attribute `Client` of type `<class 'Client'>`
[error] unresolved-attribute - Unresolved attribute `memcache_servers` on type `<module 'infogami.config'>`.
[error] unresolved-attribute - Module `infogami.config` has no member `upstream_memcache_servers`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

openlibrary/tests/core/test_unmarshal.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `int`

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

ops/main.py

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

ops/model.py

[error] invalid-argument-type - Argument to function `juju_log` is incorrect: Expected `Literal["TRACE", "DEBUG", "INFO", "WARNING", "ERROR"]`, found `str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

ops/testing.py

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

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

optuna/samplers/_grid.py

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

optuna/visualization/_intermediate_values.py

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

optuna/visualization/matplotlib/_timeline.py

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

optuna/_convert_positional_args.py

[error] missing-argument - No argument provided for required parameter `*args`

optuna/_gp/acqf.py

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

optuna/_gp/optim_mixed.py

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

optuna/storages/_rdb/models.py

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

optuna/visualization/matplotlib/_rank.py

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

tests/gp_tests/test_acqf.py

[error] invalid-argument-type - Argument to bound method `__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`

tests/samplers_tests/test_nsgaii.py

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

tests/storages_tests/journal_tests/test_journal.py

[error] unresolved-attribute - Module `optuna.storages.journal` has no member `JournalFileStorage`
[error] unresolved-attribute - Module `optuna.storages.journal` has no member `JournalRedisStorage`
[error] unresolved-attribute - Module `optuna.storages.journal` has no member `BaseJournalLogStorage`

tests/storages_tests/test_heartbeat.py

[error] invalid-assignment - Object of type `def _set_trial_state_values(...) -> bool` is not assignable to attribute `set_trial_state_values` of type `def set_trial_state_values(self, trial_id: int, state: TrialState, values: Sequence[int | float] | None = None) -> bool`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/study_tests/test_optimize.py

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

tests/study_tests/test_study.py

[error] invalid-argument-type - Argument is incorrect: Expected `str | StudyDirection | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `enqueue_trial` is incorrect: Expected `dict[str, Any]`, found `list[int]`
[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `get_all_trials` on type `Unknown | BaseStorage`

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

paasta_tools/cli/cmds/logs.py

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

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

src/packaging/tags.py

[error] unresolved-attribute - Module `platform` has no member `ios_ver`
[error] unresolved-attribute - Module `platform` has no member `android_ver`

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 - Method `__delitem__` of type `Overload[(key: Literal["metadata_version"], /) -> None, (key: Literal["name"], /) -> None, (key: Literal["version"], /) -> None, (key: Literal["platforms"], /) -> None, (key: Literal["summary"], /) -> None, (key: Literal["description"], /) -> None, (key: Literal["keywords"], /) -> None, (key: Literal["home_page"], /) -> None, (key: Literal["author"], /) -> None, (key: Literal["author_email"], /) -> None, (key: Literal["license"], /) -> None, (key: Literal["supported_platforms"], /) -> None, (key: Literal["download_url"], /) -> None, (key: Literal["classifiers"], /) -> None, (key: Literal["requires"], /) -> None, (key: Literal["provides"], /) -> None, (key: Literal["obsoletes"], /) -> None, (key: Literal["maintainer"], /) -> None, (key: Literal["maintainer_email"], /) -> None, (key: Literal["requires_dist"], /) -> None, (key: Literal["provides_dist"], /) -> None, (key: Literal["obsoletes_dist"], /) -> None, (key: Literal["requires_python"], /) -> None, (key: Literal["requires_external"], /) -> None, (key: Literal["project_urls"], /) -> None, (key: Literal["description_content_type"], /) -> None, (key: Literal["provides_extra"], /) -> None, (key: Literal["dynamic"], /) -> None, (key: Literal["license_expression"], /) -> None, (key: Literal["license_files"], /) -> None, (key: Literal["import_names"], /) -> None, (key: Literal["import_namespaces"], /) -> None]` cannot be called with key of type `str` on object of type `RawMetadata`

src/packaging/pylock.py

[error] dataclass-field-order - Required field `commit_id` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `hashes` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `hashes` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `hashes` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `created_by` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `packages` cannot be defined after fields with default values
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/packaging/version.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal["a", "b", "rc"], int] | None`, found `tuple[str, int]`
[error] invalid-assignment - Object of type `tuple[str, int] | None` is not assignable to attribute `_pre` of type `tuple[Literal["a", "b", "rc"], int] | None`
[error] invalid-assignment - Object of type `tuple[str, int] | None` is not assignable to attribute `_post` of type `tuple[Literal["post"], int] | None`
[error] invalid-assignment - Object of type `tuple[str, int] | None` is not assignable to attribute `_dev` of type `tuple[Literal["dev"], int] | None`

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

pandas/_libs/__init__.py

[error] unresolved-import - Cannot resolve imported module `pandas._libs.pandas_parser`
[error] unresolved-import - Cannot resolve imported module `pandas._libs.pandas_datetime`

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

pandas/_testing/_warnings.py

[error] unresolved-attribute - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[error] invalid-argument-type - Argument to function `getfile` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `FrameType | None`

pandas/compat/numpy/function.py

[error] invalid-assignment - Object of type `None` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]] | AxisNoneT@validate_clip_with_axis`
[error] invalid-return-type - Return type does not match returned value: expected `AxisNoneT@validate_clip_with_axis | None`, found `AxisNoneT@validate_clip_with_axis | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/compat/pickle_compat.py

[error] unresolved-attribute - Object of type `Self@load_reduce` has no attribute `stack`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[82]` and value of type `def load_reduce(self) -> None` on object of type `dict[int, (Unpickler, /) -> None]`
[error] unresolved-attribute - Object of type `Self@load_newobj` has no attribute `stack`
[error] unresolved-attribute - Object of type `Self@load_newobj` has no attribute `stack`
[error] unresolved-attribute - Object of type `Self@load_newobj` has no attribute `append`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[129]` and value of type `def load_newobj(self) -> None` on object of type `dict[int, (Unpickler, /) -> None]`

pandas/core/arrays/_utils.py

[error] unresolved-attribute - Object of type `ExtensionDtype` has no attribute `numpy_dtype`
[error] unresolved-attribute - Object of type `ExtensionDtype` has no attribute `numpy_dtype`
[error] invalid-argument-type - Argument to function `np_can_hold_element` is incorrect: Expected `dtype[Any]`, found `dtype[Any] | Unknown | None`

pandas/core/config_init.py

[error] unresolved-reference - Name `get_ipython` used when not defined
[error] invalid-argument-type - Argument to function `register_option` is incorrect: Expected `((object, /) -> Any) | None`, found `def register_plotting_backend_cb(key: str | None) -> None`
[error] invalid-argument-type - Argument to function `is_instance_factory` is incorrect: Expected `type | tuple[type, ...]`, found `tuple[<class 'NoneType'>, <class 'dict'>, <special-form 'typing.Callable'>, <class 'str'>]`

pandas/core/indexers/objects.py

[error] invalid-argument-type - Argument to function `calculate_variable_window_bounds` is incorrect: Expected `bool`, found `bool | None`

pandas/core/interchange/dataframe.py

[error] invalid-method-override - Invalid override of method `select_columns_by_name`: Definition is incompatible with `DataFrame.select_columns_by_name`

pandas/core/internals/concat.py

[error] no-matching-overload - No overload of function `concatenate` matches arguments
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`

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 `Unknown | Index`
[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`

pandas/core/ops/common.py

[error] invalid-return-type - Return type does not match returned value: expected `F@_unpack_zerodim_and_defer`, found `_Wrapped[(...), Unknown, (self, other), Unknown]`

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

pandas/core/tools/timedeltas.py

[error] invalid-assignment - Object of type `object` is not assignable to `str | int | float | ... omitted 8 union elements`

pandas/errors/__init__.py

[error] unresolved-attribute - Module `ctypes` has no member `WinError`

pandas/io/formats/console.py

[error] unresolved-reference - Name `__IPYTHON__` used when not defined
[error] unresolved-reference - Name `get_ipython` used when not defined

pandas/io/formats/csvs.py

[error] invalid-argument-type - Argument to function `writer` is incorrect: Expected `Literal[0, 1, 2, 3]`, found `Unknown | (int & ~AlwaysFalsy) | Literal[0]`

pandas/plotting/_matplotlib/groupby.py

[error] invalid-argument-type - Argument to bound method `from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `list[Hashable]`

pandas/tests/extension/uuid/test_uuid.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `ExtensionArray.__getitem__`

pandas/_libs/tslibs/period.pyi

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

pandas/_libs/tslibs/timedeltas.pyi

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

pandas/_testing/asserters.py

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

pandas/_testing/contexts.py

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

pandas/core/dtypes/astype.py

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

pandas/core/dtypes/generic.py

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

pandas/core/util/hashing.py

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

pandas/io/iceberg.py

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

pandas/tests/frame/test_subclass.py

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

pandas/tests/indexes/string/test_indexing.py

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

pandas/_libs/tslibs/timestamps.pyi

[error] invalid-method-override - Invalid override of method `combine`: Definition is incompatible with `datetime.combine`
[error] invalid-method-override - Invalid override of method `replace`: Definition is incompatible with `datetime.replace`
[error] invalid-method-override - Invalid override of method `astimezone`: Definition is incompatible with `datetime.astimezone`
[error] invalid-method-override - Invalid override of method `isocalendar`: Definition is incompatible with `date.isocalendar`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/_testing/__init__.py

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

pandas/conftest.py

[error] unresolved-attribute - Class `DocTestFinder` has no attribute `_from_module`
[error] unresolved-attribute - Unresolved attribute `_from_module` on type `<class 'DocTestFinder'>`.
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/_numba/executor.py

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

pandas/core/_numba/kernels/shared.py

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

pandas/core/_numba/kernels/sum_.py

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

pandas/core/algorithms.py

[error] unresolved-attribute - Attribute `itemsize` is not defined on `ExtensionDtype & ~BaseMaskedDtype & ~CategoricalDtype` in union `(ExtensionDtype & ~BaseMaskedDtype & ~CategoricalDtype) | dtype[Any]`
[error] invalid-return-type - Return type does not match returned value: expected `ArrayLikeT@_reconstruct_data`, found `ExtensionArray`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] unresolved-attribute - Unresolved attribute `freq` on type `Index`
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] invalid-argument-type - Argument to function `_sort_tuples` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `_get_hashtable_algo` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[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 function `concat_compat` is incorrect: Expected `Sequence[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/apply.py

[error] invalid-assignment - Object of type `Unknown | Index` is not assignable to `list[Hashable]`
[error] invalid-argument-type - Argument to function `prepare_function_arguments` is incorrect: Expected `(...) -> Unknown`, found `Unknown | ((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`
[error] invalid-assignment - Object of type `MutableMapping[Hashable, list[((...) -> Unknown) | str]]` is not assignable to `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]] | None`
[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] unresolved-attribute - Unresolved attribute `__name__` on type `partial[Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/array_algos/quantile.py

[error] unresolved-attribute - Attribute `view` is not defined on `str`, `bytes`, `date`, `timedelta`, `int`, `float`, `Interval[Unknown]`, `complex` in union `str | bytes | date | ... omitted 10 union elements`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/arrays/_arrow_string_mixins.py

[error] unresolved-import - Module `re` has no member `_parser`
[error] unresolved-attribute - Object of type `Self@_str_pad` has no attribute `astype`
[error] unresolved-attribute - Object of type `ExtensionArray` has no attribute `_str_pad`
[error] unresolved-attribute - Object of type `type[Self@_str_pad]` has no attribute `_from_sequence`
[error] unresolved-attribute - Object of type `Self@_str_pad` has no attribute `dtype`

pandas/core/arrays/_mixins.py

[error] invalid-argument-type - Argument to function `construct_1d_object_array_from_listlike` is incorrect: Expected `Collection[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-method-override - Invalid override of method `argmin`: Definition is incompatible with `ExtensionArray.argmin`
[error] invalid-method-override - Invalid override of method `argmax`: Definition is incompatible with `ExtensionArray.argmax`
[error] invalid-assignment - Object of type `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements` is not assignable to `int | integer[Any] | slice[Any, Any, Any] | ... omitted 4 union elements`
[error] unresolved-attribute - Attribute `cumsum` is not defined on `ExtensionArrayNaResult` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
[error] invalid-argument-type - Argument to function `check_value_size` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[int | integer[Any] | slice[Any, Any, Any] | ... omitted 3 union elements, int | integer[Any] | slice[Any, Any, Any] | ... omitted 3 union elements]) -> Self@value_counts]` cannot be called with key of type `ExtensionArrayNaResult` on object of type `Self@value_counts`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/arrays/_ranges.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Timestamp | None` and `Timedelta`
[error] unresolved-attribute - Object of type `BaseOffset` has no attribute `_get_daily_offset_mask`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/arrays/arrow/array.py

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

pandas/core/arrays/base.py

[error] unresolved-attribute - Attribute `any` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] unsupported-operator - Unary operator `~` is not supported for object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult` and value of type `~_NoDefault` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `int`, found `signedinteger[_64Bit]`
[error] unresolved-attribute - Attribute `cumsum` is not defined on `ExtensionArrayNaResult` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
[error] invalid-argument-type - Argument to function `check_value_size` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> Self@dropna]` cannot be called with key of type `ExtensionArrayNaResult` on object of type `Self@dropna`
[error] unsupported-operator - Operator `&` is not supported between two objects of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
[error] invalid-return-type - Return type does not match returned value: expected `Self@_mode`, found `ndarray[tuple[Any, ...], dtype[Any]] | Any`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/arrays/boolean.py

[error] invalid-type-form - Variable of type `property` is not allowed in a type expression

pandas/core/arrays/categorical.py

[error] invalid-method-override - Invalid override of method `_simple_new`: Definition is incompatible with `NDArrayBacked._simple_new`
[error] invalid-method-override - Invalid override of method `_empty`: Definition is incompatible with `NDArrayBackedExtensionArray._empty`
[error] invalid-method-override - Invalid override of method `_formatter`: Definition is incompatible with `ExtensionArray._formatter`
[error] unresolved-attribute - Object of type `ExtensionArray` has no attribute `_str_map`
[error] unresolved-attribute - Attribute `na_value` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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] unresolved-attribute - Object of type `Self@_validate_listlike` has no attribute `unit`
[error] unresolved-attribute - Object of type `Self@_validate_listlike` has no attribute `unit`
[error] unresolved-attribute - Attribute `as_unit` is not defined on `ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] unresolved-attribute - Object of type `Self@_validate_listlike` has no attribute `unit`
[error] unresolved-attribute - Attribute `attrname` is not defined on `None` in union `Resolution | None`
[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 `_simple_new`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ExtensionArray`
[error] invalid-return-type - Return type does not match returned value: expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `ExtensionDtype`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `_simple_new`
[error] invalid-return-type - Return type does not match returned value: expected `int | None`, found `int | integer[Any] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/arrays/datetimes.py

[error] invalid-method-override - Invalid override of method `_simple_new`: Definition is incompatible with `NDArrayBacked._simple_new`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ExtensionArray`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `ExtensionArray`
[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 function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | None`
[error] invalid-assignment - Object of type `datetime` is not assignable to `Timestamp | None`
[error] invalid-assignment - Object of type `datetime` is not assignable to `Timestamp | None`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Timestamp | None`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | None` and `Literal[1]`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | None` and `Literal[1]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/arrays/interval.py

[error] unresolved-attribute - Attribute `reshape` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `reshape` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Object of type `ndarray[tuple[int, int], dtype[Any]]` has no attribute `_concat_same_type`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/arrays/masked.py

[error] invalid-method-override - Invalid override of method `isin`: Definition is incompatible with `ExtensionArray.isin`
[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-return-type - Return type does not match returned value: expected `FloatingArray`, found `Self@interpolate`
[error] invalid-return-type - Return type does not match returned value: expected `FloatingArray`, found `Self@interpolate`

pandas/core/arrays/numeric.py

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

pandas/core/arrays/numpy_.py

[error] no-matching-overload - No overload of function `asarray` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/arrays/period.py

[error] invalid-method-override - Invalid override of method `_simple_new`: Definition is incompatible with `NDArrayBacked._simple_new`
[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `_freq`
[error] invalid-argument-type - Argument to function `from_calendar_ordinals` is incorrect: Expected `PeriodDtypeBase`, found `None | dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to function `extract_ordinals` is incorrect: Expected `PeriodDtypeBase`, found `dtype[Any] | ExtensionDtype`
[error] invalid-method-override - Invalid override of method `_unbox_scalar`: Definition is incompatible with `DatetimeLikeArrayMixin._unbox_scalar`
[error] invalid-method-override - Invalid override of method `_check_compatible_with`: Definition is incompatible with `DatetimeLikeArrayMixin._check_compatible_with`
[error] unresolved-attribute - Attribute `dtype` is not defined on `NaTType & ~Period` in union `(NaTType & ~Period) | (PeriodArray & ~Period)`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] no-matching-overload - No overload of function `repeat` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/arrays/sparse/array.py

[error] invalid-return-type - Return type does not match returned value: expected `SparseArray`, found `tuple[SparseArray, SparseArray]`
[error] no-matching-overload - No overload of function `array` matches arguments
[error] invalid-argument-type - Argument to function `_make_sparse` is incorrect: Expected `dtype[Any] | None`, found `None | dtype[Any] | ExtensionDtype`
[error] no-matching-overload - No overload of function `asarray` matches arguments
[error] invalid-method-override - Invalid override of method `isna`: Definition is incompatible with `ExtensionArray.isna`
[error] no-matching-overload - No overload of function `insert` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/arrays/string_.py

[error] unresolved-attribute - Object of type `Self@_str_map_str_or_object` has no attribute `_from_pyarrow_array`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unknown-argument - Argument `dtype` does not match any known parameter of bound method `__init__`
[error] invalid-method-override - Invalid override of method `_values_for_factorize`: Definition is incompatible with `NumpyExtensionArray._values_for_factorize`
[error] no-matching-overload - No overload of function `where` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

pandas/core/arrays/timedeltas.py

[error] invalid-method-override - Invalid override of method `_simple_new`: Definition is incompatible with `NDArrayBacked._simple_new`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/base.py

[error] invalid-return-type - Return type does not match returned value: expected `int`, found `int | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `int`, found `int | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `any` is not defined on `bool` in union `builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | NDFrame`
[error] not-subscriptable - Cannot subscript object of type `Self@drop_duplicates` with no `__getitem__` method
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/col.py

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`

pandas/core/common.py

[error] invalid-argument-type - Argument to function `construct_1d_object_array_from_listlike` is incorrect: Expected `Collection[Unknown]`, found `(Iterable[Unknown] & Top[list[Unknown]]) | (Iterable[Unknown] & tuple[object, ...]) | (Iterable[Unknown] & <Protocol with members '__array__'>)`
[error] invalid-return-type - Return type does not match returned value: expected `RandomState | Generator`, found `<module 'numpy.random'>`

pandas/core/computation/expr.py

[error] unresolved-attribute - Unresolved attribute `unsupported_nodes` on type `type[_T@disallowed]`.
[error] unresolved-attribute - Object of type `type[_T@disallowed]` has no attribute `unsupported_nodes`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/computation/expressions.py

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

pandas/core/computation/ops.py

[error] call-non-callable - Object of type `Op` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/computation/pytables.py

[error] invalid-method-override - Invalid override of method `evaluate`: Definition is incompatible with `BinOp.evaluate`
[error] invalid-method-override - Invalid override of method `evaluate`: Definition is incompatible with `BinOp.evaluate`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/construction.py

[error] unresolved-attribute - Attribute `dtype` is not defined on `Sequence[object] & ~MaskedArray[tuple[object, ...], dtype[object]]` in union `(Sequence[object] & ~MaskedArray[tuple[object, ...], dtype[object]]) | (ExtensionArray & ~MaskedArray[tuple[object, ...], dtype[object]]) | ndarray[tuple[Any, ...], dtype[Any]] | (Index & ~MaskedArray[tuple[object, ...], dtype[object]]) | (Series & ~MaskedArray[tuple[object, ...], dtype[object]])`
[error] unresolved-attribute - Object of type `T@extract_array` has no attribute `_values`
[error] unresolved-attribute - Object of type `T@extract_array` has no attribute `_values`
[error] unresolved-attribute - Object of type `T@extract_array` has no attribute `to_numpy`
[error] unresolved-attribute - Attribute `storage` is not defined on `dtype[object]` in union `Unknown | dtype[object] | StringDtype`
[error] no-matching-overload - No overload of function `asarray_tuplesafe` matches arguments

pandas/core/dtypes/cast.py

[error] unresolved-attribute - Attribute `kind` is not defined on `None` in union `dtype[Any] | ExtensionDtype | None`
[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_maybe_convert_setitem_value`
[error] unresolved-attribute - Attribute `itemsize` is not defined on `ExtensionDtype` in union `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `itemsize` is not defined on `ExtensionDtype` in union `dtype[Any] | ExtensionDtype`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/dtypes/concat.py

[error] unknown-argument - Argument `axis` does not match any known parameter of bound method `_concat_same_type`
[error] invalid-argument-type - Argument to function `np_find_common_type` is incorrect: Expected `dtype[Any]`, found `ExtensionDtype | dtype[Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/dtypes/dtypes.py

[error] invalid-type-form - Variable of type `property` is not allowed in a type expression
[error] invalid-assignment - Invalid subscript assignment with key of type `ndarray[tuple[Any, ...], dtype[Any]]` and value of type `NaTType` on object of type `PeriodArray`
[error] invalid-assignment - Object of type `Unknown | str` is not assignable to `Literal["left", "right", "both", "neither"] | None`
[error] invalid-return-type - Return type does not match returned value: expected `Literal["left", "right", "both", "neither"]`, found `Literal["left", "right", "both", "neither"] | 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 function `np_find_common_type` is incorrect: Expected `dtype[Any]`, found `Unknown | dtype[Any] | (ExtensionDtype & ~SparseDtype)`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/dtypes/inference.py

[error] no-matching-overload - No overload of function `compile` matches arguments
[error] not-iterable - Object of type `<Protocol with members '__len__'>` is not iterable
[error] no-matching-overload - No overload of function `iter` matches arguments
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `object`

pandas/core/dtypes/missing.py

[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult` is not assignable to `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | NDFrame`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/frame.py

[error] invalid-argument-type - Argument to function `nested_data_to_arrays` is incorrect: Expected `Index | None`, found `(ExtensionArray & ~Top[set[Unknown]]) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Top[set[Unknown]]) | (Index & ~Top[set[Unknown]]) | ... omitted 5 union elements`
[error] invalid-assignment - Object of type `LiteralString` is not assignable to `Literal["columns", "index", "tight"]`
[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to `dict[Unknown, Unknown]`
[error] invalid-parameter-default - Default value of type `<class 'dict'>` is not assignable to annotated parameter type `type[MutableMappingT@to_dict] | MutableMappingT@to_dict`
[error] invalid-argument-type - Argument to function `where` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | int | slice[Any, Any, Any] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `nonzero` is not defined on `int` in union `(Unknown & ~slice[object, object, object]) | int | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `_ixs` 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 `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 `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 function `len` is incorrect: Expected `Sized`, found `bool | list[bool]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `bool | list[bool]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Hashable & ~None) | Unknown`
[error] no-matching-overload - No overload of function `maybe_downcast_to_dtype` matches arguments
[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | Index`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `int | integer[Any]`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `(Sequence[Unknown] & ~Top[dict[Unknown, Unknown]] & ~Series & ~DataFrame) | (Mapping[Unknown, Unknown] & ~Top[dict[Unknown, Unknown]] & ~Series & ~DataFrame)`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/generic.py

[error] no-matching-overload - No overload of bound method `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 `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 function `inv` is incorrect: Expected `_SupportsInversion[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `neg` is incorrect: Expected `_SupportsNeg[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `pos` is incorrect: Expected `_SupportsPos[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `to_hdf` is incorrect: Expected `DataFrame | Series`, found `Self@to_hdf`
[error] unsupported-operator - Unary operator `~` is not supported for object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] unsupported-operator - Operator `&` is not supported between two objects of type `Self@compare`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Self@pct_change` and `Self@pct_change | DataFrame`
[error] unresolved-attribute - Attribute `_logical_func` is not defined on `bool` in union `Series | bool`
[error] unresolved-attribute - Object of type `type[Self@__iadd__]` has no attribute `__add__`
[error] unresolved-attribute - Object of type `type[Self@__isub__]` has no attribute `__sub__`
[error] unresolved-attribute - Object of type `type[Self@__imul__]` has no attribute `__mul__`
[error] unresolved-attribute - Object of type `type[Self@__itruediv__]` has no attribute `__truediv__`
[error] unresolved-attribute - Object of type `type[Self@__ifloordiv__]` has no attribute `__floordiv__`
[error] unresolved-attribute - Object of type `type[Self@__imod__]` has no attribute `__mod__`
[error] unresolved-attribute - Object of type `type[Self@__ipow__]` has no attribute `__pow__`
[error] unresolved-attribute - Object of type `type[Self@__iand__]` has no attribute `__and__`
[error] unresolved-attribute - Object of type `type[Self@__ixor__]` has no attribute `__xor__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/groupby/generic.py

[error] invalid-argument-type - Argument to function `get_join_indexers` is incorrect: Expected `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[ndarray[tuple[int], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]]`
[error] invalid-assignment - Invalid assignment to data descriptor attribute `columns` on type `DataFrame` with custom `__set__` method
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Hashable`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/groupby/groupby.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Hashable`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Hashable`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Hashable`
[error] unresolved-attribute - Attribute `construct_array_type` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype | (Unknown & ~<class 'object'>)`
[error] invalid-argument-type - Argument to bound method `_wrap_idxmax_idxmin` is incorrect: Expected `Literal["idxmax", "idxmin"]`, found `str`
[error] unresolved-attribute - Attribute `columns` is not defined on `None` in union `Unknown | NDFrame | None`
[error] no-matching-overload - No overload of function `where` matches arguments
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], dtype[Any] | ExtensionDtype | None]`, found `tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]], (ExtensionDtype & ~StringDtype) | dtype[Any]]`
[error] unresolved-attribute - Object of type `dtype[Any] | (ExtensionDtype & ~AlwaysFalsy)` has no attribute `numpy_dtype`
[error] unresolved-attribute - Object of type `(ExtensionArray & ~BaseMaskedArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseMaskedArray)` has no attribute `_ndarray`
[error] unresolved-attribute - Object of type `(ExtensionArray & ~BaseMaskedArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseMaskedArray)` has no attribute `_from_backing_data`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/groupby/grouper.py

[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[Any]] | Index` is not assignable to `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/groupby/ops.py

[error] not-iterable - Object of type `Hashable` is not iterable
[error] unresolved-attribute - Object of type `Index` has no attribute `levels`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `Hashable` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `Hashable` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/indexes/accessors.py

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

pandas/core/indexes/base.py

[error] invalid-return-type - Return type does not match returned value: expected `Self@__new__`, found `Index`
[error] invalid-return-type - Return type does not match returned value: expected `Self@__new__`, found `RangeIndex`
[error] invalid-return-type - Return type does not match returned value: expected `Self@__new__`, found `MultiIndex`
[error] invalid-return-type - Return type does not match returned value: expected `Self@__new__`, found `Index`
[error] no-matching-overload - No overload of function `maybe_convert_objects` matches arguments
[error] invalid-return-type - Return type does not match returned value: expected `Self@_with_infer`, found `Index`
[error] unresolved-attribute - Object of type `type[Self@_format_duplicate_message]` has no attribute `from_tuples`
[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_ndarray`
[error] unresolved-attribute - Attribute `na_value` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray`, found `ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] invalid-assignment - Object of type `object` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - Return type does not match returned value: expected `Self@ravel`, found `Index`
[error] invalid-argument-type - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`
[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] no-matching-overload - No overload of bound method `view` matches arguments
[error] no-matching-overload - No overload of bound method `view` matches arguments
[error] invalid-return-type - Return type does not match returned value: expected `Index`, found `Unknown | ndarray[tuple[Any, ...], Unknown] | Self@view`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` is not assignable to `int | Sequence[int]`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Hashable]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Object of type `Hashable` has no attribute `keys`
[error] not-subscriptable - Cannot subscript object of type `Hashable` with no `__getitem__` method
[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 `_set_names` is incorrect: Expected `int | Sequence[int] | None`, found `Hashable`
[error] unresolved-attribute - Object of type `IndexEngine | ExtensionEngine` has no attribute `_extract_level_codes`
[error] unresolved-attribute - Object of type `Self@_should_partial_index` has no attribute `left`
[error] unresolved-attribute - Object of type `IndexEngine | ExtensionEngine` has no attribute `values`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Object of type `Self@reindex` has no attribute `levels`
[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `storage`
[error] unresolved-attribute - Object of type `IndexEngine | ExtensionEngine` has no attribute `_update_from_sliced`
[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] unresolved-attribute - Object of type `IndexEngine | ExtensionEngine` has no attribute `_extract_level_codes`
[error] invalid-argument-type - Argument to bound method `_reindex_non_unique` is incorrect: Expected `Index`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Object of type `Self@_get_indexer_strict & ~Top[list[Unknown]]` has no attribute `freq`
[error] unresolved-attribute - Object of type `Self@_get_indexer_strict` has no attribute `_with_freq`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `object` and `Literal[0]`
[error] unresolved-attribute - Object of type `type[Self@_maybe_downcast_for_indexing]` has no attribute `from_tuples`
[error] invalid-argument-type - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `view` matches arguments
[error] no-matching-overload - No overload of function `insert` matches arguments
[error] invalid-return-type - Return type does not match returned value: expected `Index`, found `Index | tuple[Index, Index]`
[error] invalid-assignment - Object of type `Hashable` is not assignable to `Sequence[Hashable] | None`
[error] invalid-assignment - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]` is not assignable to `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/indexes/category.py

[error] invalid-argument-type - Argument to bound method `is_` is incorrect: Expected `Index`, found `object`

pandas/core/indexes/datetimelike.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `freq` on type `DatetimeArray | TimedeltaArray | PeriodArray`
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `str | None`
[error] unresolved-attribute - Object of type `Self@equals` has no attribute `tz`
[error] unresolved-attribute - Attribute `tz` is not defined on `CategoricalIndex`, `Self@equals` in union `(Any & Index) | CategoricalIndex | Self@equals`
[error] unresolved-attribute - Attribute `_ensure_matching_resos` is not defined on `PeriodArray` in union `DatetimeArray | TimedeltaArray | PeriodArray`
[error] invalid-method-override - Invalid override of method `_get_string_slice`: Definition is incompatible with `Index._get_string_slice`
[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 `_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`
[error] unresolved-attribute - Object of type `Index` has no attribute `_with_freq`
[error] unresolved-attribute - Object of type `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_with_freq`
[error] invalid-assignment - Object of type `slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` is not assignable to `int | slice[Any, Any, Any] | Sequence[int]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/indexes/datetimes.py

[error] invalid-assignment - Object of type `str` is not assignable to `Literal["s", "ms", "us", "ns"] | None`

pandas/core/indexes/extension.py

[error] unresolved-attribute - Unresolved attribute `__signature__` on type `def method(self, *args, **kwargs) -> Unknown`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArrayNaResult`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/indexes/frozen.py

[error] invalid-method-override - Invalid override of method `__iadd__`: Definition is incompatible with `list.__iadd__`
[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `list.__getitem__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/indexes/interval.py

[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/indexes/multi.py

[error] invalid-assignment - Object of type `list[list[Unknown]]` is not assignable to `list[Sequence[Hashable]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Hashable & ~None`
[error] invalid-method-override - Invalid override of method `_shallow_copy`: Definition is incompatible with `Index._shallow_copy`
[error] invalid-method-override - Invalid override of method `copy`: Definition is incompatible with `Index.copy`
[error] invalid-method-override - Invalid override of method `_formatter_func`: Definition is incompatible with `Index._formatter_func`
[error] invalid-argument-type - Argument to function `lexsort` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] override-of-final-method - Cannot override final member `_duplicated` from superclass `IndexOpsMixin`
[error] invalid-method-override - Invalid override of method `_get_level_values`: Definition is incompatible with `Index._get_level_values`
[error] invalid-method-override - Invalid override of method `repeat`: Definition is incompatible with `Index.repeat`
[error] invalid-assignment - Object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` is not assignable to `int`
[error] invalid-method-override - Invalid override of method `drop`: Definition is incompatible with `Index.drop`
[error] not-iterable - Object of type `Hashable` is not iterable
[error] invalid-return-type - Return type does not match returned value: expected `int`, found `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `str | bytes | date | ... omitted 11 union elements`
[error] invalid-argument-type - Argument to bound method `is_` is incorrect: Expected `Index`, found `object`
[error] invalid-method-override - Invalid override of method `_wrap_difference_result`: Definition is incompatible with `Index._wrap_difference_result`
[error] invalid-method-override - Invalid override of method `putmask`: Definition is incompatible with `Index.putmask`
[error] invalid-method-override - Invalid override of method `rename`: Definition is incompatible with `Index.rename`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/indexes/range.py

[error] invalid-argument-type - Argument to function `ensure_python_int` is incorrect: Expected `int | integer[Any]`, found `int | integer[Any] | RangeIndex`
[error] invalid-method-override - Invalid override of method `_simple_new`: Definition is incompatible with `Index._simple_new`
[error] invalid-method-override - Invalid override of method `_format_attrs`: Definition is incompatible with `Index._format_attrs`
[error] invalid-method-override - Invalid override of method `get_loc`: Definition is incompatible with `Index.get_loc`
[error] invalid-return-type - Return type does not match returned value: expected `Index`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `__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-return-type - Return type does not match returned value: expected `Index`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Object of type `Index` has no attribute `step`
[error] unresolved-attribute - Object of type `Index` has no attribute `step`
[error] unresolved-attribute - Object of type `Index` has no attribute `_range`
[error] unresolved-attribute - Object of type `Index` has no attribute `step`
[error] invalid-argument-type - Argument to function `check_array_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `range`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/indexes/timedeltas.py

[error] invalid-method-override - Invalid override of method `_parse_with_reso`: Definition is incompatible with `DatetimeIndexOpsMixin._parse_with_reso`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/indexing.py

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

pandas/core/interchange/column.py

[error] unresolved-attribute - Attribute `_pa_array` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Attribute `_pa_array` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Attribute `_data` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Attribute `_ndarray` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Attribute `_pa_array` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[error] unresolved-attribute - Attribute `_mask` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/interchange/from_dataframe.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], Any]`, found `tuple[Series | ndarray[tuple[Any, ...], dtype[Any]], ColumnBuffers]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/interchange/utils.py

[error] unresolved-attribute - Object of type `ExtensionArray` has no attribute `_pa_array`

pandas/core/internals/api.py

[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[Any] | ExtensionDtype | None`

pandas/core/internals/blocks.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[int, int]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[slice[Any, Any, Any], int]` on object of type `ExtensionArray`
[error] invalid-argument-type - Argument to function `np_can_hold_element` is incorrect: Expected `dtype[Any]`, found `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Attribute `round` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/internals/construction.py

[error] invalid-argument-type - Argument to function `ensure_index` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `dict_keys[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `fast_multiget` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/internals/managers.py

[error] unresolved-attribute - Object of type `Self@setitem` has no attribute `_iset_split_block`
[error] invalid-return-type - Return type does not match returned value: expected `list[ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[None | Unknown]`
[error] invalid-assignment - Object of type `list[int]` is not assignable to `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Attribute `to_numpy` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] invalid-assignment - Object of type `dtype[Any] | ExtensionDtype | None | Unknown` is not assignable to `dtype[Any] | None`
[error] invalid-assignment - Object of type `dtype[Any] | ExtensionDtype | None` is not assignable to `dtype[Any] | None`
[error] invalid-argument-type - Argument to function `ensure_np_dtype` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `dtype[Any] | None`
[error] unresolved-attribute - Attribute `to_numpy` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] no-matching-overload - No overload of function `vstack` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/internals/ops.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[Any, ...], dtype[Any]] | slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[ndarray[tuple[Any, ...], dtype[Any]] | slice[Any, Any, Any], slice[None, None, None]]` on object of type `ExtensionArray`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | EllipsisType | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[Literal[0], slice[None, None, None]]` on object of type `ExtensionArray`

pandas/core/methods/to_dict.py

[error] invalid-parameter-default - Default value of type `<class 'dict'>` is not assignable to annotated parameter type `type[MutableMappingT@to_dict] | MutableMappingT@to_dict`
[error] invalid-assignment - Object of type `LiteralString` is not assignable to `Literal["dict", "list", "series", "split", "tight", "records", "index"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/missing.py

[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_data`
[error] unresolved-attribute - Attribute `isna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_pa_array`
[error] invalid-assignment - Object of type `LiteralString` is not assignable to `Literal["ffill", "pad", "bfill", "backfill", "nearest"]`
[error] invalid-assignment - Object of type `numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` is not assignable to `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[warning] possibly-unresolved-reference - Name `idxpos` used when possibly not defined
[error] invalid-return-type - Return type does not match returned value: expected `int | None`, found `signedinteger[_64Bit]`
[error] invalid-return-type - Return type does not match returned value: expected `Literal["forward", "backward", "both"]`, found `str`
[error] invalid-return-type - Return type does not match returned value: expected `Literal["inside", "outside"] | None`, found `None | str`

pandas/core/nanops.py

[error] invalid-return-type - Return type does not match returned value: expected `builtins.bool`, found `numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-return-type - Return type does not match returned value: expected `builtins.bool`, found `numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-return-type - Return type does not match returned value: expected `builtins.bool`, found `numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-return-type - Return type does not match returned value: expected `builtins.bool`, found `numpy.bool[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to function `_maybe_arg_null_out` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Any | signedinteger[_64Bit]`
[error] invalid-argument-type - Argument to function `_maybe_arg_null_out` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Any | signedinteger[_64Bit]`
[error] invalid-return-type - Return type does not match returned value: expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Any]] | int | float | NaTType`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `Any | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/ops/array_ops.py

[error] invalid-argument-type - Argument to function `_bool_arith_check` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `_na_arithmetic_op` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/resample.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Grouper | None`, found `Series | DataFrame`
[error] unresolved-attribute - Object of type `Grouper` has no attribute `index`
[error] not-subscriptable - Cannot subscript object of type `Grouper` with no `__getitem__` method
[error] invalid-assignment - Object of type `str | date | datetime64[date | int | None] | ... omitted 3 union elements` is not assignable to attribute `origin` of type `Timestamp | Literal["epoch", "start", "start_day", "end", "end_day"]`
[error] invalid-argument-type - Argument to function `_get_timestamp_range_edges` is incorrect: Expected `Timestamp`, found `object`
[error] invalid-argument-type - Argument to function `_get_timestamp_range_edges` is incorrect: Expected `Timestamp`, found `object`
[error] invalid-assignment - Object of type `Index` is not assignable to `DatetimeIndex`
[error] unresolved-attribute - Object of type `object` has no attribute `asfreq`
[error] unresolved-attribute - Object of type `object` has no attribute `asfreq`
[error] unresolved-attribute - Attribute `n` is not defined on `Period` in union `Period | BaseOffset`
[error] invalid-assignment - Object of type `Index` is not assignable to `PeriodIndex`
[error] invalid-assignment - Object of type `Index` is not assignable to `PeriodIndex`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/reshape/concat.py

[error] invalid-argument-type - Argument to function `ensure_index` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Iterable[Hashable]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/reshape/encoding.py

[error] invalid-assignment - Object of type `ArrowDtype` is not assignable to `str | dtype[Any] | type | None`
[error] invalid-assignment - Object of type `dtype[Any] | ExtensionDtype` is not assignable to `str | dtype[Any] | type | None`

pandas/core/reshape/merge.py

[error] invalid-assignment - Object of type `LiteralString` is not assignable to `Literal["left", "right", "inner", "outer", "left_anti", "right_anti", "asof"]`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] unsupported-operator - Operator `<` is not supported between objects of type `Number | number[Any, int | float | complex]` and `Literal[0]`
[error] invalid-return-type - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index | (Series & ~ExtensionArray) | ... omitted 3 union elements`
[error] unresolved-attribute - Object of type `ExtensionArray` has no attribute `_pa_array`
[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_pa_array`
[error] unresolved-attribute - Attribute `_values_for_factorize` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/reshape/pivot.py

[error] unsupported-operator - Operator `+` is not supported between two objects of type `list[Unknown] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`
[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 `pivot_table` is incorrect: Expected `bool`, found `((obj: Sized, /) -> int) | int | Unknown | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/reshape/reshape.py

[error] invalid-return-type - Return type does not match returned value: expected `DataFrame`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to function `stack` is incorrect: Expected `DataFrame`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to function `stack` is incorrect: Expected `DataFrame`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~slice[object, object, object]) | int | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/reshape/tile.py

[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] invalid-argument-type - Argument to function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_generate_range`
[error] unsupported-operator - Operator `-` is not supported between objects of type `object` and `Timedelta`
[error] unsupported-operator - Operator `+` is not supported between objects of type `object` and `Timedelta`
[error] unsupported-operator - Operator `-=` is not supported between objects of type `object` and `Unknown | float`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `~Literal[0]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `object` and `Unknown | float`
[error] invalid-argument-type - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `~Literal[0]`
[error] invalid-argument-type - Argument to function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_generate_range`
[error] no-matching-overload - No overload of function `linspace` matches arguments
[error] unsupported-operator - Operator `-` is not supported between two objects of type `object`
[error] invalid-argument-type - Argument to function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`
[warning] possibly-unresolved-reference - Name `unit` used when possibly not defined

pandas/core/series.py

[error] invalid-parameter-default - Default value of type `<class 'dict'>` is not assignable to annotated parameter type `type[MutableMappingT@to_dict] | MutableMappingT@to_dict`
[error] invalid-method-override - Invalid override of method `searchsorted`: Definition is incompatible with `IndexOpsMixin.searchsorted`
[error] unresolved-attribute - Object of type `object` has no attribute `map`
[error] invalid-method-override - Invalid override of method `reindex`: Definition is incompatible with `NDFrame.reindex`
[error] invalid-type-form - Variable of type `Accessor` is not allowed in a type expression
[error] invalid-method-override - Invalid override of method `any`: Definition is incompatible with `NDFrame.any`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/sorting.py

[error] invalid-assignment - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series` is not assignable to `Index`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/strings/accessor.py

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

pandas/core/strings/object_array.py

[error] unresolved-attribute - Object of type `Self@_str_map` has no attribute `dtype`
[error] unresolved-attribute - Object of type `Self@_str_get` has no attribute `dtype`
[error] unresolved-attribute - Object of type `Self@_str_extract` has no attribute `dtype`

pandas/core/tools/datetimes.py

[error] invalid-return-type - Return type does not match returned value: expected `DatetimeIndex | Series | int | ... omitted 5 union elements`, found `Timestamp | Series | Index | Unknown | NaTType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/core/tools/numeric.py

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

pandas/core/window/ewm.py

[error] invalid-argument-type - Argument to function `get_center_of_mass` is incorrect: Expected `int | float | None`, found `None | (int & ~timedelta64[timedelta | int | None]) | (float & ~timedelta64[timedelta | int | None]) | (signedinteger[_64Bit] & ~str & ~timedelta & ~timedelta64[timedelta | int | None])`
[error] invalid-argument-type - Argument to function `ewmcov` is incorrect: Expected `int`, found `Unknown | int | None`

pandas/core/window/rolling.py

[error] call-non-callable - Object of type `None` is not callable
[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 `_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 function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `dtype[Any] | ExtensionDtype`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/io/common.py

[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 bound method `__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 bound method `__init__` is incorrect: Argument type `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Unknown & <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) | (Unknown & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper`
[error] invalid-argument-type - Argument is incorrect: Expected `IO[Unknown]`, found `(BaseBuffer & ~str) | (Any & ~str) | IO[Any] | _BytesIOWrapper`
[error] invalid-argument-type - Argument is incorrect: Expected `list[IO[bytes] | IO[str]]`, found `list[BaseBuffer]`
[error] no-matching-overload - No overload of bound method `open` matches arguments
[error] unresolved-attribute - Object of type `BaseBuffer` has no attribute `close`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/io/excel/_base.py

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

pandas/io/formats/format.py

[error] unresolved-attribute - Attribute `getvalue` is not defined on `WriteBuffer[str]` in union `WriteBuffer[str] | StringIO`
[error] invalid-yield - Yield type `(str & <Protocol with members 'write'>) | WriteBuffer[str] | StringIO` does not match annotated yield type `WriteBuffer[str] | StringIO`
[error] missing-argument - No argument provided for required parameter `num` of bound method `__call__`
[error] call-non-callable - Object of type `str` is not callable
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__call__`
[error] no-matching-overload - No overload of function `real` matches arguments
[error] no-matching-overload - No overload of function `imag` matches arguments

pandas/io/formats/html.py

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

pandas/io/formats/printing.py

[error] invalid-argument-type - Argument to function `_pprint_seq` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `(ndarray[tuple[object, ...], dtype[object]] & ~<Protocol with members '__next__'>) | (void & ~<Protocol with members '__next__'>) | (Top[list[Unknown]] & ~<Protocol with members '__next__'>) | ... omitted 6 union elements`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/io/formats/style.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[tuple[int, int], list[tuple[str, str | int | float]]].__getitem__(key: tuple[int, int], /) -> list[tuple[str, str | int | float]]` cannot be called with key of type `tuple[int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]]` on object of type `defaultdict[tuple[int, int], list[tuple[str, str | int | float]]]`
[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`
[warning] unsupported-base - Unsupported class base with type `type[Self@from_custom_template]`
[error] invalid-argument-type - Argument to function `ge` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
[error] invalid-argument-type - Argument to function `gt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
[error] invalid-argument-type - Argument to function `ge` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to function `gt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `NDFrame`
[error] invalid-argument-type - Argument to function `le` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to function `lt` is incorrect: Expected `_SupportsDunderLE | _SupportsDunderGE | _SupportsDunderGT | _SupportsDunderLT`, found `(date & ~Iterable[object]) | (timedelta & ~Iterable[object]) | (datetime64[date | int | None] & ~Iterable[object]) | ... omitted 10 union elements`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/io/formats/style_render.py

[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `tuple[Unknown, ...]`, `None` in union `Unknown | str | list[CSSDict] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `tuple[Unknown, ...]`, `None` in union `Unknown | str | list[CSSDict] | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `extend` is not defined on `str`, `tuple[Unknown, ...]`, `None` in union `Unknown | str | list[CSSDict] | ... omitted 3 union elements`
[error] not-iterable - Object of type `slice[Any, Any, Any] | Sequence[Unknown] | Index | Unknown` may not be iterable

pandas/io/json/_json.py

[error] invalid-assignment - Object of type `Literal[True]` is not assignable to `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`

pandas/io/parsers/base_parser.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[Hashable, ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `Literal[False] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any` and `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/io/parsers/c_parser_wrapper.py

[error] invalid-argument-type - Argument to function `union_categoricals` is incorrect: Expected `Sequence[CategoricalIndex | Series | Categorical]`, found `list[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] call-non-callable - Object of type `None` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/io/parsers/python_parser.py

[error] unresolved-attribute - Object of type `Self@get_chunk` has no attribute `chunksize`
[error] invalid-return-type - Return type does not match returned value: expected `list[str | bytes | date | ... omitted 10 union elements] | None`, found `list[str]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | ReadCsvBuffer[str]`
[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | ReadCsvBuffer[str]`
[error] invalid-return-type - Return type does not match returned value: expected `int`, found `int | integer[Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/io/parsers/readers.py

[error] unresolved-attribute - Attribute `read` is not defined on `ParserBase` in union `Unknown | ParserBase`
[error] unresolved-attribute - Attribute `read` is not defined on `ParserBase` in union `Unknown | ParserBase`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/io/pytables.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, <class 'GenericTable'> | <class 'AppendableSeriesTable'> | <class 'AppendableMultiSeriesTable'> | ... omitted 3 union elements].__getitem__(key: str, /) -> <class 'GenericTable'> | <class 'AppendableSeriesTable'> | <class 'AppendableMultiSeriesTable'> | ... omitted 3 union elements` cannot be called with key of type `None` on object of type `dict[str, <class 'GenericTable'> | <class 'AppendableSeriesTable'> | <class 'AppendableMultiSeriesTable'> | ... omitted 3 union elements]`
[error] invalid-assignment - Object of type `(x, **kwds) -> Unknown` is not assignable to `type[Index]`
[error] unresolved-attribute - Attribute `itemsize` is not defined on `ExtensionDtype` in union `ExtensionDtype | dtype[Any]`
[error] unresolved-attribute - Attribute `asi8` is not defined on `ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]`, `Index` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | Unknown`
[error] unresolved-attribute - Attribute `tz` is not defined on `ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]`, `Index` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None`
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - Argument to function `_dtype_to_kind` is incorrect: Expected `str`, found `Any | None`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `Fixed.write`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `AppendableTable.write`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `AppendableSeriesTable.write`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `AppendableTable.write`
[error] invalid-method-override - Invalid override of method `write`: Definition is incompatible with `AppendableTable.write`
[error] no-matching-overload - No overload of function `tz_to_dtype` matches arguments
[error] invalid-argument-type - Argument to function `_get_data_and_dtype_name` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`

pandas/io/sql.py

[error] invalid-assignment - Object of type `Literal["numpy"]` is not assignable to `Literal["pyarrow", "numpy_nullable"] | _NoDefault`
[error] invalid-assignment - Object of type `Literal["numpy"]` is not assignable to `Literal["pyarrow", "numpy_nullable"] | _NoDefault`
[error] invalid-assignment - Object of type `Literal["numpy"]` is not assignable to `Literal["pyarrow", "numpy_nullable"] | _NoDefault`
[error] invalid-assignment - Object of type `list[None | Unknown]` is not assignable to `list[ndarray[tuple[Any, ...], dtype[Any]]]`
[error] unresolved-attribute - Attribute `dt` is not defined on `Index` in union `Index | Series`
[error] invalid-assignment - Object of type `dict[Unknown, ExtensionDtype | str | dtype[Any] | type | Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]]` is not assignable to `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `dict[Unknown, ExtensionDtype | str | dtype[Any] | type | Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]]` is not assignable to `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/io/stata.py

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

pandas/io/xml.py

[error] unresolved-attribute - Attribute `findall` is not defined on `None` in union `Element[Unknown] | Unknown | None`
[error] unresolved-attribute - Attribute `find` is not defined on `None` in union `Element[Unknown] | Unknown | None`
[error] unresolved-attribute - Attribute `xpath` is not defined on `Element[Unknown]`, `None` in union `Element[Unknown] | Unknown | None`
[error] unresolved-attribute - Attribute `xpath` is not defined on `Element[Unknown]`, `None` in union `Element[Unknown] | Unknown | None`

pandas/plotting/_core.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Literal[False]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/plotting/_matplotlib/boxplot.py

[error] invalid-method-override - Invalid override of method `_plot`: Definition is incompatible with `LinePlot._plot`
[error] unresolved-attribute - Attribute `levels` is not defined on `Index` in union `Unknown | Index`

pandas/plotting/_matplotlib/converter.py

[error] unresolved-attribute - Object of type `BaseOffset` has no attribute `_period_dtype_code`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `BaseOffset | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `BaseOffset | None`
[error] unresolved-attribute - Object of type `BaseOffset` has no attribute `_period_dtype_code`
[error] unresolved-attribute - Object of type `BaseOffset` has no attribute `_creso`
[error] unresolved-attribute - Object of type `BaseOffset` has no attribute `_period_dtype_code`
[error] unresolved-attribute - Object of type `BaseOffset` has no attribute `_period_dtype_code`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `difference` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Hashable]`
[error] not-iterable - Object of type `Unknown | list[Unknown] | tuple[Unknown, ...] | None` may not be iterable
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | tuple[Unknown, ...] | None`
[error] unresolved-attribute - Object of type `Sequence[Unknown]` has no attribute `reshape`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | bool | tuple[Unknown, ...] | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | list[Unknown] | tuple[Unknown, ...] | None` and `(Unknown & ~None) | list[Unknown] | tuple[Unknown, ...]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Sequence[Unknown]`
[error] invalid-argument-type - Argument to bound method `_append_legend_handles_labels` is incorrect: Expected `str`, found `Hashable & ~None`
[error] invalid-method-override - Invalid override of method `_plot`: Definition is incompatible with `MPLPlot._plot`
[error] invalid-argument-type - Argument to function `format_dateaxis` is incorrect: Expected `DatetimeIndex | PeriodIndex`, found `Unknown | Index`
[error] invalid-method-override - Invalid override of method `_plot`: Definition is incompatible with `MPLPlot._plot`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/plotting/_matplotlib/hist.py

[error] invalid-method-override - Invalid override of method `_plot`: Definition is incompatible with `LinePlot._plot`
[error] invalid-method-override - Invalid override of method `_plot`: Definition is incompatible with `HistPlot._plot`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/plotting/_matplotlib/style.py

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

pandas/plotting/_matplotlib/timeseries.py

[error] unresolved-attribute - Attribute `asfreq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - Object of type `BaseOffset` has no attribute `_period_dtype_code`
[error] unresolved-attribute - Object of type `Index` has no attribute `is_normalized`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/plotting/_matplotlib/tools.py

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

pandas/plotting/_misc.py

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

pandas/tests/arithmetic/conftest.py

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

pandas/tests/copy_view/test_indexing.py

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

pandas/tests/dtypes/test_missing.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

pandas/tests/extension/test_arrow.py

[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `pyarrow_dtype`
[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `pyarrow_dtype`
[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `pyarrow_dtype`
[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `pyarrow_dtype`
[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `pyarrow_dtype`

pandas/tests/extension/test_datetime.py

[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `tz`

pandas/tests/extension/test_masked.py

[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `numpy_dtype`
[error] unresolved-attribute - Attribute `itemsize` is not defined on `ExtensionDtype` in union `dtype[Any] | ExtensionDtype`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/tests/extension/test_numpy.py

[error] unresolved-attribute - Object of type `dtype[Any] | ExtensionDtype` has no attribute `numpy_dtype`

pandas/tests/extension/test_period.py

[error] invalid-argument-type - Argument to bound method `_from_ordinal` is incorrect: Expected `PeriodDtypeBase`, found `dtype[Any] | ExtensionDtype`

pandas/tests/extension/test_sparse.py

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

pandas/tests/extension/test_string.py

[error] unresolved-attribute - Attribute `na_value` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandas/tests/frame/methods/test_diff.py

[error] no-matching-overload - No overload of function `repeat` matches arguments
[error] no-matching-overload - No overload of function `repeat` matches arguments
[error] no-matching-overload - No overload of function `repeat` matches arguments
[error] no-matching-overload - No overload of function `repeat` matches arguments

pandas/tests/groupby/methods/test_quantile.py

[error] unresolved-attribute - Object of type `Index` has no attribute `as_unit`

pandas/tests/indexes/period/test_indexing.py

[error] unresolved-attribute - Object of type `Index` has no attribute `tz_localize`
[error] unresolved-attribute - Object of type `Index` has no attribute `tz_localize`
[error] unresolved-attribute - Object of type `Index` has no attribute `to_period`
[error] unresolved-attribute - Object of type `Index` has no attribute `to_period`

pandas/tests/io/excel/test_readers.py

[error] unresolved-attribute - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`

pandas/tests/io/test_sql.py

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

pandas/tests/io/xml/test_to_xml.py

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

pandas/tests/io/xml/test_xml.py

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

pandas/tests/tslibs/test_period.py

[error] unresolved-attribute - Object of type `BaseOffset` has no attribute `_period_dtype_code`

pandas/tseries/frequencies.py

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

pandas/tseries/holiday.py

[error] invalid-return-type - Return type does not match returned value: expected `DatetimeIndex`, found `Index`
[error] call-non-callable - Object of type `None` is not callable

pandas/util/_decorators.py

[error] unresolved-attribute - Unresolved attribute `__signature__` on type `_Wrapped[(...), Unknown, (...), Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

pandera/api/polars/container.py

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

pandera/api/dataframe/components.py

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

pandera/api/dataframe/container.py

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

pandera/api/dataframe/model.py

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

pandera/api/extensions.py

[error] unresolved-attribute - Object of type `type` has no attribute `CHECK_FUNCTION_REGISTRY`

pandera/api/ibis/container.py

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

pandera/api/pandas/array.py

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

pandera/api/pandas/container.py

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

pandera/api/pyspark/model.py

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

pandera/backends/pandas/builtin_checks.py

[warning] possibly-unresolved-reference - Name `ppd` used when possibly not defined
[warning] possibly-unresolved-reference - Name `ppd` used when possibly not defined
[error] unsupported-operator - Operator `>=` is not supported between objects of type `Series[int] | Any` and `int | None`
[error] call-non-callable - Object of type `Series[Any]` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/backends/pandas/checks.py

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

pandera/backends/pandas/components.py

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

pandera/backends/pandas/container.py

[error] invalid-assignment - Object of type `Any | None` is not assignable to `T@run_parsers`

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 `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-return-type - Return type does not match returned value: expected `DataFrame`, found `Unknown | Series[Any] | DataFrame`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/backends/pandas/hypotheses.py

[error] unresolved-attribute - Attribute `samples` is not defined on `Check` in union `Unknown | Check`
[error] unresolved-attribute - Attribute `samples` is not defined on `Check` in union `Unknown | Check`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/backends/pandas/parsers.py

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

pandera/backends/polars/container.py

[error] invalid-argument-type - Argument to bound method `run_schema_component_checks` is incorrect: Expected `bool`, found `Unknown | DataFrameSchema | bool`
[error] invalid-argument-type - Argument to bound method `run_schema_component_checks` is incorrect: Expected `list[Unknown]`, found `Unknown | DataFrameSchema | bool`

pandera/backends/pyspark/checks.py

[error] invalid-type-form - Function `is_bool` is not valid in a type expression
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/decorators.py

[error] invalid-return-type - Return type does not match returned value: expected `Never`, found `SchemaError`
[error] unresolved-attribute - Attribute `index` is not defined on `ComponentSchema[Unknown]` in union `DataFrameSchema[Unknown] | ComponentSchema[Unknown]`
[error] unresolved-attribute - Attribute `index` is not defined on `ComponentSchema[Unknown]` in union `DataFrameSchema[Unknown] | ComponentSchema[Unknown]`

pandera/engines/engine.py

[error] unresolved-attribute - Attribute `__name__` is not defined on `None` in union `ModuleType | None`

pandera/engines/geopandas_engine.py

[error] unresolved-attribute - Object of type `DataType` has no attribute `crs`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/engines/numpy_engine.py

[error] no-matching-overload - No overload of bound method `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] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/engines/pandas_engine.py

[error] invalid-assignment - Object of type `dataclasses.Field[None]` is not assignable to `CategoricalDtype`
[error] invalid-argument-type - Argument to bound method `any` is incorrect: Expected `Literal["index", 0]`, found `None`
[error] invalid-assignment - Object of type `dataclasses.Field[None]` is not assignable to `StringDtype[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 function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] invalid-assignment - Object of type `dataclasses.Field[None]` is not assignable to `PeriodDtype`
[error] invalid-assignment - Object of type `dataclasses.Field[None]` is not assignable to `SparseDtype`
[error] unresolved-attribute - Object of type `SparseDtype` has no attribute `subtype`
[error] invalid-assignment - Object of type `dataclasses.Field[None]` is not assignable to `IntervalDtype`
[error] invalid-assignment - Object of type `dataclasses.Field[None]` is not assignable to `type[BaseModel]`
[error] no-matching-overload - No overload of function `check_type` matches arguments
[error] no-matching-overload - No overload of function `check_type` matches arguments
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unresolved-attribute - Object of type `BaseModel` has no attribute `__root__`
[warning] possibly-unresolved-reference - Name `pyarrow` used when possibly not defined
[error] invalid-argument-type - Argument is incorrect: Expected `DataType`, found `ArrowDtype`
[warning] possibly-unresolved-reference - Name `pyarrow` used when possibly not defined
[error] invalid-argument-type - Argument is incorrect: Expected `DataType`, found `ArrowDtype`
[warning] possibly-unresolved-reference - Name `pyarrow` used when possibly not defined
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/engines/polars_engine.py

[error] invalid-assignment - Object of type `dataclasses.Field[None]` is not assignable to `type[BaseModel]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/engines/pyarrow_engine.py

[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/engines/pyspark_engine.py

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

pandera/engines/utils.py

[error] call-non-callable - Object of type `Series[Any]` is not callable
[error] invalid-argument-type - Argument to function `numpy_pandas_coercible` is incorrect: Expected `Series[Any]`, found `Series[Any] | DataFrame | Any`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/inspection_utils.py

[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__self__`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__self__`

pandera/schema_inference/pandas.py

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

pandera/strategies/pandas_strategies.py

[error] unresolved-attribute - Attribute `mask` is not defined on `Index[Any]` in union `Series[Any] | Index[Any]`
[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 `mask` is incorrect: Expected `str | bytes | date | ... omitted 14 union elements`, found `NaTType`
[error] unresolved-attribute - Attribute `mask` is not defined on `Index[Any]` in union `Series[Any] | Index[Any]`
[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] unresolved-attribute - Attribute `mask` is not defined on `Index[Any]` in union `Series[Any] | Index[Any]`
[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-return-type - Return type does not match returned value: expected `DatetimeTZDtype`, found `Timestamp`
[error] unresolved-attribute - Attribute `tz_localize` is not defined on `Index[Any]` in union `(Series[Any] & Top[Index[Any]]) | Index[Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/typing/__init__.py

[warning] possibly-missing-attribute - Member `Index` may be missing on module `pandera.typing.pyspark`

pandera/typing/common.py

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

pandera/typing/fastapi.py

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

pandera/typing/geopandas.py

[error] unresolved-import - Module `typing` has no member `_GenericAlias`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/typing/pandas.py

[error] unresolved-import - Module `typing` has no member `_GenericAlias`
[error] unresolved-attribute - Object of type `type[T@DataFrame]` has no attribute `to_schema`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pandera/typing/pyspark.py

[warning] possibly-unresolved-reference - Name `ps` used when possibly not defined

pandera/utils.py

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

tests/dask/test_dask.py

[error] call-non-callable - Object of type `Series[Any]` is not callable
[error] call-non-callable - Object of type `Series[Any]` is not callable
[error] call-non-callable - Object of type `Series[Any]` is not callable
[error] call-non-callable - Object of type `Series[Any]` is not callable
[error] call-non-callable - Object of type `Series[Any]` is not callable
[error] call-non-callable - Object of type `Series[Any]` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `__call__` is incorrect: Expected `Series[Any]`, 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 `__call__` is incorrect: Expected `Series[Any]`, 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 `__call__` is incorrect: Expected `Series[Any]`, 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 `__call__` is incorrect: Expected `Series[Any]`, found `DataFrame | Series[Any]`

tests/fastapi/app.py

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

tests/ibis/test_ibis_components.py

[error] unresolved-attribute - Attribute `count` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `startswith` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `count` is not defined on `None` in union `Unknown | None`

tests/pandas/test_decorators.py

[error] invalid-argument-type - Argument to function `check_io` is incorrect: Expected `DataFrameSchema[Unknown] | ComponentSchema[Unknown] | tuple[str | int | ((...) -> Unknown), DataFrameSchema[Unknown] | ComponentSchema[Unknown]] | list[tuple[str | int | ((...) -> Unknown), DataFrameSchema[Unknown] | ComponentSchema[Unknown]]] | None`, found `int | float | str | dict[str, str] | list[str]`
[error] invalid-type-form - Variable of type `(...) -> Unknown` is not allowed in a type expression
[error] invalid-argument-type - Argument to function `validate_union` is incorrect: Expected `pandera.typing.pandas.DataFrame[OnlyZeroesSchema] | pandera.typing.pandas.DataFrame[OnlyOnesSchema]`, found `pandas.core.frame.DataFrame`
[error] invalid-argument-type - Argument to function `validate_union` is incorrect: Expected `pandera.typing.pandas.DataFrame[OnlyZeroesSchema] | pandera.typing.pandas.DataFrame[OnlyOnesSchema]`, found `pandas.core.frame.DataFrame`
[error] invalid-argument-type - Argument to function `validate_union` is incorrect: Expected `pandera.typing.pandas.DataFrame[OnlyZeroesSchema] | pandera.typing.pandas.DataFrame[OnlyOnesSchema]`, found `pandas.core.frame.DataFrame`
[error] invalid-argument-type - Argument to function `validate_union` is incorrect: Expected `pandera.typing.pandas.DataFrame[OnlyZeroesSchema] | pandera.typing.pandas.DataFrame[OnlyOnesSchema]`, found `pandas.core.frame.DataFrame`
[error] invalid-argument-type - Argument to function `validate_union_wrong_outputs` is incorrect: Expected `pandera.typing.pandas.DataFrame[OnlyZeroesSchema] | pandera.typing.pandas.DataFrame[OnlyOnesSchema]`, found `pandas.core.frame.DataFrame`
[error] invalid-argument-type - Argument to function `validate_tuple` is incorrect: Expected `tuple[pandera.typing.pandas.DataFrame[OnlyZeroesSchema], pandera.typing.pandas.DataFrame[OnlyOnesSchema]]`, found `tuple[pandas.core.frame.DataFrame, pandas.core.frame.DataFrame]`
[error] invalid-argument-type - Argument to function `union_df_int_types_pydantic_check` is incorrect: Expected `pandera.typing.pandas.DataFrame[OnlyZeroesSchema] | int`, found `pandas.core.frame.DataFrame`
[error] invalid-argument-type - Argument to function `union_df_int_types_pydantic_check` is incorrect: Expected `DataFrame[OnlyZeroesSchema] | int`, found `Literal["5"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/pandas/test_dtypes.py

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

tests/pandas/test_engine.py

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

tests/pandas/test_model.py

[error] invalid-assignment - Object of type `Literal[0]` is not assignable to `Series[int]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/pandas/test_model_components.py

[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `Iterable[Any] | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `Iterable[Any] | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `dict[str, Any] | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `dict[str, Any] | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `tuple[Any, Any] | tuple[Any, Any, bool, bool] | tuple[Any, Any, bool, bool, bool] | ... omitted 3 union elements`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `Iterable[Any] | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `Iterable[Any] | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `dict[str, Any] | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `dict[str, Any] | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to function `Field` is incorrect: Expected `tuple[Any, Any] | tuple[Any, Any, bool, bool] | tuple[Any, Any, bool, bool, bool] | ... omitted 3 union elements`, found `bool`

tests/pandas/test_parsers.py

[error] call-non-callable - Object of type `Series[Any]` is not callable

tests/pandas/test_schema_components.py

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

tests/pandas/test_schemas.py

[error] invalid-argument-type - Argument to bound method `__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`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/polars/test_polars_model.py

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

tests/pyspark/test_pyspark_accessor.py

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

tests/pyspark/test_pyspark_error.py

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

tests/pyspark/test_pyspark_model.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | Literal["filter"]`, found `Literal["foobar"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/pyspark/test_schemas_on_pyspark_pandas.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 bound method `__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 bound method `__init__`
[warning] possibly-unresolved-reference - Name `ks_null_sample` used when possibly not defined

tests/strategies/test_strategies.py

[error] invalid-argument-type - Argument to bound method `validate` is incorrect: Expected `DataFrame`, found `DataFrameBase[Schema]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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`

parso/grammar.py

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

parso/python/tokenize.py

[error] invalid-argument-type - Argument is incorrect: Expected `PythonTokenTypes`, found `Literal["STRING", "NUMBER", "NAME", "ERRORTOKEN", "NEWLINE", ... omitted 8 literals]`
[warning] possibly-unresolved-reference - Name `token` used when possibly not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

parso/python/tree.py

[error] unresolved-attribute - Object of type `BaseNode | None` has no attribute `name`
[error] unresolved-attribute - Object of type `BaseNode` has no attribute `get_defined_names`
[error] unresolved-attribute - Object of type `Self@__repr__` has no attribute `name`

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

src/pip/_vendor/cachecontrol/_cmd.py

[error] unresolved-attribute - Unresolved attribute `cache_controller` on type `Session`
[error] unresolved-attribute - Object of type `Session` has no attribute `cache_controller`

src/pip/_vendor/certifi/core.py

[error] unresolved-attribute - Object of type `None` has no attribute `__exit__`

src/pip/_vendor/packaging/tags.py

[error] unresolved-attribute - Module `platform` has no member `ios_ver`
[error] unresolved-attribute - Module `platform` has no member `android_ver`

src/pip/_vendor/rich/repr.py

[error] unresolved-attribute - Object of type `T@auto` has no attribute `__rich_repr__`
[error] unresolved-attribute - Object of type `T@auto` has no attribute `__rich_repr__`
[error] invalid-assignment - Object of type `def auto_rich_repr(self: type[T@auto]) -> Iterable[Any | tuple[Any] | tuple[str, Any] | tuple[str, Any, Any]]` is not assignable to attribute `__rich_repr__` on type `type[T@auto] & ~<Protocol with members '__rich_repr__'>`
[error] invalid-assignment - Object of type `def auto_repr(self: T@auto) -> str` is not assignable to attribute `__repr__` of type `def __repr__(self) -> str`
[error] unresolved-attribute - Object of type `type[T@auto]` has no attribute `__rich_repr__`
[error] unresolved-attribute - Unresolved attribute `angular` on type `def __rich_repr__(self) -> Iterable[Any | tuple[Any] | tuple[str, Any] | tuple[str, Any, Any]]`

src/pip/_vendor/rich/traceback.py

[error] unresolved-reference - Name `get_ipython` used when not defined

src/pip/_vendor/truststore/_ssl_constants.py

[error] unresolved-attribute - Object of type `int` has no attribute `__set__`

src/pip/_vendor/rich/color.py

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

src/pip/_vendor/tomli/_parser.py

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

src/pip/_vendor/truststore/__init__.py

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

src/pip/_internal/network/session.py

[error] invalid-assignment - Object of type `bound method BufferedReader[_BufferedReaderStream].close() -> None` is not assignable to attribute `close` of type `def close(self) -> Unknown`
[error] unresolved-attribute - Object of type `<super: <class '_SSLContextAdapterMixin'>, Self@init_poolmanager>` has no attribute `init_poolmanager`
[error] unresolved-attribute - Object of type `<super: <class '_SSLContextAdapterMixin'>, Self@proxy_manager_for>` has no attribute `proxy_manager_for`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/pip/_internal/utils/misc.py

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

src/pip/_internal/utils/unpacking.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `mode` of type `int`

src/pip/_vendor/cachecontrol/adapter.py

[error] invalid-method-override - Invalid override of method `build_response`: Definition is incompatible with `HTTPAdapter.build_response`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HTTPResponse`, found `Unknown | None`
[error] unresolved-attribute - Attribute `_close` is not defined on `None` in union `Unknown | None`
[error] invalid-assignment - Object of type `partial[None]` is not assignable to attribute `_update_chunk_length` on type `HTTPResponse | Unknown`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/pip/_vendor/cachecontrol/filewrapper.py

[error] unresolved-attribute - Attribute `_safe_read` is not defined on `HTTPResponse` in union `Unknown | HTTPResponse`

src/pip/_vendor/cachecontrol/heuristics.py

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

src/pip/_vendor/cachecontrol/serialize.py

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

src/pip/_vendor/dependency_groups/_toml_compat.py

[error] conflicting-declarations - Conflicting declared types for `tomllib`: `Unknown` and `<module 'pip._vendor.tomli'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 - Method `__delitem__` of type `Overload[(key: Literal["metadata_version"], /) -> None, (key: Literal["name"], /) -> None, (key: Literal["version"], /) -> None, (key: Literal["platforms"], /) -> None, (key: Literal["summary"], /) -> None, (key: Literal["description"], /) -> None, (key: Literal["keywords"], /) -> None, (key: Literal["home_page"], /) -> None, (key: Literal["author"], /) -> None, (key: Literal["author_email"], /) -> None, (key: Literal["license"], /) -> None, (key: Literal["supported_platforms"], /) -> None, (key: Literal["download_url"], /) -> None, (key: Literal["classifiers"], /) -> None, (key: Literal["requires"], /) -> None, (key: Literal["provides"], /) -> None, (key: Literal["obsoletes"], /) -> None, (key: Literal["maintainer"], /) -> None, (key: Literal["maintainer_email"], /) -> None, (key: Literal["requires_dist"], /) -> None, (key: Literal["provides_dist"], /) -> None, (key: Literal["obsoletes_dist"], /) -> None, (key: Literal["requires_python"], /) -> None, (key: Literal["requires_external"], /) -> None, (key: Literal["project_urls"], /) -> None, (key: Literal["description_content_type"], /) -> None, (key: Literal["provides_extra"], /) -> None, (key: Literal["dynamic"], /) -> None, (key: Literal["license_expression"], /) -> None, (key: Literal["license_files"], /) -> None, (key: Literal["import_names"], /) -> None, (key: Literal["import_namespaces"], /) -> None]` cannot be called with key of type `str` on object of type `RawMetadata`

src/pip/_vendor/packaging/pylock.py

[error] dataclass-field-order - Required field `commit_id` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `hashes` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `hashes` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `hashes` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `created_by` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `packages` cannot be defined after fields with default values
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/pip/_vendor/pkg_resources/__init__.py

[error] call-non-callable - Object of type `object` is not callable
[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 bound method `__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 bound method `__init__` is incorrect: Expected `str | None`, 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 bound method `__init__` is incorrect: Expected `str | None`, found `str | int | IResourceProvider | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | int | IResourceProvider | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/pip/_vendor/resolvelib/resolvers/resolution.py

[error] invalid-method-override - Invalid override of method `resolve`: Definition is incompatible with `AbstractResolver.resolve`

src/pip/_vendor/rich/console.py

[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-reference - Name `get_ipython` used when not defined
[error] unresolved-reference - Name `get_ipython` used when not defined

src/pip/_vendor/rich/pretty.py

[error] unresolved-attribute - Unresolved attribute `_` on type `<module 'builtins'>`.
[error] unresolved-attribute - Unresolved attribute `_` on type `<module 'builtins'>`.
[error] unresolved-reference - Name `get_ipython` used when not defined
[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]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/pip/_vendor/rich/progress.py

[error] invalid-method-override - Invalid override of method `readinto`: Definition is incompatible with `_RawIOBase.readinto`
[error] unresolved-attribute - Attribute `readinto` is not defined on `BinaryIO` in union `Unknown | BinaryIO`
[error] invalid-method-override - Invalid override of method `readline`: Definition is incompatible with `_IOBase.readline`
[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`

src/pip/_vendor/truststore/_api.py

[warning] unsupported-base - Unsupported class base with type `type`
[error] invalid-parameter-default - Default value of type `None` is not assignable to annotated parameter type `int`
[error] unresolved-attribute - Object of type `int` has no attribute `__set__`
[error] unresolved-attribute - Object of type `int` has no attribute `__set__`
[error] unresolved-attribute - Object of type `int` has no attribute `__set__`
[error] unresolved-attribute - Object of type `int` has no attribute `__set__`
[error] unresolved-attribute - Object of type `int` has no attribute `__set__`
[error] unresolved-attribute - Object of type `SSLObject` has no attribute `get_unverified_chain`
[error] invalid-assignment - Object of type `SSLSocket | SSLObject` is not assignable to `SSLObject`
[error] unresolved-attribute - Attribute `_sslobj` is not defined on `SSLObject & ~<Protocol with members 'get_unverified_chain'>` in union `(SSLObject & ~<Protocol with members 'get_unverified_chain'>) | Divergent`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/pip/_vendor/truststore/_macos.py

[error] unresolved-attribute - Unresolved attribute `SecTrustRef` on type `CDLL`
[error] unresolved-attribute - Unresolved attribute `SecTrustResultType` on type `CDLL`
[error] unresolved-attribute - Unresolved attribute `OSStatus` on type `CDLL`
[error] unresolved-attribute - Unresolved attribute `kCFAllocatorDefault` on type `CDLL`
[error] unresolved-attribute - Unresolved attribute `kCFTypeArrayCallBacks` on type `CDLL`
[error] unresolved-attribute - Unresolved attribute `CFTypeRef` on type `CDLL`
[error] unresolved-attribute - Unresolved attribute `CFArrayRef` on type `CDLL`
[error] unresolved-attribute - Unresolved attribute `CFStringRef` on type `CDLL`
[error] unresolved-attribute - Unresolved attribute `CFErrorRef` on type `CDLL`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | None, CFuncPtr, tuple[_CData, ...], /) -> _SimpleCData[Any] | _Pointer[Any] | CFuncPtr | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | None, CFuncPtr, tuple[_CData, ...], /) -> _SimpleCData[Any] | _Pointer[Any] | CFuncPtr | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | None, CFuncPtr, tuple[_CData, ...], /) -> _SimpleCData[Any] | _Pointer[Any] | CFuncPtr | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | None, CFuncPtr, tuple[_CData, ...], /) -> _SimpleCData[Any] | _Pointer[Any] | CFuncPtr | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `def _handle_osstatus(result: c_int32, _: Any, args: Any) -> Any` is not assignable to attribute `errcheck` of type `(_CData | None, CFuncPtr, tuple[_CData, ...], /) -> _SimpleCData[Any] | _Pointer[Any] | CFuncPtr | ... omitted 3 union elements`
[error] invalid-type-form - Variable of type `type[_Pointer[c_void_p]]` is not allowed in a type expression
[error] invalid-type-form - Variable of type `type[_Pointer[c_void_p]]` is not allowed in a type expression
[error] unsupported-operator - Operator `|` is unsupported between objects of type `<class 'str'>` and `None`
[error] invalid-type-form - Variable of type `type[_Pointer[c_void_p]]` is not allowed in a type expression
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/pip/_vendor/truststore/_windows.py

[error] not-subscriptable - Cannot subscript object of type `def pointer[_CT](obj: _CT, /) -> _Pointer[_CT]` with no `__getitem__` method
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

src/poetry/utils/env/site_packages.py

[error] unresolved-attribute - Object of type `Distribution` has no attribute `_path`

src/poetry/utils/env/virtual_env.py

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

src/poetry/console/commands/build.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[Literal["sdist", "wheel"]]`, found `list[str]`

src/poetry/console/commands/self/self_command.py

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

src/poetry/installation/executor.py

[error] unresolved-attribute - Attribute `_path` is not defined on `Distribution` in union `Unknown | Distribution`

src/poetry/repositories/installed_repository.py

[error] unresolved-attribute - Object of type `PackageMetadata` has no attribute `get`
[error] unresolved-attribute - Object of type `PackageMetadata` has no attribute `get`
[error] unresolved-attribute - Attribute `_path` is not defined on `Distribution` in union `Distribution | Unknown`
[error] unresolved-attribute - Attribute `get` is not defined on `PackageMetadata & ~AlwaysFalsy` in union `(PackageMetadata & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/poetry/utils/env/mock_env.py

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

src/poetry/utils/env/python/providers.py

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

tests/config/test_source.py

[error] invalid-argument-type - Argument is incorrect: Expected `Priority`, found `str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/conftest.py

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

tests/console/commands/self/test_remove_plugins.py

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

tests/console/commands/self/test_show_plugins.py

[error] unresolved-attribute - Object of type `EntryPoint` has no attribute `_for`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/console/commands/self/test_sync.py

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

tests/console/commands/test_build.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[Literal["sdist", "wheel"]]`, found `list[str]`

tests/console/commands/test_config.py

[error] unresolved-attribute - Object of type `bound method Config.set_config_source(config_source: ConfigSource) -> Config` has no attribute `call_count`
[error] unresolved-attribute - Object of type `bound method Config.set_config_source(config_source: ConfigSource) -> Config` has no attribute `call_count`
[error] unresolved-attribute - Object of type `bound method Config.set_config_source(config_source: ConfigSource) -> Config` has no attribute `call_count`
[error] unresolved-attribute - Object of type `bound method Config.set_config_source(config_source: ConfigSource) -> Config` has no attribute `call_count`

tests/console/commands/test_sync.py

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

tests/helpers.py

[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Any | None`
[error] unresolved-attribute - Object of type `EntryPoint` has no attribute `_for`

tests/installation/test_chef.py

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

tests/installation/test_executor.py

[error] unresolved-attribute - Object of type `Distribution` has no attribute `_path`
[error] unresolved-attribute - Object of type `Distribution` has no attribute `_path`

tests/packages/test_locker.py

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

tests/puzzle/test_provider.py

[error] invalid-assignment - Object of type `(name, version) -> Unknown` is not assignable to attribute `_get_release_info` of type `def _get_release_info(self, name: NormalizedName, version: Unknown) -> dict[str, Any]`
[error] invalid-assignment - Object of type `(name, version) -> Unknown` is not assignable to attribute `_get_release_info` of type `def _get_release_info(self, name: NormalizedName, version: Unknown) -> dict[str, Any]`
[error] invalid-assignment - Object of type `(name, version) -> Unknown` is not assignable to attribute `_get_release_info` of type `def _get_release_info(self, name: NormalizedName, version: Unknown) -> dict[str, Any]`

tests/repositories/fixtures/legacy.py

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

tests/repositories/fixtures/pypi.py

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

tests/repositories/test_cached_repository.py

[error] invalid-assignment - Object of type `(name, version) -> Unknown` is not assignable to attribute `_get_release_info` of type `def _get_release_info(self, name: NormalizedName, version: Unknown) -> dict[str, Any]`
[error] invalid-assignment - Object of type `(name, version) -> Unknown` is not assignable to attribute `_get_release_info` of type `def _get_release_info(self, name: NormalizedName, version: Unknown) -> dict[str, Any]`

tests/repositories/test_installed_repository.py

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

tests/utils/env/test_env.py

[error] unresolved-attribute - Function `check_output` has no attribute `assert_called_once`
[error] unresolved-attribute - Function `check_call` has no attribute `assert_called_once`
[error] unresolved-attribute - Function `check_output` has no attribute `assert_called_once`
[error] unresolved-attribute - Function `check_call` has no attribute `assert_called_once`
[error] unresolved-attribute - Function `check_output` has no attribute `assert_called_once`
[error] unresolved-attribute - Object of type `Distribution` has no attribute `_path`
[error] unresolved-attribute - Object of type `Distribution` has no attribute `_path`
[error] unresolved-attribute - Object of type `Env` has no attribute `executed`

tests/utils/test_pip.py

[error] unresolved-attribute - Function `run` has no attribute `assert_called_once`

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

src/prefect/utilities/annotations.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `tuple.__getitem__`

src/integrations/prefect-docker/prefect_docker/types.py

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

src/prefect/context.py

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

src/prefect/events/filters.py

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

src/prefect/events/schemas/deployment_triggers.py

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

src/prefect/server/events/models/composite_trigger_child_firing.py

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

src/prefect/utilities/hashing.py

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

src/prefect/utilities/visualization.py

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

src/integrations/prefect-aws/tests/experimental/test_decorators.py

[error] invalid-argument-type - Argument to function `ecs` is incorrect: Expected `Sequence[str] | None`, found `list[None]`

src/integrations/prefect-aws/tests/observers/test_diagnostics.py

[error] invalid-assignment - Property `summary` defined in `InfrastructureDiagnosis` is read-only

src/integrations/prefect-azure/tests/experimental/tests_decorators.py

[error] invalid-argument-type - Argument to function `azure_container_instance` is incorrect: Expected `Sequence[str] | None`, found `list[None]`

src/integrations/prefect-dbt/benches/bench_orchestrator.py

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

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

[error] invalid-argument-type - Invalid argument to key "asset_deps" with declared type `list[Asset | str] | None` on TypedDict `TaskOptions`: value of type `list[Asset] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/integrations/prefect-dbt/tests/core/test_manifest.py

[error] invalid-assignment - Property `name` defined in `DbtNode` is read-only

src/integrations/prefect-dbt/tests/core/test_orchestrator_plan.py

[error] invalid-assignment - Property `node_count` defined in `BuildPlan` is read-only

src/integrations/prefect-docker/tests/experimental/test_decorators.py

[error] invalid-argument-type - Argument to function `docker` is incorrect: Expected `Sequence[str] | None`, found `list[None]`

src/integrations/prefect-gcp/tests/experimental/test_decorators.py

[error] invalid-argument-type - Argument to function `cloud_run` is incorrect: Expected `Sequence[str] | None`, found `list[None]`
[error] invalid-argument-type - Argument to function `vertex_ai` is incorrect: Expected `Sequence[str] | None`, found `list[None]`

src/integrations/prefect-kubernetes/tests/experimental/test_decorator.py

[error] invalid-argument-type - Argument to function `kubernetes` is incorrect: Expected `Sequence[str] | None`, found `list[None]`

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

[error] invalid-assignment - Property `summary` defined in `InfrastructureDiagnosis` is read-only

src/integrations/prefect-redis/prefect_redis/client.py

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

src/integrations/prefect-redis/prefect_redis/lease_storage.py

[error] call-non-callable - Object of type `None` is not callable
[error] call-non-callable - Object of type `None` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/blocks/core.py

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

src/prefect/cache_policies.py

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

src/prefect/cli/deployment.py

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

src/prefect/client/_version_checking.py

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

src/prefect/client/orchestration/_deployments/client.py

[error] invalid-assignment - Object of type `(list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]] & ~AlwaysFalsy) | (list[DeploymentScheduleCreate] & ~AlwaysFalsy)` is not assignable to `list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]]`
[error] invalid-assignment - Object of type `list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]] | list[DeploymentScheduleCreate]` is not assignable to `list[DeploymentScheduleCreate]`
[error] invalid-assignment - Object of type `(list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]] & ~AlwaysFalsy) | (list[DeploymentScheduleCreate] & ~AlwaysFalsy)` is not assignable to `list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]]`
[error] invalid-assignment - Object of type `list[tuple[IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule, bool]] | list[DeploymentScheduleCreate]` is not assignable to `list[DeploymentScheduleCreate]`

src/prefect/events/clients.py

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

src/prefect/events/schemas/automations.py

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

src/prefect/flows.py

[error] invalid-assignment - Object of type `Any & ~AlwaysFalsy` is not assignable to attribute `__prefect_self__` on type `Unknown | ((**P@Flow) -> R@Flow)`
[error] invalid-await - `Unknown | R@Flow` is not awaitable

src/prefect/futures.py

[error] invalid-assignment - Object of type `list[None | Unknown]` is not assignable to `list[R@PrefectFutureList]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/input/run_input.py

[error] invalid-method-override - Invalid override of method `aload`: Definition is incompatible with `BaseRunInput.aload`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/logging/clients.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/server/api/server.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/server/events/schemas/automations.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/server/models/block_schemas.py

[error] invalid-argument-type - Argument to function `_construct_full_block_schema` is incorrect: Expected `list[tuple[prefect.server.schemas.core.BlockSchema, str | None, UUID | None]]`, found `Sequence[Row[tuple[prefect.server.database.orm_models.BlockSchema, Any, Any]]]`
[error] invalid-argument-type - Argument to function `_construct_full_block_schema` is incorrect: Expected `list[tuple[prefect.server.schemas.core.BlockSchema, str | None, UUID | None]]`, found `Sequence[Row[tuple[prefect.server.database.orm_models.BlockSchema, Any, Any]]]`
[error] invalid-argument-type - Argument to function `_construct_full_block_schema` is incorrect: Expected `list[tuple[prefect.server.schemas.core.BlockSchema, str | None, UUID | None]]`, found `Sequence[Row[tuple[prefect.server.database.orm_models.BlockSchema, Any, Any]]]`

src/prefect/server/models/concurrency_limits.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/server/models/deployments.py

[error] invalid-assignment - Object of type `datetime` is not assignable to attribute `updated` on type `Deployment | DeploymentCreate`
[error] unresolved-attribute - Object of type `FromClause` has no attribute `insert`

src/prefect/settings/legacy.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/task_engine.py

[error] no-matching-overload - No overload matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/telemetry/_metrics.py

[error] unresolved-attribute - Object of type `object` has no attribute `api`
[error] unresolved-attribute - Object of type `object` has no attribute `connected_to_cloud`

src/prefect/testing/cli.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/workers/base.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/tasks.py

flaky
(1/10)
[error] invalid-assignment - Object of type `Any & ~AlwaysFalsy` is not assignable to attribute `__prefect_self__` on type `Unknown | (((**P@Task) -> R@Task) & ((*args: object, **kwargs: object) -> object))`
(9/10)
[error] invalid-assignment - Object of type `Any & ~AlwaysFalsy` is not assignable to attribute `__prefect_self__` on type `Unknown | ((**P@Task) -> R@Task)`

psycopg (https://github.com/psycopg/psycopg)

psycopg/psycopg/_queries.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> Sequence[Any]]` cannot be called with key of type `str` on object of type `Sequence[Any]`

psycopg/psycopg/pq/_pq_ctypes.py

[error] unresolved-import - Module `ctypes` has no member `_CFuncPtr`

psycopg/psycopg/pq/_pq_ctypes.pyi

[error] invalid-type-arguments - Type `FILE` is not assignable to upper bound `_CData` of type variable `_CT@_Pointer`
[error] invalid-type-arguments - Type `FILE` is not assignable to upper bound `_CData` of type variable `_CT@_Pointer`

psycopg/psycopg/pq/pq_ctypes.py

[error] unresolved-attribute - Object of type `PGconn_struct` has no attribute `contents`
[error] unresolved-attribute - Object of type `PGresult_struct` has no attribute `contents`
[error] invalid-argument-type - Argument to function `PQcancel` is incorrect: Expected `c_char_p`, found `_CArgObject`
[error] invalid-argument-type - Argument to function `PQconninfoParse` is incorrect: Expected `_Pointer[c_char_p]`, found `_CArgObject`
[error] invalid-argument-type - Argument to function `PQescapeStringConn` is incorrect: Expected `c_char_p`, found `_CArgObject`
[error] invalid-argument-type - Argument to function `PQescapeStringConn` is incorrect: Expected `_Pointer[c_int]`, found `_CArgObject`
[error] invalid-argument-type - Argument to function `PQescapeString` is incorrect: Expected `c_char_p`, found `_CArgObject`
[error] invalid-argument-type - Argument to function `PQescapeByteaConn` is incorrect: Expected `_Pointer[c_ulong]`, found `_CArgObject`
[error] invalid-argument-type - Argument to function `PQescapeBytea` is incorrect: Expected `_Pointer[c_ulong]`, found `_CArgObject`
[error] invalid-argument-type - Argument to function `PQunescapeBytea` is incorrect: Expected `_Pointer[c_ulong]`, found `_CArgObject`

psycopg/psycopg/types/net.py

[error] invalid-assignment - Object of type `None` is not assignable to `(str, /) -> IPv4Address | IPv6Address`
[error] invalid-assignment - Object of type `None` is not assignable to `(str, /) -> IPv4Interface | IPv6Interface`
[error] invalid-assignment - Object of type `None` is not assignable to `(str, /) -> IPv4Network | IPv6Network`
[error] invalid-assignment - Object of type `None` is not assignable to `type[IPv4Address]`
[error] invalid-assignment - Object of type `None` is not assignable to `type[IPv6Address]`
[error] invalid-assignment - Object of type `None` is not assignable to `type[IPv4Interface]`
[error] invalid-assignment - Object of type `None` is not assignable to `type[IPv6Interface]`
[error] invalid-assignment - Object of type `None` is not assignable to `type[IPv4Network]`
[error] invalid-assignment - Object of type `None` is not assignable to `type[IPv6Network]`

psycopg/psycopg/types/uuid.py

[error] invalid-assignment - Object of type `None` is not assignable to `(...) -> UUID`

psycopg_c/psycopg_c/_uuid.py

[error] invalid-method-override - Invalid override of method `__setattr__`: Definition is incompatible with `UUID.__setattr__`

psycopg/psycopg/pq/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/acompat.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tools/pproxy_fix.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

psycopg/psycopg/_cmodule.py

[error] invalid-assignment - Object of type `None` is not assignable to `ModuleType`

psycopg/psycopg/rows.py

[error] unresolved-attribute - Attribute `decode` is not defined on `None` in union `bytes | None`
[warning] possibly-unresolved-reference - Name `nfields` used when possibly not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

psycopg/psycopg/types/array.py

[error] unresolved-attribute - Attribute `dump` is not defined on `None` in union `Dumper | None`

psycopg/psycopg/types/composite.py

[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Any]`, found `T@register_composite`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

psycopg/psycopg/types/range.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `T@Range` and `(Unknown & ~None) | (T@Range & ~None)`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `T@Range` and `(Unknown & ~None) | (T@Range & ~None)`
[error] unsupported-operator - Operator `>` is not supported between objects of type `T@Range` and `(Unknown & ~None) | (T@Range & ~None)`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `T@Range` and `(Unknown & ~None) | (T@Range & ~None)`

psycopg/psycopg/types/shapely.py

[error] unresolved-import - Cannot resolve imported module `shapely.wkb`
[error] unresolved-import - Cannot resolve imported module `shapely.wkb`

psycopg/psycopg/waiting.py

[error] invalid-assignment - Object of type `Literal[0]` is not assignable to `Ready`

psycopg_c/build_backend/psycopg_build_ext.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

psycopg_pool/psycopg_pool/_compat.py

[error] unresolved-attribute - Module `psycopg` has no member `AsyncConnection`
[error] unresolved-attribute - Module `psycopg` has no member `Connection`

tests/fix_db.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/fix_faker.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/scripts/pipeline-demo.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/scripts/spiketest.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_concurrency.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_concurrency_async.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_copy.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_copy_async.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_dns.py

[error] unresolved-attribute - Module `psycopg` has no member `_dns`

tests/test_dns_srv.py

[error] unresolved-attribute - Module `psycopg` has no member `_dns`
[error] unresolved-attribute - Module `psycopg` has no member `_dns`
[error] unresolved-attribute - Module `psycopg` has no member `_dns`
[error] unresolved-attribute - Module `psycopg` has no member `_dns`
[error] unresolved-attribute - Module `psycopg` has no member `_dns`
[error] unresolved-attribute - Module `psycopg` has no member `_dns`

tests/test_pipeline.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_pipeline_async.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_sql.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_windows.py

[error] unresolved-attribute - Module `asyncio` has no member `ProactorEventLoop`

tests/types/test_composite.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/types/test_hstore.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/types/test_multirange.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/types/test_range.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/types/test_shapely.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pwndbg (https://github.com/pwndbg/pwndbg)

pwndbg/commands/errno.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[int, str]`

pwndbg/lib/memory.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `Unknown | int` and `object`

pwndbg/lib/zig.py

[error] unresolved-import - Cannot resolve imported module `ziglang`

pwndbg/aglib/arch_mod.py

[error] invalid-return-type - Return type does not match returned value: expected `Literal[0, 1]`, found `int`

pwndbg/aglib/elf.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `int`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `int`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `str` and `int`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `int | str`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `int` and `int | str`
[error] unsupported-operator - Operator `<` is not supported between objects of type `int` and `int | str`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `int` and `int | str`
[error] unresolved-reference - Name `Elf32_Ehdr` used when not defined
[error] unresolved-reference - Name `Elf64_Ehdr` used when not defined
[error] invalid-argument-type - Argument to function `read` is incorrect: Argument type `<types.UnionType special-form 'Elf32_Ehdr | Elf64_Ehdr'>` does not satisfy constraints (`Elf32_Ehdr | Elf64_Ehdr`, `Elf32_Phdr | Elf64_Phdr`) of type variable `T`
[error] invalid-argument-type - Argument to function `read` is incorrect: Argument type `<types.UnionType special-form 'Elf32_Phdr | Elf64_Phdr'>` does not satisfy constraints (`Elf32_Ehdr | Elf64_Ehdr`, `Elf32_Phdr | Elf64_Phdr`) of type variable `T`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `Page`, found `int`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pwndbg/aglib/heap/structs.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pwndbg/aglib/kernel/kconfig_mod.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pwndbg/aglib/nearpc.py

[error] unsupported-operator - Operator `+=` is not supported between objects of type `int` and `str`

pwndbg/commands/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `CommandObj`, found `def decorator(...) -> None`
[error] invalid-return-type - Return type does not match returned value: expected `CommandObj`, found `def decorator(...) -> None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pwndbg/commands/got.py

[error] invalid-argument-type - Argument to function `read_pointer_width` is incorrect: Expected `int`, found `str | int`

pwndbg/commands/ptmalloc2.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pwndbg/dbg_mod/gdb/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `Literal["x86-64", "i386", "i8086", "mips", "aarch64", ... omitted 8 literals]`, found `Literal["x86-64", "i386", "i8086", "aarch64", "mips", ... omitted 16 literals]`
[error] invalid-argument-type - Argument is incorrect: Expected `Literal["x86-64", "i386", "i8086", "mips", "aarch64", ... omitted 8 literals]`, found `str`

pwndbg/dbg_mod/gdb/symbol.py

[error] invalid-assignment - Object of type `Literal[1]` is not assignable to attribute `SYMBOL_FUNCTION_DOMAIN` of type `Literal[7]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pwndbg/dbg_mod/lldb/repl/__init__.py

[error] unresolved-import - Cannot resolve imported module `jedi`

pwndbg/emu/emulator.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pwndbg/lib/cache.py

[error] unresolved-attribute - Unresolved attribute `cache` on type `_Wrapped[P@inner, T@inner, P@inner, T@inner]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pybind11 (https://github.com/pybind/pybind11)

pybind11/setup_helpers.py

[error] unresolved-attribute - Object of type `CCompiler` has no attribute `_setup_compile`
[error] unresolved-attribute - Object of type `CCompiler` has no attribute `_get_cc_args`
[error] unresolved-attribute - Object of type `CCompiler` has no attribute `_compile`
[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[str | PathLike[str]], output_dir: str | None = None, macros: list[tuple[str] | tuple[str, str | None]] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
[error] invalid-assignment - Object of type `(CCompiler, list[str], str | None, list[tuple[str] | tuple[str, str | None]] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]` is not assignable to attribute `compile` of type `def compile(self, sources: Sequence[str | PathLike[str]], output_dir: str | None = None, macros: list[tuple[str] | tuple[str, str | None]] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic (https://github.com/pydantic/pydantic)

pydantic/errors.py

[error] unresolved-attribute - Attribute `group` is not defined on `None` in union `Match[str] | None`

pydantic/v1/class_validators.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[Unknown, Unknown]`, found `MappingProxyType[str, Any]`

pydantic/deprecated/class_validators.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/_internal/_decorators.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(...) -> Unknown`, found `classmethod[Any, (...), Any] | staticmethod[(...), Any] | partialmethod[Any] | ((...) -> Any)`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/_internal/_generate_schema.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/_internal/_model_construction.py

[error] unresolved-attribute - Object of type `<super: <class 'BaseModel'>, <class 'BaseModel'>>` has no attribute `__pydantic_init_subclass__`

pydantic/_internal/_utils.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `type[Any] | tuple[type[Any], ...] | None`

pydantic/_internal/_validators.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2

pydantic/json_schema.py

[error] invalid-key - Unknown key "ref" for TypedDict `ComputedField`
[error] invalid-key - Unknown key "ref" for TypedDict `DataclassField`
[error] invalid-key - Unknown key "ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - Unknown key "ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - Unknown key "ref" for TypedDict `ModelField`
[error] invalid-key - Unknown key "ref" for TypedDict `TypedDictField`
[error] invalid-key - Unknown key "ref" for TypedDict `DefinitionsSchema`
[error] invalid-key - Unknown key "ref" for TypedDict `MissingSentinelSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `AnySchema`
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `ArgumentsV3Schema`
[error] invalid-key - Unknown key "schema" for TypedDict `BoolSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `BytesSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `CallSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `CallableSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `ChainSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `ComplexSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `DataclassArgsSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `DateSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `DatetimeSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `DecimalSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `DefinitionReferenceSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `DictSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `EnumSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `FloatSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `FrozenSetSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `GeneratorSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `IntSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `InvalidSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `IsInstanceSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `IsSubclassSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `JsonOrPythonSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `LaxOrStrictSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `ListSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `LiteralSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `MissingSentinelSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `ModelFieldsSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `MultiHostUrlSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `NoneSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `SetSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `StringSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `TaggedUnionSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `TimeSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `TimedeltaSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `TupleSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `TypedDictSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `UnionSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `UrlSchema`
[error] invalid-key - Unknown key "schema" for TypedDict `UuidSchema`

pydantic/main.py

[error] invalid-parameter-default - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `((Any, /) -> Any) | None`
[error] invalid-parameter-default - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `bool`

pydantic/networks.py

[error] invalid-return-type - Return type does not match returned value: expected `IPv4Address | IPv6Address`, found `Self@_validate`
[error] invalid-return-type - Return type does not match returned value: expected `IPv4Interface | IPv6Interface`, found `Self@_validate`
[error] invalid-return-type - Return type does not match returned value: expected `IPv4Network | IPv6Network`, found `Self@_validate`

pydantic/v1/_hypothesis_plugin.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/v1/annotated_types.py

[error] invalid-type-form - The special form `typing.TypedDict` is not allowed in type expressions
[error] invalid-type-form - The special form `typing.TypedDict` is not allowed in type expressions
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/v1/dataclasses.py

[error] unresolved-attribute - Module `dataclasses` has no member `_FIELD_INITVAR`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/v1/mypy.py

[error] unresolved-import - Cannot resolve imported module `mypy.types`
[error] unresolved-import - Cannot resolve imported module `toml`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/v1/networks.py

[error] invalid-key - TypedDict `Parts` can only be subscripted with a string literal key, got key of type `str`
[error] invalid-key - TypedDict `Parts` can only be subscripted with a string literal key, got key of type `str`.
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/v1/tools.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/v1/typing.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pydantic/v1/utils.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `type[Any] | tuple[type[Any], ...] | None`
[error] invalid-argument-type - Argument to function `issubclass` is incorrect: Expected `type | tuple[Divergent, ...]`, found `type[Any] | tuple[type[Any], ...] | None`

pydantic/v1/validators.py

[error] invalid-type-form - The special form `typing.TypedDict` is not allowed in type expressions
[error] invalid-type-form - The special form `typing.TypedDict` is not allowed in type expressions
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pyjwt (https://github.com/jpadilla/pyjwt)

jwt/api_jws.py

[error] invalid-parameter-default - Default value of type `object` is not assignable to annotated parameter type `str | None`

jwt/help.py

[error] unresolved-attribute - Module `sys` has no member `pypy_version_info`

jwt/algorithms.py

[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'RSAPrivateKey | RSAPublicKey'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'EllipticCurvePrivateKey | EllipticCurvePublicKey'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'Ed25519PrivateKey | Ed25519PublicKey | Ed448PrivateKey | Ed448PublicKey'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'RSAPrivateKey | RSAPublicKey | EllipticCurvePrivateKey | ... omitted 5 union elements'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey'>`
[error] invalid-assignment - Object of type `<special-form 'typing.Never'>` is not assignable to `<types.UnionType special-form 'RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey'>`

jwt/api_jwt.py

[error] invalid-parameter-default - Default value of type `object` is not assignable to annotated parameter type `str | None`

jwt/jwks_client.py

[error] invalid-assignment - Object of type `_lru_cache_wrapper[PyJWK]` is not assignable to attribute `get_signing_key` of type `def get_signing_key(self, kid: str) -> PyJWK`

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 | (Unknown & ~float)]`

pylint/checkers/raw_metrics.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/base/comparison_checker.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/base/docstring_checker.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/base/name_checker/checker.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] unresolved-attribute - Attribute `lastgroup` is not defined on `None` in union `Match[str] | None`

pylint/checkers/classes/class_checker.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/classes/special_methods_checker.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/imports.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments

pylint/checkers/modified_iterating_checker.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/refactoring/refactoring_checker.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/spelling.py

[error] unresolved-attribute - Attribute `regs` is not defined on `None` in union `Match[str] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/symilar.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/typecheck.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/utils.py

[error] invalid-assignment - Object of type `dict[str, Any]` is not assignable to `<module 'builtins'>`
[error] unsupported-operator - Operator `in` is not supported between objects of type `str` and `<module 'builtins'>`
[error] unresolved-attribute - Unresolved attribute `checks_msgs` on type `(_CheckerT@store_messages, _NodeT@store_messages, /) -> None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `as_string` is not defined on `None` in union `Unknown | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pylint/checkers/variables.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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@dump`

pylox/environment.py

[error] unresolved-attribute - Attribute `enclosing` is not defined on `None` in union `Environment | None`

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`

tests/expressions/test_parse.py

[error] invalid-argument-type - Argument to bound method `dump` is incorrect: Expected `Expr`, found `list[Expr | Stmt] | None`

pyodide (https://github.com/pyodide/pyodide)

src/py/_pyodide/_base.py

[error] unresolved-attribute - Unresolved attribute `___EvalCodeResultException` on type `<module 'builtins'>`.
[error] unresolved-attribute - Object of type `stmt` has no attribute `exc`
[error] unresolved-attribute - Object of type `stmt` has no attribute `value`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `list[() -> Unknown]` on object of type `dict[str, tuple[() -> str | None] | tuple[int, int | float | None, list[str], str]]`

src/py/_pyodide/docstring.py

[error] unresolved-attribute - Unresolved attribute `_annotation` on type `Parameter`
[error] unresolved-attribute - Unresolved attribute `_return_annotation` on type `Signature`

src/py/pyodide/_state.py

[error] unresolved-attribute - Unresolved attribute `last_exc` on type `<module 'sys'>`.

pyodide-build/pyodide_build/tests/test_oot_build.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pyodide-build/pyodide_build/tests/test_pypabuild.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pyodide-build/pyodide_build/out_of_tree/pypi.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pyodide-build/pyodide_build/recipe/builder.py

[error] unresolved-attribute - Module `shutil` has no member `_make_zipfile`
[error] unresolved-attribute - Module `shutil` has no member `_unpack_zipfile`
[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `IO[bytes] | None`
[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `IO[bytes] | None`

pyodide-build/pyodide_build/recipe/loader.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["no-numpy-dependents"]` and value of type `None` on object of type `dict[str, MetaConfig]`

pyodide-build/pyodide_build/tests/test_build_env.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pyodide-build/pyodide_build/tests/test_pypi.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pyodide-build/pyodide_build/vendor/_pypabuild.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/py/_pyodide/_core_docs.py

[error] unresolved-attribute - Object of type `Self@__subclasscheck__` has no attribute `_js_type_flags`
[error] invalid-return-type - Return type does not match returned value: expected `JsOnceCallable[P@create_once_callable, T@create_once_callable]`, found `(**P@create_once_callable) -> T@create_once_callable`
[error] invalid-return-type - Return type does not match returned value: expected `JsDoubleProxy[T@create_proxy]`, found `T@create_proxy`
[error] unresolved-attribute - Unresolved attribute `_JSNULL` on type `<module 'json.encoder'>`.
[error] invalid-method-override - Invalid override of method `__pow__`: Definition is incompatible with `int.__pow__`

src/py/_pyodide/jsbind.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/py/pyodide/_package_loader.py

[error] unresolved-attribute - Module `shutil` has no member `_make_zipfile`
[error] unresolved-attribute - Module `shutil` has no member `_unpack_zipfile`

src/py/pyodide/code.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/py/pyodide/console.py

[error] invalid-method-override - Invalid override of method `__call__`: Definition is incompatible with `Compile.__call__`
[error] invalid-method-override - Invalid override of method `__call__`: Definition is incompatible with `CommandCompiler.__call__`
[error] invalid-return-type - Return type does not match returned value: expected `CodeRunner | None`, found `CodeType | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/py/pyodide/http/_pyfetch.py

[error] invalid-assignment - Object of type `object` is not assignable to `FetchResponse`
[error] invalid-assignment - Object of type `object` is not assignable to `FetchResponse`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/py/pyodide/webloop.py

[error] invalid-method-override - Invalid override of method `call_later`: Definition is incompatible with `AbstractEventLoop.call_later`
[error] invalid-method-override - Invalid override of method `call_at`: Definition is incompatible with `AbstractEventLoop.call_at`
[error] unresolved-attribute - Object of type `PyodideTask[T@create_task]` has no attribute `_source_traceback`
[error] unresolved-attribute - Object of type `PyodideTask[T@create_task]` has no attribute `_source_traceback`
[error] unresolved-attribute - Module `asyncio.tasks` has no member `_set_task_name`
[error] invalid-method-override - Invalid override of method `create_datagram_endpoint`: Definition is incompatible with `AbstractEventLoop.create_datagram_endpoint`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/tests/test_jsproxy.py

[error] unresolved-import - Module `js` has no member `a`
[error] unresolved-import - Module `js` has no member `b`
[error] unresolved-import - Module `js` has no member `a`
[error] unresolved-import - Module `js` has no member `a`
[error] unresolved-import - Module `js` has no member `square`
[error] unresolved-import - Module `js` has no member `TEST`
[error] unresolved-import - Module `js` has no member `ITER`
[error] unresolved-import - Module `js` has no member `ITER`
[error] unresolved-import - Module `js` has no member `Object`
[error] unresolved-import - Module `js` has no member `f`
[error] unresolved-import - Module `js` has no member `kwarg_function`
[error] unresolved-import - Module `js` has no member `a`
[error] unresolved-import - Module `js` has no member `a`
[error] unresolved-import - Module `js` has no member `a`
[error] invalid-assignment - Invalid subscript assignment with key of type `slice[None, None, None]` and value of type `Literal[1]` on object of type `list[int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `int`, found `list[Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/tests/test_pyodide.py

[error] unresolved-import - Module `codeop` has no member `PyCF_DONT_IMPLY_DEDENT`
[error] unresolved-import - Module `js` has no member `x`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/tests/test_pyproxy.py

[error] unresolved-import - Module `js` has no member `loadPyodide`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/tests/test_ssl_stub.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/tests/test_stack_switching.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/tests/test_stdlib_fixes.py

[error] unresolved-attribute - Module `pathlib` has no member `_local`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `str`, found `Literal[1]`

src/tests/test_typeconversions.py

[error] unresolved-import - Module `js` has no member `obj2`
[error] unresolved-import - Module `typing` has no member `_caches`
[error] unresolved-import - Module `js` has no member `Headers`
[error] unresolved-attribute - Special form `typing.Annotated` has no attribute `_getitem`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/tests/test_webloop.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pyp (https://github.com/hauntsaninja/pyp)

pyp.py

[error] unresolved-attribute - Unresolved attribute `lineno` on type `AST`
[error] unresolved-attribute - Unresolved attribute `end_lineno` on type `AST`
[error] unresolved-attribute - Unresolved attribute `_line` on type `FrameSummary`
[error] invalid-assignment - Object of type `Literal["PYP_REDACTED"]` is not assignable to attribute `lineno` of type `int | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pyproject-metadata (https://github.com/pypa/pyproject-metadata)

pyproject_metadata/_dispatch.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pyproject_metadata/__init__.py

[error] unresolved-attribute - Module `email.policy` has no member `_has_surrogates`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `join` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pyproject_metadata/project_table.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pytest (https://github.com/pytest-dev/pytest)

src/_pytest/nodes.py

[error] invalid-super-argument - `type[_T@_create]` is not an instance or subclass of `<class 'NodeMeta'>` in `super(<class 'NodeMeta'>, type[_T@_create])` call
[error] invalid-super-argument - `type[_T@_create]` is not an instance or subclass of `<class 'NodeMeta'>` in `super(<class 'NodeMeta'>, type[_T@_create])` call
[error] invalid-method-override - Invalid override of method `repr_failure`: Definition is incompatible with `Node.repr_failure`

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 bound method `__init__` is incorrect: Expected `(str, tuple[str, ...], /) -> ModuleSpec`, found `PathFinder`
[error] unresolved-attribute - Attribute `exec_module` is not defined on `None` in union `Loader | None`
[error] no-matching-overload - No overload of bound method `sort` matches arguments

testing/acceptance_test.py

[error] invalid-argument-type - Argument to function `main` is incorrect: Expected `list[str] | PathLike[str] | None`, found `Literal["-h"]`

testing/deprecated_test.py

[error] unresolved-attribute - Unresolved attribute `historic` on type `def pytest_bad_hook(self) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `tryfirst` on type `def pytest_runtest_call(self) -> Unknown`

testing/test_collect_imported_tests.py

[error] unresolved-attribute - Object of type `RunResult` has no attribute `reprec`

testing/test_doctest.py

[error] invalid-argument-type - Argument to function `unwrap` is incorrect: Expected `(...) -> Any`, found `Broken`

testing/test_legacypath.py

[error] unresolved-attribute - Object of type `Cache` has no attribute `makedir`
[error] unresolved-attribute - Object of type `TopRequest` has no attribute `fspath`

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 `from_parent` is incorrect: Expected `Node`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `warn` is incorrect: Expected `Warning`, found `Exception`

testing/test_reports.py

[error] unresolved-attribute - Unresolved attribute `extra` on type `CollectReport`
[error] unresolved-attribute - Unresolved attribute `path1` on type `TestReport`
[error] unresolved-attribute - Unresolved attribute `path2` on type `TestReport`

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"]`

testing/test_session.py

[error] unresolved-attribute - Object of type `None | ExceptionInfo[BaseException] | tuple[str, int, str] | str | TerminalRepr` has no attribute `reprcrash`
[error] unresolved-attribute - Object of type `None | ExceptionInfo[BaseException] | tuple[str, int, str] | str | TerminalRepr` has no attribute `reprcrash`
[error] unresolved-attribute - Object of type `None | ExceptionInfo[BaseException] | tuple[str, int, str] | str | TerminalRepr` has no attribute `reprtraceback`

testing/test_skipping.py

[error] unresolved-attribute - Unresolved attribute `_hackxyz` on type `Config`

testing/test_stash.py

[error] invalid-assignment - Object of type `Literal["nope"]` is not assignable to attribute `foo` on type `Stash & ~AlwaysTruthy & ~AlwaysFalsy`

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 `addError` is incorrect: Expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `Literal[42]`

src/_pytest/assertion/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/setuponly.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/code/test_source.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/example_scripts/dataclasses/test_compare_two_different_dataclasses.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/test_warning_types.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/_code/code.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/_code/source.py

[error] invalid-argument-type - Argument to function `getsource` is incorrect: Expected `ModuleType | type[Any] | ((...) -> Any) | ... omitted 3 union elements`, found `~AlwaysFalsy & ~Source & ~tuple[object, ...] & ~Top[list[Unknown]] & ~str`
[error] unresolved-attribute - Object of type `object` has no attribute `__code__`

src/_pytest/_io/pprint.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/_py/error.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/_py/path.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/assertion/rewrite.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `FileLoader`, found `SimpleNamespace`
[error] invalid-assignment - Invalid subscript assignment with key of type `@Todo` and value of type `expr` on object of type `dict[str, str]`
[error] unresolved-attribute - Object of type `expr` has no attribute `target`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `value` of type `expr`
[error] invalid-assignment - Object of type `str` is not assignable to attribute `left` of type `expr`
[error] invalid-assignment - Invalid subscript assignment with key of type `@Todo` and value of type `NamedExpr` on object of type `dict[str, str]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/capture.py

[error] invalid-return-type - Return type does not match returned value: expected `BinaryIO`, found `Self@buffer`
[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `Unknown | Buffer`
[error] invalid-argument-type - Argument is incorrect: Argument type `AnyStr@MultiCapture | Literal[""]` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument is incorrect: Expected `AnyStr@MultiCapture`, found `AnyStr@MultiCapture | Literal[""]`
[error] invalid-argument-type - Argument is incorrect: Argument type `AnyStr@MultiCapture | Literal[""]` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument is incorrect: Expected `AnyStr@MultiCapture`, found `AnyStr@MultiCapture | Literal[""]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/config/__init__.py

[error] unresolved-attribute - Module `warnings` has no member `_getaction`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/debugging.py

[error] unresolved-attribute - Unresolved attribute `_pdbshown` on type `BaseReport`

src/_pytest/doctest.py

[error] invalid-method-override - Invalid override of method `from_parent`: Definition is incompatible with `Node.from_parent`
[error] invalid-argument-type - Argument to bound method `__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-method-override - Invalid override of method `repr_failure`: Definition is incompatible with `Node.repr_failure`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `None | int | Unknown`
[error] unresolved-attribute - Object of type `<super: <class 'MockAwareDocTestFinder'>, Self@_find_lineno>` has no attribute `_find_lineno`
[error] unresolved-attribute - Object of type `<super: <class 'MockAwareDocTestFinder'>, Self@_from_module>` has no attribute `_from_module`

src/_pytest/fixtures.py

[error] unresolved-attribute - Object of type `Item` has no attribute `callspec`
[error] unresolved-attribute - Object of type `Item` has no attribute `cls`
[error] missing-argument - No arguments provided for required parameters 1, 2
[error] unknown-argument - Argument `fixture_name` does not match any known parameter
[error] unknown-argument - Argument `config` does not match any known parameter
[error] unresolved-attribute - Object of type `Node` has no attribute `obj`
[error] unresolved-attribute - Object of type `Item` has no attribute `function`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/hookspec.py

[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `str | list[str]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/junitxml.py

[error] invalid-assignment - Object of type `() -> Unknown` is not assignable to attribute `to_xml` of type `def to_xml(self) -> Element[Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/legacypath.py

[error] unresolved-attribute - Object of type `Config` has no attribute `_tmp_path_factory`

src/_pytest/logging.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/main.py

[error] invalid-method-override - Invalid override of method `from_parent`: Definition is incompatible with `FSCollector.from_parent`
[error] invalid-assignment - Object of type `FSHookProxy` is not assignable to `HookRelay`

src/_pytest/mark/structures.py

[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[object]`, found `object`
[error] invalid-method-override - Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__`
[error] invalid-method-override - Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__`
[error] invalid-method-override - Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__`
[error] invalid-method-override - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/monkeypatch.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[K@setitem, V@setitem]`
[error] not-subscriptable - Cannot delete subscript on object of type `Mapping[K@delitem, V@delitem]` with no `__delitem__` method
[error] not-subscriptable - Cannot delete subscript on object of type `Mapping[Any, Any]` with no `__delitem__` method
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[Any, Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/outcomes.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/pytester.py

[error] unresolved-attribute - Unresolved attribute `reprec` on type `PytestPluginManager`

src/_pytest/python.py

[error] unresolved-attribute - Attribute `obj` is not defined on `Node` in union `(Unknown & ~None) | Node`
[error] invalid-method-override - Invalid override of method `from_parent`: Definition is incompatible with `Node.from_parent`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[object]`
[error] unresolved-attribute - Attribute `obj` is not defined on `Node` in union `(Unknown & ~None) | Node`
[error] invalid-method-override - Invalid override of method `repr_failure`: Definition is incompatible with `Node.repr_failure`

src/_pytest/raises.py

[error] unresolved-attribute - Unresolved attribute `Exception` on type `Overload[[E](expected_exception: type[E] | tuple[type[E], ...], *, match: str | Pattern[str] | None = ..., check: (E, /) -> bool = ...) -> RaisesExc[E], (*, match: str | Pattern[str], check: (BaseException, /) -> bool = ...) -> RaisesExc[BaseException], (*, check: (BaseException, /) -> bool) -> RaisesExc[BaseException], [E](expected_exception: type[E] | tuple[type[E], ...], func: (...) -> Any, *args: Any, **kwargs: Any) -> ExceptionInfo[E]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/recwarn.py

[error] invalid-method-override - Invalid override of method `__enter__`: Definition is incompatible with `catch_warnings.__enter__`

src/_pytest/reports.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/runner.py

[error] unresolved-attribute - Object of type `Item` has no attribute `_request`
[error] unresolved-attribute - Object of type `Item` has no attribute `_initrequest`
[error] unresolved-attribute - Unresolved attribute `_request` on type `Item`
[error] unresolved-attribute - Unresolved attribute `funcargs` on type `Item`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/_pytest/skipping.py

[error] unresolved-attribute - Unresolved attribute `Exception` on type `def nop(...) -> Unknown`

src/_pytest/terminal.py

[error] unresolved-attribute - Object of type `None | ExceptionInfo[BaseException] | tuple[str, int, str] | (TerminalRepr & ~str)` has no attribute `reprcrash`

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] unresolved-import - Module `unittest.case` has no member `_SubTest`
[error] unresolved-import - Module `unittest.case` has no member `_subtest_msg_sentinel`
[error] unresolved-attribute - Object of type `TestCase` has no attribute `_message`
[error] unresolved-attribute - Object of type `TestCase` has no attribute `_message`
[error] unresolved-attribute - Object of type `TestCase` has no attribute `params`
[error] unresolved-import - Module `unittest.case` has no member `_SubTest`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None] | BaseException`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `(tuple[type[BaseException], BaseException, TracebackType] & ~<Protocol with members '_twisted_raw_excinfo'>) | (tuple[None, None, None] & ~<Protocol with members '_twisted_raw_excinfo'>) | (BaseException & ~<Protocol with members '_twisted_raw_excinfo'>)`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/_py/test_local.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/code/test_excinfo.py

[error] unresolved-reference - Name `somenoname` used when not defined
[error] invalid-attribute-access - Cannot assign to ClassVar `flow_marker` from an instance of type `FormattedExcinfo`
[error] invalid-attribute-access - Cannot assign to ClassVar `flow_marker` from an instance of type `FormattedExcinfo`
[error] unresolved-attribute - Unresolved attribute `__notes__` on type `BaseException`

testing/io/test_saferepr.py

[error] call-non-callable - Object of type `None` is not callable
[error] unresolved-attribute - Object of type `Self@__repr__` has no attribute `name`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/python/collect.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/python/fixtures.py

[error] invalid-argument-type - Argument to bound method `applymarker` is incorrect: Expected `str | MarkDecorator`, found `Literal[42]`
[error] unresolved-attribute - Object of type `RunResult` has no attribute `reprec`
[error] unresolved-attribute - Module `pytest` has no member `FIXTURE_ORDER`

testing/python/metafunc.py

[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 `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]`

testing/python/raises.py

[error] invalid-argument-type - Argument to function `raises` is incorrect: Expected `(...) -> Any`, found `Literal["int('qwe')"]`
[error] invalid-argument-type - Argument to function `raises` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `Literal[False]`
[error] invalid-argument-type - Argument to function `raises` is incorrect: Expected `str | Pattern[str] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to function `raises` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `Literal["wrong"]`
[error] no-matching-overload - No overload of function `raises` matches arguments
[error] invalid-argument-type - Argument to function `raises` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `CrappyClass`
[error] invalid-argument-type - Argument to function `raises` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to function `raises` is incorrect: Argument type `NotAnException` does not satisfy upper bound `BaseException` of type variable `E`
[error] invalid-argument-type - Argument to function `raises` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `<class 'NotAnException'>`
[error] invalid-argument-type - Argument to function `raises` is incorrect: Argument type `NotAnException` does not satisfy upper bound `BaseException` of type variable `E`
[error] invalid-argument-type - Argument to function `raises` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `tuple[Literal["hello"], <class 'NotAnException'>]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/python/raises_group.py

[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 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 bound method `__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 bound method `__init__` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `<class 'object'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/test_assertrewrite.py

[error] call-non-callable - Object of type `object` is not callable
[error] unresolved-reference - Name `a_global` used when not defined
[error] unresolved-reference - Name `cls` used when not defined
[error] unresolved-reference - Name `cls` used when not defined
[error] unresolved-reference - Name `x` used when not defined
[error] unresolved-reference - Name `x` used when not defined
[error] unresolved-reference - Name `x` used when not defined
[error] invalid-argument-type - Argument to bound method `set_session` is incorrect: Expected `Session | None`, found `StubSession`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/test_capture.py

[error] invalid-argument-type - Argument to bound method `writelines` is incorrect: Expected `Iterable[str]`, found `list[bytes]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/test_collection.py

[error] unresolved-attribute - Object of type `Item` has no attribute `getmodpath`
[error] unresolved-attribute - Object of type `Item` has no attribute `getmodpath`
[error] unresolved-attribute - Object of type `Item` has no attribute `getmodpath`
[error] unresolved-attribute - Object of type `Item` has no attribute `getmodpath`
[error] unresolved-attribute - Object of type `Item` has no attribute `getmodpath`
[error] unresolved-attribute - Object of type `Item` has no attribute `getmodpath`
[error] unresolved-attribute - Object of type `Item` has no attribute `getmodpath`
[error] invalid-method-override - Invalid override of method `from_parent`: Definition is incompatible with `Class.from_parent`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/test_compat.py

[warning] deprecated - The function `old_way` is deprecated: This is deprecated!
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/test_config.py

[error] invalid-argument-type - Argument to function `_get_plugin_specs_as_list` is incorrect: Expected `None | ModuleType | Sequence[str]`, found `set[str]`
[error] invalid-argument-type - Argument to function `_get_plugin_specs_as_list` is incorrect: Expected `None | ModuleType | Sequence[str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/test_mark.py

[error] call-non-callable - Object of type `MarkGenerator` is not callable
[error] invalid-argument-type - Argument to function `param` is incorrect: Expected `str | _HiddenParam | None`, found `Literal[True]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `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 `setenv` is incorrect: Expected `str`, found `Literal[2]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `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 `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`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 bound method `__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 function `warns` is incorrect: Expected `type[Warning] | tuple[type[Warning], ...]`, found `None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/test_runner.py

[error] unresolved-attribute - Object of type `RunResult` has no attribute `reprec`
[error] invalid-argument-type - Argument to function `pytest_runtest_call` is incorrect: Expected `Item`, found `ItemMightRaise`
[error] invalid-argument-type - Argument to function `pytest_runtest_call` is incorrect: Expected `Item`, found `ItemMightRaise`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/test_terminal.py

[error] invalid-assignment - Object of type `<class 'fake_session'>` is not assignable to attribute `_session` of type `Session | None`
[error] invalid-assignment - Cannot assign to read-only property `skipped` on object of type `CollectReport`: Attempted assignment to `CollectReport.skipped` here
[error] invalid-assignment - Cannot assign to read-only property `skipped` on object of type `CollectReport`: Attempted assignment to `CollectReport.skipped` here
[error] invalid-assignment - Cannot assign to read-only property `skipped` on object of type `CollectReport`: Attempted assignment to `CollectReport.skipped` here
[error] invalid-argument-type - Argument to function `_get_line_with_reprcrash_message` is incorrect: Expected `Config`, found `config`
[error] invalid-argument-type - Argument to function `_get_line_with_reprcrash_message` is incorrect: Expected `BaseReport`, found `rep`
[error] invalid-argument-type - Argument to function `_get_line_with_reprcrash_message` is incorrect: Expected `TerminalWriter`, found `DummyTerminalWriter`
[error] invalid-assignment - Cannot assign to read-only property `reported_progress` on object of type `TerminalReporter`: Attempted assignment to `TerminalReporter.reported_progress` here
[error] invalid-assignment - Cannot assign to read-only property `reported_progress` on object of type `TerminalReporter`: Attempted assignment to `TerminalReporter.reported_progress` here
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/typing_checks.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

testing/typing_raises_group.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Failed`
[error] unresolved-attribute - Function `raises` has no attribute `Exception`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

pywin32 (https://github.com/mhammond/pywin32)

Pythonwin/pywin/framework/bitmap.py

[error] unresolved-reference - Name `bitmapTemplate` used when not defined

Pythonwin/pywin/framework/editor/color/coloreditor.py

[error] unresolved-reference - Name `editorTemplate` used when not defined

Pythonwin/pywin/framework/editor/editor.py

[error] unresolved-reference - Name `editorTemplate` used when not defined

Pythonwin/pywin/framework/intpyapp.py

[error] invalid-assignment - Object of type `def _SetupSharedMenu_(self) -> Unknown` is not assignable to attribute `_SetupSharedMenu_` of type `def _SetupSharedMenu_(self) -> Unknown`

Pythonwin/pywin/framework/sgrepmdi.py

[error] unresolved-reference - Name `greptemplate` used when not defined

com/win32com/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

isapi/samples/advanced.py

[error] unresolved-reference - Name `reload_counter` used when not defined

setup.py

[error] invalid-assignment - Object of type `def my_new_compiler(**kw) -> Unknown` is not assignable to attribute `new_compiler` of type `def new_compiler(plat: str | None = None, compiler: str | None = None, verbose: bool = False, force: bool = False) -> Compiler`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

win32/Lib/_win32verstamp_pywin32ctypes.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

win32/Lib/win32timezone.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rich (https://github.com/Textualize/rich)

rich/repr.py

[error] unresolved-attribute - Object of type `T@auto` has no attribute `__rich_repr__`
[error] unresolved-attribute - Object of type `T@auto` has no attribute `__rich_repr__`
[error] invalid-assignment - Object of type `def auto_rich_repr(self: type[T@auto]) -> Iterable[Any | tuple[Any] | tuple[str, Any] | tuple[str, Any, Any]]` is not assignable to attribute `__rich_repr__` on type `type[T@auto] & ~<Protocol with members '__rich_repr__'>`
[error] invalid-assignment - Object of type `def auto_repr(self: T@auto) -> str` is not assignable to attribute `__repr__` of type `def __repr__(self) -> str`
[error] unresolved-attribute - Object of type `type[T@auto]` has no attribute `__rich_repr__`
[error] unresolved-attribute - Unresolved attribute `angular` on type `def __rich_repr__(self) -> Iterable[Any | tuple[Any] | tuple[str, Any] | tuple[str, Any, Any]]`

rich/color.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rich/console.py

[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-reference - Name `get_ipython` used when not defined
[error] unresolved-reference - Name `get_ipython` used when not defined

rich/pretty.py

[error] unresolved-attribute - Unresolved attribute `_` on type `<module 'builtins'>`.
[error] unresolved-attribute - Unresolved attribute `_` on type `<module 'builtins'>`.
[error] unresolved-reference - Name `get_ipython` used when not defined
[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]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rich/progress.py

[error] invalid-method-override - Invalid override of method `readinto`: Definition is incompatible with `_RawIOBase.readinto`
[error] unresolved-attribute - Attribute `readinto` is not defined on `BinaryIO` in union `Unknown | BinaryIO`
[error] invalid-method-override - Invalid override of method `readline`: Definition is incompatible with `_IOBase.readline`
[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`

rich/traceback.py

[error] unresolved-reference - Name `get_ipython` used when not defined

rotki (https://github.com/rotki/rotki)

rotkehlchen/api/rest_helpers/history_events.py

[error] invalid-argument-type - Argument to function `edit_grouped_swap_events` is incorrect: Expected `list[int]`, found `list[int] | None`

rotkehlchen/api/services/accounts.py

[error] invalid-argument-type - Argument is incorrect: Expected `list[ManuallyTrackedBalance]`, found `list[ManuallyTrackedBalance] | list[int]`
[error] invalid-argument-type - Argument is incorrect: Expected `list[int]`, found `list[ManuallyTrackedBalance] | list[int]`

rotkehlchen/chain/arbitrum_one/modules/umami/decoder.py

[error] unresolved-attribute - Attribute `symbol` is not defined on `Asset` in union `Unknown | Asset`

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]`

rotkehlchen/chain/ethereum/modules/aave/v2/accountant.py

[error] invalid-argument-type - Argument to function `string_to_evm_address` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `string_to_evm_address` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `string_to_evm_address` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to function `string_to_evm_address` is incorrect: Expected `str`, found `Unknown | str | None`

rotkehlchen/chain/ethereum/modules/curve/crvusd/decoder.py

[error] invalid-assignment - Object of type `set[str]` is not assignable to attribute `controllers` of type `set[ChecksumAddress]`

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 `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 `maybe_get_proxy_owner` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`

rotkehlchen/chain/ethereum/modules/liquity/trove.py

[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-assignment - Cannot assign to a subscript on an object of type `None`

rotkehlchen/chain/ethereum/modules/thegraph/accountant.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[ChecksumAddress, FVal].__getitem__(key: ChecksumAddress, /) -> FVal` cannot be called with key of type `None` on object of type `dict[ChecksumAddress, FVal]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[ChecksumAddress, FVal].__getitem__(key: ChecksumAddress, /) -> FVal` cannot be called with key of type `str` on object of type `dict[ChecksumAddress, FVal]`

rotkehlchen/chain/evm/decoding/crosscurve/decoder.py

[error] invalid-argument-type - Argument to bound method `is_tracked` is incorrect: Expected `ChecksumAddress`, found `Unknown | str | None`

rotkehlchen/chain/evm/l2_with_l1_fees/decoding/decoder.py

[error] invalid-method-override - Invalid override of method `_calculate_fees`: Definition is incompatible with `EVMTransactionDecoder._calculate_fees`

rotkehlchen/chain/evm/l2_with_l1_fees/transactions.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[L2WithL1FeesTransaction, EvmTxReceipt]`, found `tuple[EvmTransaction, EvmTxReceipt]`

rotkehlchen/chain/evm/tokens.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

rotkehlchen/data_import/importers/rotki_events.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Asset`, found `Asset | None`

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 3 literals]`, found `ChainID`
[error] invalid-assignment - Object of type `SupportedBlockchain` is not assignable to `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 5 literals]`

rotkehlchen/tests/unit/test_exchanges.py

[error] unresolved-attribute - Attribute `selected_pairs` is not defined on `ExchangeInterface` in union `Unknown | ExchangeInterface`

rotkehlchen/utils/mixins/enums.py

[error] invalid-method-override - Invalid override of method `serialize_for_db`: Definition is incompatible with `DBEnumMixIn.serialize_for_db`

rotkehlchen/accounting/export/csv.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/chain/arbitrum_one/modules/gmx/balances.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/chain/decoding/tools.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/chain/evm/decoding/odos/v2/decoder.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/data_import/importers/binance.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/db/ranges.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/utils/history.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/utils/kraken.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/accounting/pot.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `FVal` and `Price | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `FVal` and `Price | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `FVal` and `Price | None`
[error] unsupported-operator - Operator `*` is not supported between objects of type `FVal` and `Price | None`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Price, Price] | None`, found `tuple[Price | None, Price | None]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/accounting/structures/processed_event.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/api/rest.py

[error] invalid-assignment - Object of type `bool` is not assignable to attribute `should_schedule` on type `Unknown | TaskManager | None`
[error] invalid-argument-type - Argument to function `update_asset_movement_matched_event` is incorrect: Expected `AssetMovement | None`, found `None | HistoryBaseEntry[Unknown]`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[int] | None`, found `list[Unknown | int | None]`
[error] invalid-argument-type - Argument to function `should_exclude_possible_match` is incorrect: Expected `AssetMovement`, found `HistoryBaseEntry[Unknown]`

rotkehlchen/api/services/history.py

[error] invalid-assignment - Object of type `list[tuple[int, HistoryBaseEntry[Unknown]]] | list[HistoryBaseEntry[Unknown]]` is not assignable to `list[HistoryBaseEntry[Unknown]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 7 literals]`, found `Unknown | Location`
[error] no-matching-overload - No overload of bound method `get_chain_manager` matches arguments

rotkehlchen/api/services/transactions.py

[error] unresolved-attribute - Attribute `transactions` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Attribute `transactions` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Attribute `transactions_decoder` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Attribute `node_inquirer` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Attribute `watcher_query` is not defined on `None` in union `Unknown | Premium | None`
[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 7 literals]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 7 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 4 literals] | None`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 7 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 `_delete_zksync_tx_data` is incorrect: Expected `EVMTxHash | None`, found `EVMTxHash | Unknown | BTCTxId | None`
[error] unresolved-attribute - Attribute `transactions` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Attribute `transactions_decoder` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | SolanaAddress | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `SolanaAddress`, found `ChecksumAddress | SolanaAddress | Unknown`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/api/v1/fields.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/api/v1/parser.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/api/v1/resources.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/api/v1/schemas.py

[error] invalid-argument-type - Argument to function `is_valid_substrate_address` is incorrect: Expected `Literal[SupportedBlockchain.POLKADOT, SupportedBlockchain.KUSAMA]`, found `SupportedBlockchain | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/assets/utils.py

[error] invalid-argument-type - Argument to function `is_solana_token_nft` is incorrect: Expected `SolanaAddress`, found `ChecksumAddress | SolanaAddress`
[error] invalid-argument-type - Argument to function `solana_address_to_identifier` is incorrect: Expected `SolanaAddress`, found `ChecksumAddress | SolanaAddress`
[error] invalid-argument-type - Argument to function `solana_address_to_identifier` 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 `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 `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 `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 `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 `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 `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`
[error] invalid-argument-type - Argument is incorrect: Expected `EvmToken`, found `EvmToken | SolanaToken`
[error] invalid-argument-type - Argument is incorrect: Expected `SolanaToken`, found `EvmToken | SolanaToken`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 10 literals]`
[error] invalid-argument-type - Argument to bound method `query_eth_balances` is incorrect: Expected `Sequence[ChecksumAddress]`, found `Unknown | tuple[BTCAddress, ...] | tuple[ChecksumAddress, ...] | ... omitted 6 union elements`
[error] no-matching-overload - No overload of bound method `get_chain_manager` matches arguments
[error] invalid-yield - Yield type `ChainManagerWithTransactions[Unknown]` does not match annotated yield type `ChainManagerWithNodesMixin[Unknown]`
[error] unresolved-attribute - Object of type `ChainManagerWithTransactions[Unknown]` has no attribute `transactions_decoder`

rotkehlchen/chain/arbitrum_one/decoding/decoder.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/chain/bitcoin/manager.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`

rotkehlchen/chain/decoding/decoder.py

[error] no-matching-overload - No overload of bound method `get_history_events_internal` matches arguments

rotkehlchen/chain/ethereum/airdrops.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[ChecksumAddress, dict[Unknown, Unknown]].__getitem__(key: ChecksumAddress, /) -> dict[Unknown, Unknown]` cannot be called with key of type `str` on object of type `defaultdict[ChecksumAddress, dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[ChecksumAddress, dict[Unknown, Unknown]].__getitem__(key: ChecksumAddress, /) -> dict[Unknown, Unknown]` cannot be called with key of type `str` on object of type `defaultdict[ChecksumAddress, dict[Unknown, Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method defaultdict[ChecksumAddress, dict[Unknown, Unknown]].__getitem__(key: ChecksumAddress, /) -> dict[Unknown, Unknown]` cannot be called with key of type `str` on object of type `defaultdict[ChecksumAddress, dict[Unknown, Unknown]]`

rotkehlchen/chain/ethereum/modules/sky/decoder.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/chain/evm/decoding/aave/v3/decoder.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/chain/evm/decoding/balancer/decoder.py

[error] invalid-argument-type - Argument is incorrect: Expected `HistoryEventType`, found `None | Literal[HistoryEventType.RECEIVE, HistoryEventType.SPEND]`
[error] invalid-argument-type - Argument is incorrect: Expected `HistoryEventSubType`, found `None | Literal[HistoryEventSubType.NONE]`

rotkehlchen/chain/evm/decoding/beefy_finance/decoder.py

[warning] possibly-unresolved-reference - Name `spend_underlying_addresses` used when possibly not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/chain/evm/decoding/curve/curve_cache.py

[error] no-matching-overload - No overload of bound method `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 7 literals]`, found `Unknown | Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 4 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 bound method `__init__` is incorrect: Expected `Literal[HistoryEventSubType.SPEND, HistoryEventSubType.RECEIVE, HistoryEventSubType.FEE]`, found `Unknown | HistoryEventSubType`

rotkehlchen/chain/evm/decoding/gearbox/decoder.py

[error] invalid-argument-type - Argument to bound method `is_tracked` is incorrect: Expected `ChecksumAddress`, found `Unknown | str | None`

rotkehlchen/chain/evm/decoding/pendle/decoder.py

[error] invalid-assignment - Object of type `set[str]` is not assignable to attribute `pools` of type `set[ChecksumAddress]`
[error] invalid-assignment - Object of type `set[str]` is not assignable to attribute `sy_tokens` of type `set[ChecksumAddress]`

rotkehlchen/chain/evm/decoding/rainbow/decoder.py

[error] invalid-argument-type - Argument to function `string_to_evm_address` is incorrect: Expected `str`, found `Unknown | str | None`

rotkehlchen/chain/evm/decoding/stakedao/decoder.py

[error] invalid-assignment - Object of type `set[str]` is not assignable to attribute `gauges` of type `set[ChecksumAddress]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/chain/evm/decoding/velodrome/decoder.py

[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - Attribute `pop` is not defined on `None` in union `Unknown | None`

rotkehlchen/chain/evm/decoding/zerox/decoder.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown | ChecksumAddress | None` and value of type `EvmEvent` on object of type `dict[ChecksumAddress, EvmEvent]`
[error] unresolved-attribute - Attribute `evm_address` is not defined on `Asset` in union `Unknown | Asset`

rotkehlchen/chain/evm/node_inquirer.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 bound method `__init__` is incorrect: Expected `Literal[HistoryEventSubType.SPEND, HistoryEventSubType.RECEIVE, HistoryEventSubType.FEE]`, found `Unknown | HistoryEventSubType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/chain/solana/node_inquirer.py

[error] unresolved-attribute - Attribute `sort` is not defined on `Sequence[WeightedNode]` in union `Sequence[WeightedNode] | list[Divergent] | list[WeightedNode | Divergent]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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.RECEIVE], Literal[HistoryEventSubType.NONE], Asset, FVal, ChecksumAddress | None, ChecksumAddress, str]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/constants/resolver.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str, str] | None`, found `tuple[str, ...]`

rotkehlchen/db/accounting_rules.py

[error] unresolved-attribute - Attribute `append` is not defined on `None` in union `list[int] | None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `EvmEvent`, found `HistoryBaseEntry[Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/db/eth2.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/db/evmtx.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/db/filtering.py

[error] invalid-method-override - Invalid override of method `make`: Definition is incompatible with `HistoryEventWithCounterpartyFilterQuery.make`
[error] invalid-method-override - Invalid override of method `make`: Definition is incompatible with `HistoryEventWithCounterpartyFilterQuery.make`

rotkehlchen/db/history_events.py

[error] unresolved-attribute - Attribute `to_bytes` is not defined on `EVMTxHash`, `BTCTxId` in union `EVMTxHash | BTCTxId | Unknown`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/db/l2withl1feestx.py

[error] invalid-argument-type - Argument to bound method `add_transactions` is incorrect: Expected `list[EvmTransaction]`, found `list[L2WithL1FeesTransaction]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/db/settings.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/db/updates.py

[error] unresolved-attribute - Object of type `type` has no attribute `deserialize`

rotkehlchen/db/upgrades/v34_v35.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/db/utils.py

[error] not-iterable - Object of type `list[str] | None` may not be iterable
[error] invalid-argument-type - Argument to function `is_valid_substrate_address` is incorrect: Expected `Literal[SupportedBlockchain.POLKADOT, SupportedBlockchain.KUSAMA]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.ETHEREUM_BEACONCHAIN, SupportedBlockchain.KUSAMA, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLKADOT, ... omitted 8 literals]`

rotkehlchen/exchanges/binance.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/exchanges/bitfinex.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/exchanges/bitstamp.py

[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method

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`

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 `append` is incorrect: Expected `HistoryEvent`, found `HistoryEvent | AssetMovement`

rotkehlchen/exchanges/kucoin.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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]`

rotkehlchen/externalapis/blockscout.py

[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `bool | None`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `bool | str | None`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `bool`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `str | tuple[str, str] | None`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `dict[str, Any] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/externalapis/etherscan_like.py

[error] no-matching-overload - No overload of bound method `_query` matches arguments
[error] invalid-argument-type - Argument to bound method `get_or_create_genesis_transaction` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`

rotkehlchen/externalapis/google_calendar.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/globaldb/handler.py

[error] unsupported-operator - Operator `/` is not supported between objects of type `Path | None` and `Literal["global"]`
[error] invalid-argument-type - Argument to function `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`

rotkehlchen/history/events/structures/asset_movement.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/history/events/structures/eth2.py

[error] invalid-method-override - Invalid override of method `deserialize_from_db`: Definition is incompatible with `HistoryBaseEntry.deserialize_from_db`
[error] invalid-method-override - Invalid override of method `deserialize`: Definition is incompatible with `HistoryBaseEntry.deserialize`

rotkehlchen/history/events/structures/solana_swap.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/history/events/structures/swap.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/inquirer.py

[error] invalid-assignment - Object of type `dict[AssetWithOracles, Price]` is not assignable to `dict[Asset, Price]`
[error] invalid-assignment - Object of type `list[AssetWithOracles]` is not assignable to `list[Asset]`
[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 `_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 3 literals]`, found `ChainID`
[error] invalid-argument-type - Argument to function `read_integer` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to function `read_integer` is incorrect: Expected `dict[str, Any]`, found `None | dict[str, Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tasks/calendar.py

[warning] possibly-unresolved-reference - Name `ens_expires` used when possibly not defined
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unresolved-reference - Name `ens_name` used when possibly not defined
[error] invalid-argument-type - Argument to bound method `create_or_update_calendar_entry_from_event` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `create_or_update_calendar_entry_from_event` is incorrect: Expected `str`, found `Unknown | str | None`

rotkehlchen/tasks/events.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `int`, found `Unknown | int | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tasks/historical_balances.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tasks/manager.py

[error] unresolved-attribute - Attribute `transactions_decoder` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - Attribute `query_for_graph_delegation_txns` is not defined on `EvmTransactions` in union `Unknown | EvmTransactions`

rotkehlchen/tests/api/test_assets.py

[error] unresolved-attribute - Attribute `split` is not defined on `int`, `None` in union `str | int | None`

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 bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`

rotkehlchen/tests/api/test_event_matching.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["aggregate_by_group_ids"]` and value of type `Literal[True]` on object of type `dict[str, dict[str, list[str]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["aggregate_by_group_ids"]` and value of type `Literal[True]` on object of type `dict[str, list[Unknown | str]]`

rotkehlchen/tests/api/test_exchanges.py

[error] no-matching-overload - No overload of function `try_get_first_exchange` matches arguments
[error] no-matching-overload - No overload of function `try_get_first_exchange` matches arguments

rotkehlchen/tests/api/test_historical_balances.py

[error] invalid-assignment - Object of type `MockRotkiNotifier` is not assignable to attribute `rotki_notifier` on type `Unknown | MessagesAggregator`
[error] invalid-assignment - Object of type `MockRotkiNotifier` is not assignable to attribute `rotki_notifier` on type `Unknown | MessagesAggregator`
[error] invalid-assignment - Object of type `MockRotkiNotifier` is not assignable to attribute `rotki_notifier` on type `Unknown | MessagesAggregator`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/api/test_history_base_entry.py

[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["receive"]` and value of type `list[dict[str, str] | str | Unknown]` on object of type `dict[str, str | int | list[dict[str, str]]]`
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-return-type - Return type does not match returned value: expected `set[int]`, found `set[int | Unknown | None]`

rotkehlchen/tests/api/test_misc.py

[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`
[error] unresolved-attribute - Object of type `Logger` has no attribute `trace`

rotkehlchen/tests/api/test_onchain_historical_balance.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `Timestamp | None` and `Literal[1]`

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 | Unknown | None]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | int | None`

rotkehlchen/tests/db/test_history_events.py

[error] invalid-assignment - Object of type `list[HistoryBaseEntry[Unknown]] | list[tuple[int, HistoryBaseEntry[Unknown]]]` is not assignable to `list[HistoryBaseEntry[Unknown]]`

rotkehlchen/tests/external_apis/test_monerium.py

[error] unresolved-attribute - Attribute `pop_message` is not defined on `RotkiNotifier`, `None` in union `Unknown | RotkiNotifier | None`
[error] unresolved-attribute - Attribute `pop_message` is not defined on `RotkiNotifier`, `None` in union `Unknown | RotkiNotifier | None`

rotkehlchen/tests/fixtures/rotkehlchen.py

[error] invalid-assignment - Object of type `dict[str, int]` is not assignable to attribute `_cached_limits` of type `UserLimits | None`

rotkehlchen/tests/integration/test_premium.py

[error] unresolved-attribute - Attribute `_maybe_schedule_db_upload` is not defined on `None` in union `TaskManager | None`

rotkehlchen/tests/unit/decoders/test_basenames.py

[error] unresolved-attribute - Object of type `EvmDecoderInterface` has no attribute `timestamp_to_date`
[error] unresolved-attribute - Object of type `EvmDecoderInterface` has no attribute `timestamp_to_date`

rotkehlchen/tests/unit/decoders/test_ens.py

[error] unresolved-attribute - Object of type `EvmDecoderInterface` has no attribute `timestamp_to_date`

rotkehlchen/tests/unit/events/test_match_asset_movements.py

[error] unresolved-attribute - Object of type `HistoryBaseEntry[Unknown]` has no attribute `counterparty`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/unit/globaldb/test_upgrades.py

[error] invalid-argument-type - Argument to function `globaldb_get_unique_cache_value` is incorrect: Expected `Iterable[str | Literal[CacheType.CURVE_POOL_ADDRESS, CacheType.MAKERDAO_VAULT_ILK, CacheType.CURVE_GAUGE_ADDRESS, CacheType.YEARN_VAULTS, CacheType.ENS_NAMEHASH, ... omitted 21 literals]]`, found `tuple[Literal[CacheType.MORPHO_VAULTS]]`
[error] invalid-argument-type - Argument to function `globaldb_get_unique_cache_value` is incorrect: Expected `Iterable[str | Literal[CacheType.CURVE_POOL_ADDRESS, CacheType.MAKERDAO_VAULT_ILK, CacheType.CURVE_GAUGE_ADDRESS, CacheType.YEARN_VAULTS, CacheType.ENS_NAMEHASH, ... omitted 21 literals]]`, found `tuple[Literal[CacheType.MORPHO_VAULTS]]`

rotkehlchen/tests/unit/test_calendar_reminders.py

[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/unit/test_chains_aggregator.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/unit/test_cost_basis.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/unit/test_data_updates.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 bound method `__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 bound method `__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 bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`

rotkehlchen/tests/unit/test_evm_transactions.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/unit/test_lido_csm_metrics.py

[error] invalid-assignment - Object of type `def fake_fetch_ipfs_json(cid: str) -> dict[str, Any]` is not assignable to attribute `_fetch_ipfs_json` of type `def _fetch_ipfs_json(self, cid: str) -> dict[str, Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/unit/test_purge_exchange_matched_events.py

[error] unresolved-attribute - Object of type `HistoryBaseEntry[Unknown]` has no attribute `counterparty`

rotkehlchen/tests/unit/test_rpc_node_runtime.py

[error] unresolved-attribute - Attribute `consecutive_failures` is not defined on `None` in union `NodeRuntimeState | None`
[error] unresolved-attribute - Attribute `consecutive_failures` is not defined on `None` in union `NodeRuntimeState | None`

rotkehlchen/tests/unit/test_solana.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/tests/unit/test_tasks_manager.py

[error] unresolved-attribute - Attribute `messages` is not defined on `RotkiNotifier`, `None` in union `Unknown | RotkiNotifier | None`
[error] unresolved-attribute - Attribute `messages` is not defined on `RotkiNotifier`, `None` in union `Unknown | RotkiNotifier | None`
[error] unresolved-attribute - Attribute `messages` is not defined on `RotkiNotifier`, `None` in union `Unknown | RotkiNotifier | None`

rotkehlchen/types.py

[error] invalid-return-type - Return type does not match returned value: expected `Literal[TokenKind.ERC20, TokenKind.ERC721]`, found `Self@deserialize_evm_from_db`
[error] invalid-return-type - Return type does not match returned value: expected `Literal[TokenKind.SPL_TOKEN, TokenKind.SPL_NFT]`, found `Self@deserialize_solana_from_db`

rotkehlchen/utils/misc.py

[error] call-non-callable - Object of type `None` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

rotkehlchen/utils/network.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

schema_salad (https://github.com/common-workflow-language/schema_salad)

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 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"])`

schema_salad/python_codegen.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'black'>`

mypy-stubs/rdflib/namespace/__init__.pyi

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

schema_salad/avro/schema.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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]])`

schema_salad/main.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

schema_salad/ref_resolver.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

schema_salad/tests/memory-leak-check.py

[error] unresolved-import - Cannot resolve imported module `cwl_utils.parser`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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]])`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

schemathesis (https://github.com/schemathesis/schemathesis)

src/schemathesis/core/jsonschema/bundler.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any] | bool | list[dict[str, Any] | bool]`, found `list[dict[str, Any] | bool | list[dict[str, Any] | bool]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, Any] | bool`, found `list[dict[str, Any] | bool]`

src/schemathesis/engine/__init__.py

[error] invalid-method-override - Invalid override of method `__lt__`: Definition is incompatible with `str.__lt__`

src/schemathesis/engine/errors.py

[error] unresolved-attribute - Attribute `message` is not defined on `Exception & ~RequestException` in union `(Unknown & ~RequestException) | (Exception & ~RequestException)`
[error] unresolved-attribute - Unresolved attribute `__notes__` on type `Exception`

src/schemathesis/engine/run/stateful/_executor.py

[warning] unsupported-base - Unsupported class base with type `type[APIStateMachine]`

src/schemathesis/config/_phases.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/transport/serialization.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/auths.py

[error] invalid-return-type - Return type does not match returned value: expected `Auth@RequestsAuth | None`, found `AuthBase`
[error] invalid-assignment - Object of type `Unknown | None` is not assignable to `Auth@CachingAuthProvider`
[error] invalid-return-type - Return type does not match returned value: expected `FilterableRequestsAuth`, found `<class '_FilterableRequestsAuth'>`
[error] invalid-return-type - Return type does not match returned value: expected `FilterableRegisterAuth`, found `def wrapper(provider_class: type[@Todo]) -> type[@Todo]`
[error] invalid-return-type - Return type does not match returned value: expected `FilterableApplyAuth`, found `def wrapper(test: (...) -> Unknown) -> ((...) -> Unknown)`
[error] unresolved-attribute - Unresolved attribute `set_from_requests` on type `def auth(*, refresh_interval: int | None = 300, cache_by_key: ((Case, AuthContext, /) -> str | int) | None = None) -> FilterableRegisterAuth`

src/schemathesis/cli/commands/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/cli/commands/run/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/cli/commands/run/validation.py

[error] invalid-return-type - Return type does not match returned value: expected `bool | None | list[SchemathesisWarning]`, found `list[Enum]`

src/schemathesis/cli/ext/groups.py

[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__click_params__`

src/schemathesis/cli/ext/options.py

[error] invalid-return-type - Function always implicitly returns `None`, which is not assignable to return type `Never`

src/schemathesis/config/_diff_base.py

[error] unresolved-attribute - Object of type `type[Self@from_hierarchy]` has no attribute `__slots__`
[error] invalid-return-type - Return type does not match returned value: expected `T@from_hierarchy`, found `Self@from_hierarchy`

src/schemathesis/config/_operations.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/core/deserialization.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/engine/core.py

[error] invalid-yield - Send type `Never` does not match annotated send type `None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/engine/fuzz/_executor.py

[error] missing-argument - No arguments provided for required parameters `*args`, `**kwargs`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/engine/run/unit/_executor.py

[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `hypothesis`

src/schemathesis/generation/case.py

[error] invalid-assignment - Object of type `list[Unknown]` is not assignable to attribute `__notes__` on type `Exception & ~<Protocol with members '__notes__'>`
[error] unresolved-attribute - Object of type `Exception` has no attribute `__notes__`

src/schemathesis/generation/coverage.py

[error] unresolved-import - Module `json.encoder` has no member `_make_iterencode`
[error] unresolved-import - Module `json.encoder` has no member `c_make_encoder`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/generation/hypothesis/__init__.py

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] unresolved-attribute - Unresolved attribute `_is_patched` on type `def setup() -> None`

src/schemathesis/generation/hypothesis/examples.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/generation/hypothesis/given.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/generation/stateful/state_machine.py

[error] unresolved-attribute - Unresolved attribute `is_hypothesis_test` on type `def runTest(self) -> None`

src/schemathesis/hooks.py

[error] unresolved-attribute - Unresolved attribute `filter_set` on type `(...) -> Unknown`
[error] invalid-assignment - Object of type `FilterSet` is not assignable to attribute `filter_set` on type `((...) -> Unknown) & ~str`

src/schemathesis/pytest/control_flow.py

[error] invalid-return-type - Function always implicitly returns `None`, which is not assignable to return type `Never`

src/schemathesis/pytest/lazy.py

[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `pytestmark`

src/schemathesis/pytest/plugin.py

[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `hypothesis`
[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `hypothesis`
[error] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `list[Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/schemas.py

[error] invalid-assignment - Object of type `(...) -> Unknown` is not assignable to attribute `hook` of type `def hook(self, hook: str | ((...) -> Unknown)) -> ((...) -> Unknown)`
[error] invalid-assignment - Object of type `None` is not assignable to `str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/specs/graphql/schemas.py

[error] invalid-argument-type - Argument is incorrect: Expected `OperationDefinition[Unknown]`, found `None`
[error] unresolved-attribute - Object of type `BaseSchema` has no attribute `client_schema`
[error] unresolved-attribute - Object of type `BaseSchema` has no attribute `client_schema`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/specs/openapi/_hypothesis.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/specs/openapi/adapter/parameters.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/specs/openapi/checks.py

[error] invalid-argument-type - Argument to function `parse_qs` is incorrect: Argument type `str | bytes` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] unresolved-attribute - Object of type `PreparedRequest` has no attribute `_cookies`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/specs/openapi/negative/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/schemathesis/specs/openapi/schemas.py

[error] invalid-assignment - Object of type `None` is not assignable to `SpecificationAdapter`
[error] invalid-argument-type - Argument is incorrect: Expected `BaseSchema`, found `None`

src/schemathesis/specs/openapi/stateful/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

tests/packages/cmake_generated/src/cmake_generated/__init__.py

[error] unresolved-import - Cannot resolve imported module `._version`

tests/packages/cmake_generated/src/cmake_generated/nested2/__init__.py

[error] unresolved-import - Cannot resolve imported module `..nested1.generated`

tests/test_cmake_ast.py

[error] unresolved-attribute - Object of type `Node` has no attribute `contents`
[error] unresolved-attribute - Object of type `Node` has no attribute `contents`

tests/test_settings_overrides.py

[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `int`

src/scikit_build_core/_vendor/pyproject_metadata/_dispatch.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/hatch/plugin.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/settings/documentation.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_cmake_config.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_file_processor.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/_logging.py

[error] no-matching-overload - No overload of function `print` matches arguments
[error] invalid-argument-type - Argument to function `rich_print` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `rich_print` is incorrect: Expected `str`, found `object`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/_vendor/pyproject_metadata/__init__.py

[error] unresolved-attribute - Module `email.policy` has no member `_has_surrogates`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `join` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/builder/_load_provider.py

[error] missing-argument - No argument provided for required parameter `project` of bound method `dynamic_metadata`

src/scikit_build_core/file_api/reply.py

[error] unresolved-attribute - Unresolved attribute `__notes__` on type `TypeError`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/metadata/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `T@_process_dynamic_metadata`, found `str`
[error] invalid-return-type - Return type does not match returned value: expected `T@_process_dynamic_metadata`, found `list[str]`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | dict[str, str]`
[error] invalid-return-type - Return type does not match returned value: expected `T@_process_dynamic_metadata`, found `dict[str, str]`
[error] unresolved-attribute - Attribute `items` is not defined on `str` in union `str | dict[str, str]`
[error] invalid-return-type - Return type does not match returned value: expected `T@_process_dynamic_metadata`, found `list[dict[str, str]]`
[error] unresolved-attribute - Attribute `items` is not defined on `str` in union `str | dict[str, str]`
[error] invalid-return-type - Return type does not match returned value: expected `T@_process_dynamic_metadata`, found `dict[Unknown, dict[str, str]]`
[error] invalid-return-type - Return type does not match returned value: expected `T@_process_dynamic_metadata`, found `dict[Unknown, list[str]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/settings/skbuild_schema.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/settings/sources.py

[error] unresolved-attribute - Unresolved attribute `__notes__` on type `Exception`
[error] unresolved-attribute - Unresolved attribute `__notes__` on type `Exception`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/setuptools/build_cmake.py

[error] unresolved-attribute - Unresolved attribute `_has_cmake_extensions` on type `Distribution`
[error] invalid-assignment - Object of type `() -> Unknown` is not assignable to attribute `has_ext_modules` of type `def has_ext_modules(self) -> bool`
[error] unresolved-attribute - Module `setuptools` has no member `distutils`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/setuptools/wrapper.py

[error] invalid-parameter-default - Default value of type `<class 'Distribution'>` is not assignable to annotated parameter type `type[_DistributionT@setup]`

tests/test_dynamic_metadata.py

[error] unresolved-attribute - Unresolved attribute `dynamic_metadata` on type `ModuleType`
[error] unresolved-attribute - Unresolved attribute `dynamic_metadata` on type `ModuleType`
[error] unresolved-attribute - Unresolved attribute `dynamic_metadata` on type `ModuleType`
[error] unresolved-attribute - Unresolved attribute `dynamic_metadata` on type `ModuleType`

tests/test_settings.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/scikit_build_core/build/_file_processor.py

flaky
(8/10)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Pattern, (index: slice[int | None, int | None, int | None], /) -> Sequence[Pattern]]` cannot be called with key of type `None` on object of type `Sequence[Pattern]`
(8/10)
[error] unresolved-attribute - Attribute `pattern` is not defined on `Pattern` in union `Pattern | Unknown`
flaky
(8/10)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Pattern, (index: slice[int | None, int | None, int | None], /) -> Sequence[Pattern]]` cannot be called with key of type `None` on object of type `Sequence[Pattern]`
(8/10)
[error] unresolved-attribute - Attribute `pattern` is not defined on `Pattern` in union `Pattern | Unknown`
flaky
(8/10)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Pattern, (index: slice[int | None, int | None, int | None], /) -> Sequence[Pattern]]` cannot be called with key of type `None` on object of type `Sequence[Pattern]`
(8/10)
[error] unresolved-attribute - Attribute `pattern` is not defined on `Pattern` in union `Pattern | Unknown`
flaky
(8/10)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Pattern, (index: slice[int | None, int | None, int | None], /) -> Sequence[Pattern]]` cannot be called with key of type `None` on object of type `Sequence[Pattern]`
(8/10)
[error] unresolved-attribute - Attribute `pattern` is not defined on `Pattern` in union `Pattern | Unknown`
flaky
(8/10)
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Pattern, (index: slice[int | None, int | None, int | None], /) -> Sequence[Pattern]]` cannot be called with key of type `None` on object of type `Sequence[Pattern]`
(8/10)
[error] unresolved-attribute - Attribute `pattern` is not defined on `Pattern` in union `Pattern | Unknown`

src/scikit_build_core/build/metadata.py

flaky
(8/10)
[error] invalid-assignment - Object of type `<class 'ExceptionGroup'>` is not assignable to attribute `ExceptionGroup` of type `<class 'ExceptionGroup'>`

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/externals/array_api_extra/_lib/_at.py

[error] unresolved-attribute - Object of type `Array` has no attribute `at`

sklearn/externals/array_api_extra/_lib/_utils/_typing.pyi

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`

sklearn/externals/array_api_compat/common/_typing.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/_loss/tests/test_loss.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/cluster/_agglomerative.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/covariance/_graph_lasso.py

[error] unresolved-import - Module `sklearn.linear_model` has no member `_cd_fast`

sklearn/ensemble/tests/test_forest.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/externals/array_api_compat/_internal.py

[error] unresolved-attribute - Unresolved attribute `__signature__` on type `_Wrapped[(...), _T@inner, (*args: object, **kwargs: object), object]`
[error] invalid-return-type - Return type does not match returned value: expected `(...) -> _T@inner`, found `_Wrapped[(...), _T@inner, (*args: object, **kwargs: object), object]`

sklearn/externals/array_api_compat/common/_helpers.py

[error] unresolved-attribute - Object of type `object` has no attribute `dtype`
[error] unresolved-import - Cannot resolve imported module `cupy`
[error] unresolved-import - Cannot resolve imported module `torch`
[error] unresolved-import - Cannot resolve imported module `dask.array`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/externals/array_api_compat/common/_linalg.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/externals/array_api_compat/dask/array/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/externals/array_api_compat/dask/array/linalg.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/externals/array_api_compat/numpy/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/externals/array_api_compat/numpy/_aliases.py

[error] invalid-assignment - Object of type `Literal[_CopyMode.IF_NEEDED]` is not assignable to `bool | None`
[error] invalid-assignment - Object of type `Literal[_CopyMode.NEVER]` is not assignable to `bool | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/externals/array_api_compat/numpy/linalg.py

[error] unresolved-import - Cannot resolve imported module `numpy.linalg.linalg`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/externals/array_api_extra/_delegation.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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, ...]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/externals/array_api_extra/_lib/_testing.py

[error] unresolved-attribute - Object of type `Array` has no attribute `compute`
[error] unresolved-attribute - Object of type `Array` has no attribute `compute`
[error] unresolved-attribute - Object of type `Device` has no attribute `type`
[error] unresolved-attribute - Object of type `Array` has no attribute `todense`

sklearn/externals/array_api_extra/_lib/_utils/_helpers.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[Array, Array]`, found `tuple[Array | int | float | complex, Array | int | float | complex]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/externals/array_api_extra/testing.py

[error] unresolved-attribute - Unresolved attribute `_lazy_xp_function` on type `(...) -> Any`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/linear_model/_coordinate_descent.py

[error] unresolved-import - Module `sklearn.linear_model` has no member `_cd_fast`

sklearn/linear_model/tests/test_coordinate_descent.py

[error] unresolved-import - Module `sklearn.linear_model` has no member `_cd_fast`

sklearn/manifold/_t_sne.py

[error] unresolved-import - Module `sklearn.manifold` has no member `_barnes_hut_tsne`
[error] unresolved-import - Module `sklearn.manifold` has no member `_utils`

sklearn/manifold/tests/test_t_sne.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/model_selection/tests/test_search.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/model_selection/tests/test_split.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/svm/_base.py

[error] unresolved-import - Module `sklearn.svm` has no member `_liblinear`
[error] unresolved-import - Module `sklearn.svm` has no member `_libsvm`
[error] unresolved-import - Module `sklearn.svm` has no member `_libsvm_sparse`

sklearn/svm/tests/test_svm.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/tests/test_metadata_routing.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/utils/_mocking.py

[error] invalid-assignment - Object of type `RequestMethod` is not assignable to attribute `set_fit_request` of type `def set_fit_request(self, **kwargs) -> Unknown`

sklearn/utils/_pprint.py

[error] unresolved-attribute - Class `PrettyPrinter` has no attribute `_dispatch`

sklearn/utils/_testing.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/utils/estimator_checks.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/utils/tests/test_deprecation.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sklearn/utils/tests/test_tags.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy (https://github.com/scipy/scipy)

scipy/optimize/_highspy/_highs_wrapper.py

[error] unresolved-import - Cannot resolve imported module `scipy.optimize._highspy._core`
[error] unresolved-import - Module `scipy.optimize._highspy` has no member `_highs_options`

scipy/spatial/__init__.py

[error] unresolved-import - Cannot resolve imported module `._ckdtree`

scipy/spatial/_kdtree.py

[error] unresolved-import - Cannot resolve imported module `._ckdtree`

scipy/spatial/_spherical_voronoi.py

[error] unresolved-import - Module `scipy.spatial` has no member `cKDTree`

scipy/stats/_mgc.py

[error] unresolved-import - Cannot resolve imported module `._stats`

subprojects/array_api_extra/src/array_api_extra/_lib/_at.py

[error] unresolved-attribute - Object of type `Array` has no attribute `at`

subprojects/array_api_extra/src/array_api_extra/_lib/_funcs.py

[error] invalid-argument-type - Argument to function `log2` is incorrect: Expected `SupportsFloat | SupportsIndex`, found `(int & ~Literal[0]) | None`

subprojects/array_api_extra/src/array_api_extra/_lib/_utils/_typing.pyi

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`

scipy/optimize/_milp.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/signal/tests/test_savitzky_golay.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/sparse/linalg/tests/test_propack.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/_entropy.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/tests/test_entropy.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/tests/test_sensitivity_analysis.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_compat/array_api_compat/array_api_compat/common/_typing.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/_external/_array_api_compat_vendor.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/_lib/_array_api.py

[error] unresolved-import - Cannot resolve imported module `cupyx`
[error] unresolved-import - Cannot resolve imported module `jax`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/_lib/_testutils.py

[error] unresolved-import - Cannot resolve imported module `cython`
[error] unresolved-import - Cannot resolve imported module `Cython.Compiler.Version`

scipy/_lib/_util.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/conftest.py

[error] unresolved-import - Cannot resolve imported module `pytest_fail_slow`
[error] unresolved-import - Cannot resolve imported module `torch`
[error] unresolved-import - Cannot resolve imported module `cupy`
[error] unresolved-import - Cannot resolve imported module `jax.numpy`

scipy/datasets/_utils.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/differentiate/tests/test_differentiate.py

[error] unresolved-attribute - Unresolved attribute `mn` on type `def f1(z, xp) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `ref` on type `def f1(z, xp) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `mn` on type `def f2(z, xp) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `ref` on type `def f2(z, xp) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `mn` on type `def f3(z, xp) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `ref` on type `def f3(z, xp) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `mn` on type `def f4(x, xp) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `ref` on type `def f4(x, xp) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `mn` on type `def f5(x, xp) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `ref` on type `def f5(x, xp) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `mn` on type `def rosen(x, _) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `ref` on type `def rosen(x, _) -> Unknown`

scipy/interpolate/_fitpack_repro.py

[error] unresolved-import - Module `scipy.interpolate` has no member `_dierckx`

scipy/interpolate/_ndbspline.py

[error] unresolved-import - Module `scipy.interpolate` has no member `_dierckx`

scipy/interpolate/tests/test_rbfinterp.py

[error] unresolved-import - Module `scipy.spatial` has no member `cKDTree`

scipy/linalg/_matfuncs.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/optimize/_isotonic.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/optimize/tests/test_optimize.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/signal/_savitzky_golay.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/sparse/linalg/_eigen/_svds.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/sparse/linalg/_svdp.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/spatial/tests/test_qhull.py

[error] unresolved-import - Module `scipy.spatial` has no member `cKDTree`

scipy/spatial/tests/test_spherical_voronoi.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/special/_orthogonal.pyi

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/special/tests/test_iv_ratio.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/_distribution_infrastructure.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/_fit.py

[error] unresolved-attribute - Unresolved attribute `alternative` on type `def _filliben(dist, data, axis) -> Unknown`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/_new_distributions.py

[error] unresolved-attribute - Unresolved attribute `orders` on type `def _moment_raw_formula(self, order, *, mu, sigma, **kwargs) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `orders` on type `def _moment_central_formula(self, order, ab, **kwargs) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `orders` on type `def _moment_raw_formula(self, order, *, n, p, **kwargs) -> Unknown`
[error] unresolved-attribute - Unresolved attribute `orders` on type `def _moment_central_formula(self, order, *, n, p, **kwargs) -> Unknown`

scipy/stats/_qmc.py

[error] no-matching-overload - No overload of function `pdist` matches arguments
[error] no-matching-overload - No overload of function `tile` matches arguments
[error] invalid-argument-type - Argument to function `_cscramble` is incorrect: Expected `int | integer[Any]`, found `Unknown | int | integer[Any] | None`
[error] invalid-argument-type - Argument to bound method `random` is incorrect: Expected `int | integer[Any]`, found `int | float`
[error] invalid-assignment - Object of type `LiteralString` is not assignable to `Literal["random-cd", "lloyd"] | None`
[error] invalid-assignment - Object of type `int | None` is not assignable to `int | integer[Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/_resampling.py

[error] invalid-assignment - Object of type `None` is not assignable to `int`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/_sensitivity_analysis.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/_unuran/unuran_wrapper.pyi

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/tests/test_continuous.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/tests/test_fit.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/tests/test_quantile.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/tests/test_sampling.py

[error] unresolved-reference - Name `foo` used when not defined
[error] unresolved-reference - Name `foo` used when not defined
[error] unresolved-reference - Name `foo` used when not defined
[error] unsupported-operator - Operator `+=` is not supported between objects of type `list[tuple[(x) -> Unknown, <class 'UNURANError'>, str]]` and `list[tuple[(x) -> Unknown, <class 'UNURANError'>, str] | tuple[(x) -> Unknown, <class 'TypeError'>, str] | tuple[(x) -> Unknown, <class 'NameError'>, str] | tuple[() -> Unknown, <class 'TypeError'>, str]]`
[error] unresolved-reference - Name `foo` used when not defined
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scipy/stats/tests/test_stats.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_compat/array_api_compat/array_api_compat/_internal.py

[error] unresolved-attribute - Unresolved attribute `__signature__` on type `_Wrapped[(...), _T@inner, (*args: object, **kwargs: object), object]`
[error] invalid-return-type - Return type does not match returned value: expected `(...) -> _T@inner`, found `_Wrapped[(...), _T@inner, (*args: object, **kwargs: object), object]`

subprojects/array_api_compat/array_api_compat/array_api_compat/common/_helpers.py

[error] unresolved-attribute - Object of type `object` has no attribute `dtype`
[error] unresolved-import - Cannot resolve imported module `cupy`
[error] unresolved-import - Cannot resolve imported module `torch`
[error] unresolved-import - Cannot resolve imported module `dask.array`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_compat/array_api_compat/array_api_compat/common/_linalg.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_compat/array_api_compat/array_api_compat/dask/array/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_compat/array_api_compat/array_api_compat/dask/array/linalg.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_compat/array_api_compat/array_api_compat/numpy/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_compat/array_api_compat/array_api_compat/numpy/_aliases.py

[error] invalid-assignment - Object of type `Literal[_CopyMode.IF_NEEDED]` is not assignable to `bool | None`
[error] invalid-assignment - Object of type `Literal[_CopyMode.NEVER]` is not assignable to `bool | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_compat/array_api_compat/array_api_compat/numpy/linalg.py

[error] unresolved-import - Cannot resolve imported module `numpy.linalg.linalg`
[error] unresolved-import - Cannot resolve imported module `numpy.linalg.linalg`
[error] unresolved-import - Cannot resolve imported module `numpy.linalg.linalg`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_extra/src/array_api_extra/_delegation.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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, ...]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_extra/src/array_api_extra/_lib/_testing.py

[error] unresolved-attribute - Object of type `Array` has no attribute `compute`
[error] unresolved-attribute - Object of type `Array` has no attribute `compute`
[error] unresolved-attribute - Object of type `Device` has no attribute `type`
[error] unresolved-attribute - Object of type `Array` has no attribute `todense`

subprojects/array_api_extra/src/array_api_extra/_lib/_utils/_helpers.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[Array, Array]`, found `tuple[Array | int | float | complex, Array | int | float | complex]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_extra/src/array_api_extra/testing.py

[error] invalid-assignment - Object of type `Overload[(target: str, name: object, value: Notset = ..., raising: bool = ...) -> None, (target: object, name: str, value: object, raising: bool = ...) -> None]` is not assignable to `def temp_setattr(target: ModuleType | type, name: str, func: object) -> None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_extra/tests/conftest.py

[error] invalid-argument-type - Argument to function `as_readonly` is incorrect: Expected `T@_wrap`, found `object`
[error] invalid-yield - Yield type `NumPyReadOnly` does not match annotated yield type `ModuleType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_extra/tests/test_at.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_extra/tests/test_funcs.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_extra/tests/test_helpers.py

[error] invalid-method-override - Invalid override of method `__reduce__`: Definition is incompatible with `object.__reduce__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_extra/tests/test_lazy.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_extra/tests/test_testing.py

[error] unresolved-attribute - Unresolved attribute `f` on type `ModuleType`
[error] unresolved-attribute - Unresolved attribute `f` on type `ModuleType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

subprojects/array_api_extra/vendor_tests/test_vendor.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy (https://github.com/scrapy/scrapy)

scrapy/commands/check.py

[error] invalid-assignment - Object of type `def start(self: Spider) -> AsyncIterator[Any]` is not assignable to attribute `start` of type `def start(self) -> AsyncIterator[Any]`

scrapy/extensions/spiderstate.py

[error] unresolved-attribute - Unresolved attribute `state` on type `Spider`
[error] unresolved-attribute - Unresolved attribute `state` on type `Spider`

scrapy/extensions/throttle.py

[error] unresolved-attribute - Unresolved attribute `download_delay` on type `Spider`

scrapy/http/cookies.py

[error] unresolved-attribute - Unresolved attribute `_cookies_lock` on type `CookieJar`
[error] invalid-argument-type - Argument to bound method `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] unresolved-attribute - Unresolved attribute `_now` on type `CookiePolicy`
[error] unresolved-attribute - Unresolved attribute `_now` on type `CookieJar`
[error] unresolved-attribute - Object of type `CookieJar` has no attribute `_cookies`
[error] unresolved-attribute - Object of type `CookieJar` has no attribute `_cookies_for_domain`
[error] unresolved-attribute - Object of type `CookieJar` has no attribute `_cookie_attrs`
[error] unresolved-attribute - Object of type `CookieJar` has no attribute `_cookies`
[error] invalid-argument-type - Argument to bound method `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 `set_cookie_if_ok` is incorrect: Expected `Request`, found `WrappedRequest`

scrapy/pqueues.py

[error] unresolved-attribute - Object of type `QueueProtocol` has no attribute `peek`

scrapy/settings/__init__.py

[error] invalid-method-override - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

scrapy/utils/deprecate.py

[warning] unsupported-base - Unsupported class base with type `type[type]`

scrapy/commands/bench.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/extensions/debug.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

docs/_ext/scrapydocs.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/commands/fetch.py

[error] invalid-assignment - Object of type `def start(self: Spider) -> AsyncIterator[Any]` is not assignable to attribute `start` of type `def start(self) -> AsyncIterator[Any]`

scrapy/commands/parse.py

[error] unresolved-attribute - Object of type `Spider` has no attribute `rules`
[error] invalid-assignment - Object of type `def start(spider: Spider) -> AsyncIterator[Any]` is not assignable to attribute `start` on type `type[Spider] & ~AlwaysFalsy`

scrapy/contracts/__init__.py

[error] unresolved-attribute - Object of type `(...) -> Unknown` has no attribute `__self__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/core/downloader/contextfactory.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/core/downloader/handlers/__init__.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `download_request`: expected 2, got 3

scrapy/core/downloader/handlers/ftp.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/core/downloader/handlers/http11.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/core/downloader/handlers/s3.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/core/engine.py

[error] unresolved-attribute - Attribute `is_idle` is not defined on `None` in union `Slot | None`
[error] unresolved-attribute - Attribute `nextcall` is not defined on `None` in union `_Slot | None`
[error] unresolved-attribute - Attribute `scheduler` is not defined on `None` in union `_Slot | None`

scrapy/core/scraper.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableAsyncChain[_T@_process_spider_output] | MutableChain[_T@_process_spider_output]`

scrapy/crawler.py

[error] invalid-argument-type - Argument to function `build_from_crawler` is incorrect: Expected `Crawler`, found `Self@_setup_reactor`

scrapy/downloadermiddlewares/httpauth.py

[error] unresolved-attribute - Object of type `Spider` has no attribute `http_auth_domain`

scrapy/downloadermiddlewares/httpproxy.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/exporters.py

[error] invalid-method-override - Invalid override of method `export_item`: Definition is incompatible with `BaseItemExporter.export_item`

scrapy/extensions/feedexport.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | None`
[error] invalid-assignment - Object of type `(Overload[(filename: str | bytes | PathLike[str] | PathLike[bytes] | _ReadableFileobj, mode: Literal["r", "rb"] = "rb", compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: str | bytes | PathLike[str] | PathLike[bytes] | _WritableFileobj, mode: Literal["a", "ab", "w", "wb", "x", "xb"], compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: str | bytes | PathLike[str] | ... omitted 3 union elements, mode: Literal["rt", "at", "wt", "xt"], compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> TextIOWrapper[_WrappedBuffer], (filename: str | bytes | PathLike[str] | ... omitted 3 union elements, mode: str, compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> GzipFile | TextIOWrapper[_WrappedBuffer]]) | (Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]])` is not assignable to `(...) -> IO[bytes]`: Incompatible value of type `(Overload[(filename: str | bytes | PathLike[str] | PathLike[bytes] | _ReadableFileobj, mode: Literal["r", "rb"] = "rb", compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: str | bytes | PathLike[str] | PathLike[bytes] | _WritableFileobj, mode: Literal["a", "ab", "w", "wb", "x", "xb"], compresslevel: int = 9, encoding: None = None, errors: None = None, newline: None = None) -> GzipFile, (filename: str | bytes | PathLike[str] | ... omitted 3 union elements, mode: Literal["rt", "at", "wt", "xt"], compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> TextIOWrapper[_WrappedBuffer], (filename: str | bytes | PathLike[str] | ... omitted 3 union elements, mode: str, compresslevel: int = 9, encoding: str | None = None, errors: str | None = None, newline: str | None = None) -> GzipFile | TextIOWrapper[_WrappedBuffer]]) | (Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> IO[Any]])`
[error] invalid-argument-type - Argument to function `to_unicode` is incorrect: Expected `str | bytes`, found `str | bytes | None`
[error] invalid-argument-type - Argument to function `mktime_tz` is incorrect: Expected `tuple[int, int, int, int, int, int, int, int, int, int | None]`, found `tuple[int, int, int, int, int, int, int, int, int, int | None] | None`

scrapy/extensions/telnet.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/http/headers.py

[error] invalid-method-override - Invalid override of method `items`: Definition is incompatible with `dict.items`
[error] invalid-method-override - Invalid override of method `values`: Definition is incompatible with `dict.values`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/http/response/__init__.py

[error] unresolved-attribute - Attribute `cb_kwargs` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - Attribute `meta` is not defined on `None` in union `Request | None`

scrapy/pipelines/files.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/pipelines/images.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/pipelines/media.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/resolver.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/spiders/crawl.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/squeues.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/utils/benchserver.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/utils/console.py

[error] unresolved-import - Cannot resolve imported module `IPython.frontend.terminal.embed`
[error] unresolved-import - Cannot resolve imported module `IPython.frontend.terminal.ipapp`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/utils/datatypes.py

[error] invalid-method-override - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/utils/display.py

[error] unresolved-attribute - Module `ctypes` has no member `windll`

scrapy/utils/misc.py

[error] call-non-callable - Object of type `object` is not callable

scrapy/utils/python.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/utils/reactor.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

scrapy/utils/spider.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_core_downloader.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_downloader_handler_twisted_ftp.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_downloader_handler_twisted_http10.py

[error] invalid-method-override - Invalid override of method `test_unsupported_scheme`: Definition is incompatible with `TestHttpBase.test_unsupported_scheme`

tests/test_downloader_handler_twisted_http2.py

[error] invalid-method-override - Invalid override of method `test_download_cause_data_loss_double_warning`: Definition is incompatible with `TestHttp11Base.test_download_cause_data_loss_double_warning`
[error] invalid-method-override - Invalid override of method `test_download_conn_failed`: Definition is incompatible with `TestHttp11Base.test_download_conn_failed`
[error] invalid-method-override - Invalid override of method `test_download_conn_aborted`: Definition is incompatible with `TestHttp11Base.test_download_conn_aborted`
[error] invalid-method-override - Invalid override of method `test_bytes_received_stop_download_callback`: Definition is incompatible with `TestHttpWithCrawlerBase.test_bytes_received_stop_download_callback`
[error] invalid-method-override - Invalid override of method `test_bytes_received_stop_download_errback`: Definition is incompatible with `TestHttpWithCrawlerBase.test_bytes_received_stop_download_errback`
[error] invalid-method-override - Invalid override of method `test_headers_received_stop_download_callback`: Definition is incompatible with `TestHttpWithCrawlerBase.test_headers_received_stop_download_callback`
[error] invalid-method-override - Invalid override of method `test_headers_received_stop_download_errback`: Definition is incompatible with `TestHttpWithCrawlerBase.test_headers_received_stop_download_errback`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_downloader_handlers_http_base.py

[error] invalid-method-override - Invalid override of method `test_download_conn_lost`: Definition is incompatible with `TestHttp11Base.test_download_conn_lost`
[error] unresolved-attribute - Object of type `Spider & ~AlwaysFalsy` has no attribute `meta`
[error] unresolved-attribute - Object of type `Spider & ~AlwaysFalsy` has no attribute `meta`
[error] unresolved-attribute - Object of type `Spider & ~AlwaysFalsy` has no attribute `meta`

tests/test_http2_client_protocol.py

[error] invalid-argument-type - Argument to function `make_request` is incorrect: Expected `Request`, found `Literal["https://InvalidDataTypePassed.com"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_middleware.py

[error] unresolved-attribute - Object of type `((...) -> Unknown) | tuple[(...) -> Unknown, (...) -> Unknown] | None` has no attribute `__self__`
[error] unresolved-attribute - Object of type `((...) -> Unknown) | tuple[(...) -> Unknown, (...) -> Unknown] | None` has no attribute `__self__`
[error] unresolved-attribute - Object of type `((...) -> Unknown) | tuple[(...) -> Unknown, (...) -> Unknown] | None` has no attribute `__self__`

tests/test_pipeline_images.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `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 `process_start_requests` is incorrect: Expected `Spider`, found `None`

tests/test_spidermiddleware_httperror.py

[error] invalid-assignment - Object of type `list[int]` is not assignable to attribute `handle_httpstatus_list` on type `Spider & ~AlwaysFalsy`
[error] invalid-assignment - Object of type `list[int]` is not assignable to attribute `handle_httpstatus_list` on type `Spider & ~AlwaysFalsy`

tests/test_utils_iterators.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_utils_url.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

setuptools (https://github.com/pypa/setuptools)

setuptools/_static.py

[error] no-matching-overload - No overload of bound method `get` matches arguments

setuptools/_vendor/packaging/tags.py

[error] unresolved-attribute - Module `platform` has no member `ios_ver`
[error] unresolved-attribute - Module `platform` has no member `android_ver`

setuptools/_vendor/zipp/compat/overlay.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `HashableNamespace` on object of type `dict[str, ModuleType]`

setuptools/extension.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Iterable[str | PathLike[str]]`

setuptools/_shutil.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

setuptools/_vendor/tomli/_parser.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

setuptools/_vendor/zipp/compat/py310.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

setuptools/errors.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

setuptools/tests/integration/test_pip_install_sdist.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

setuptools/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `setuptools.dist.Distribution`, found `distutils.dist.Distribution`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

setuptools/_distutils/compilers/C/base.py

[error] invalid-assignment - Object of type `None` is not assignable to `str`

setuptools/_distutils/compilers/C/unix.py

[error] invalid-method-override - Invalid override of method `runtime_library_dir_option`: Definition is incompatible with `setuptools._distutils.compilers.C.base.Compiler.runtime_library_dir_option`

setuptools/_distutils/tests/test_build_ext.py

[error] unresolved-import - Cannot resolve imported module `xx`

setuptools/_reqs.py

[error] invalid-parameter-default - Default value of type `_lru_cache_wrapper[Requirement]` is not assignable to annotated parameter type `(str, /) -> _T@parse`

setuptools/_vendor/importlib_metadata/__init__.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `tuple.__getitem__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

setuptools/_vendor/importlib_metadata/_functools.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 - Method `__delitem__` of type `Overload[(key: Literal["metadata_version"], /) -> None, (key: Literal["name"], /) -> None, (key: Literal["version"], /) -> None, (key: Literal["platforms"], /) -> None, (key: Literal["summary"], /) -> None, (key: Literal["description"], /) -> None, (key: Literal["keywords"], /) -> None, (key: Literal["home_page"], /) -> None, (key: Literal["author"], /) -> None, (key: Literal["author_email"], /) -> None, (key: Literal["license"], /) -> None, (key: Literal["supported_platforms"], /) -> None, (key: Literal["download_url"], /) -> None, (key: Literal["classifiers"], /) -> None, (key: Literal["requires"], /) -> None, (key: Literal["provides"], /) -> None, (key: Literal["obsoletes"], /) -> None, (key: Literal["maintainer"], /) -> None, (key: Literal["maintainer_email"], /) -> None, (key: Literal["requires_dist"], /) -> None, (key: Literal["provides_dist"], /) -> None, (key: Literal["obsoletes_dist"], /) -> None, (key: Literal["requires_python"], /) -> None, (key: Literal["requires_external"], /) -> None, (key: Literal["project_urls"], /) -> None, (key: Literal["description_content_type"], /) -> None, (key: Literal["provides_extra"], /) -> None, (key: Literal["dynamic"], /) -> None, (key: Literal["license_expression"], /) -> None, (key: Literal["license_files"], /) -> None, (key: Literal["import_names"], /) -> None, (key: Literal["import_namespaces"], /) -> None]` cannot be called with key of type `str` on object of type `RawMetadata`

setuptools/_vendor/packaging/pylock.py

[error] dataclass-field-order - Required field `commit_id` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `hashes` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `hashes` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `hashes` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `created_by` cannot be defined after fields with default values
[error] dataclass-field-order - Required field `packages` cannot be defined after fields with default values
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

setuptools/build_meta.py

[warning] possibly-missing-submodule - Submodule `core` might not have been imported
[warning] possibly-missing-submodule - Submodule `core` might not have been imported

setuptools/command/bdist_egg.py

[error] no-matching-overload - No overload of function `dirname` matches arguments

setuptools/command/build_ext.py

[error] unresolved-import - Cannot resolve imported module `dl`
[error] invalid-assignment - Object of type `(bound method CCompiler.link_shared_object(objects, output_libname, output_dir=None, libraries=None, library_dirs=None, runtime_library_dirs=None, export_symbols=None, debug: bool = False, extra_preargs=None, extra_postargs=None, build_temp=None, target_lang=None) -> None) | (bound method CCompiler.link_shared_object(objects, output_libname, output_dir=None, libraries=None, library_dirs=None, runtime_library_dirs=None, export_symbols=None, debug: bool = False, extra_preargs=None, extra_postargs=None, build_temp=None, target_lang=None) -> None)` is not assignable to attribute `link_shared_object` of type `def link_shared_object(self, objects: list[str], output_filename: str, output_dir: str | None = None, libraries: list[str] | None = None, library_dirs: list[str] | None = None, runtime_library_dirs: list[str] | None = None, export_symbols: list[str] | None = None, debug: bool | Literal[0, 1] = 0, extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, build_temp: str | None = None, target_lang: str | None = None) -> None`

setuptools/command/build_py.py

[error] invalid-method-override - Invalid override of method `copy_file`: Definition is incompatible with `Command.copy_file`
[error] invalid-assignment - Object of type `str` is not assignable to `StrPathT@copy_file`
[error] invalid-method-override - Invalid override of method `get_outputs`: Definition is incompatible with `distutils.command.build_py.build_py.get_outputs`

setuptools/command/install_lib.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

setuptools/command/setopt.py

[error] invalid-assignment - Object of type `(optionstr) -> Unknown` is not assignable to attribute `optionxform` of type `def optionxform(self, optionstr: str) -> str`

setuptools/config/_validate_pyproject/formats.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 bound method `__init__` is incorrect: Expected `str`, found `None`

setuptools/config/pyprojecttoml.py

[error] call-non-callable - Object of type `object` is not callable

setuptools/dist.py

[error] invalid-method-override - Invalid override of method `get_command_class`: Definition is incompatible with `distutils.dist.Distribution.get_command_class`

setuptools/glob.py

[error] invalid-argument-type - Argument to function `filter` is incorrect: Argument type `str | bytes` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] no-matching-overload - No overload of function `join` matches arguments
[error] no-matching-overload - No overload of function `join` matches arguments

setuptools/monkey.py

[warning] possibly-missing-submodule - Submodule `core` might not have been imported
[warning] possibly-missing-submodule - Submodule `core` might not have been imported
[warning] possibly-missing-submodule - Submodule `extension` might not have been imported

setuptools/msvc.py

[error] no-matching-overload - No overload of function `join` matches arguments
[error] no-matching-overload - No overload of function `join` matches arguments
[error] no-matching-overload - No overload of function `join` matches arguments
[error] invalid-return-type - Return type does not match returned value: expected `str | None`, found `int | str | bytes | ... omitted 3 union elements`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

spack (https://github.com/spack/spack)

lib/spack/spack/cmd/python.py

[error] unresolved-import - Cannot resolve imported module `IPython`

lib/spack/spack/llnl/util/tty/log.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'termios'>`

lib/spack/spack/operating_systems/windows_os.py

[error] no-matching-overload - No overload of function `check_output` matches arguments

lib/spack/spack/util/log_parse.py

[error] unresolved-attribute - Unresolved attribute `ctest_parser` on type `def parse_log_events(stream: str | TextIO, context: int = 6, jobs: int | None = None, profile: bool = False) -> Unknown`

lib/spack/spack/util/prefix.py

[error] invalid-method-override - Invalid override of method `join`: Definition is incompatible with `str.join`

lib/spack/spack/util/spack_json.py

[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `((Any, /) -> Any) | None`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `None | int | str`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `bool`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `bool`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `bool`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `bool`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `bool`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `tuple[str, str] | None`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dumps` is incorrect: Expected `type[JSONEncoder] | None`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `((Any, /) -> Any) | None`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `None | int | str`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `bool`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `bool`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `bool`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `bool`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `bool`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `tuple[str, str] | None`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `dump` is incorrect: Expected `type[JSONEncoder] | None`, found `str | tuple[str, str] | None`

lib/spack/spack/solver/reuse.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/tokenize.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/build_environment.py

[error] unresolved-attribute - Attribute `value` is not defined on `NameModifier` in union `NameModifier | NameValueModifier`
[error] unresolved-attribute - Attribute `stage` is not defined on `None` in union `Any | None`
[warning] possibly-unresolved-reference - Name `pkg` used when possibly not defined
[error] unresolved-attribute - Attribute `test_log_name` is not defined on `None` in union `Any | None`
[warning] possibly-unresolved-reference - Name `pkg` used when possibly not defined
[warning] possibly-unresolved-reference - Name `pkg` used when possibly not defined

lib/spack/spack/cmd/info.py

[error] invalid-return-type - Return type does not match returned value: expected `SupportsRichComparison`, found `Any | None`

lib/spack/spack/config.py

[error] unresolved-attribute - Unresolved attribute `override` on type `syaml_str`
[error] unresolved-attribute - Unresolved attribute `prepend` on type `syaml_str`
[error] unresolved-attribute - Unresolved attribute `append` on type `syaml_str`
[error] invalid-assignment - Object of type `dict[str, str | Unknown | dict[str, str]]` is not assignable to `dict[str, str]`
[error] invalid-assignment - Object of type `list[str | Unknown | dict[str, str]]` is not assignable to `list[str]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/database.py

[error] unresolved-attribute - Object of type `Spec` has no attribute `_package_hash`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/directives.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments

lib/spack/spack/environment/environment.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/install_test.py

[error] unresolved-attribute - Attribute `force_echo` is not defined on `None` in union `nixlog | winlog | None`
[error] unresolved-attribute - Object of type `Counter[Unknown]` has no attribute `total`
[error] unresolved-attribute - Object of type `Counter[Unknown]` has no attribute `total`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/installer.py

[error] unresolved-attribute - Object of type `PackageBase` has no attribute `stop_before_phase`
[error] unresolved-attribute - Object of type `PackageBase` has no attribute `stop_before_phase`
[error] unresolved-attribute - Object of type `PackageBase` has no attribute `stop_before_phase`
[error] unresolved-attribute - Object of type `PackageBase` has no attribute `last_phase`
[error] unresolved-attribute - Object of type `PackageBase` has no attribute `last_phase`
[error] unresolved-attribute - Object of type `PackageBase` has no attribute `last_phase`
[error] unresolved-attribute - Object of type `PackageBase` has no attribute `last_phase`
[error] unresolved-attribute - Object of type `PackageBase` has no attribute `last_phase`
[error] unresolved-attribute - Unresolved attribute `last_phase` on type `PackageBase`
[error] unresolved-attribute - Unresolved attribute `stop_before_phase` on type `PackageBase`
[error] unresolved-attribute - Unresolved attribute `last_phase` on type `PackageBase`
[error] invalid-assignment - Cannot assign to read-only property `install_policy` on object of type `Task`: Attempted assignment to `Task.install_policy` here
[error] invalid-assignment - Object of type `Literal[True]` is not assignable to attribute `printed` on type `Exception | SystemExit`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/llnl/util/filesystem.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/llnl/util/tty/__init__.py

[error] invalid-argument-type - Argument to function `info` is incorrect: Expected `IOBase | None`, found `(IOBase & ~AlwaysFalsy) | TextIO | Any`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/new_installer.py

[error] invalid-parameter-default - Default value of type `TextIO | Any` is not assignable to annotated parameter type `TextIOWrapper[_WrappedBuffer]`

lib/spack/spack/repo.py

[error] invalid-assignment - Object of type `Singleton` is not assignable to `RepoPath`

lib/spack/spack/solver/asp.py

[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`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/spec.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__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 bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/test/cmd/versions.py

[error] unresolved-import - Cannot resolve imported module `spack_repo.builtin_mock.packages.brillig.package`

lib/spack/spack/test/config.py

[error] no-matching-overload - No overload of function `commonprefix` matches arguments
[error] invalid-assignment - Object of type `Literal[""]` is not assignable to attribute `branch` on type `IncludePath | GitIncludePaths`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/test/env.py

[error] unresolved-attribute - Unresolved attribute `_hash` on type `Spec`
[error] unresolved-attribute - Object of type `Spec` has no attribute `_hash`

lib/spack/spack/test/repo.py

[error] unresolved-import - Cannot resolve imported module `spack_repo.builtin_mock.packages.mpileaks.package`
[error] unresolved-import - Cannot resolve imported module `spack_repo.compiler_runtime_test.packages.gcc_runtime.package`
[error] unresolved-import - Cannot resolve imported module `spack_repo.builtin_mock.packages.cmake.package`

lib/spack/spack/test/sbang.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

lib/spack/spack/util/path.py

[error] unresolved-attribute - Object of type `syaml_str` has no attribute `_start_mark`
[error] unresolved-attribute - Object of type `syaml_str` has no attribute `_start_mark`
[error] unresolved-attribute - Object of type `syaml_str` has no attribute `_end_mark`

lib/spack/spack/util/web.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/_cli/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `int`, found `str | int | None`

sphinx/_cli/util/colour.py

[error] unresolved-attribute - Unresolved attribute `__escape_code` on type `def inner(text: str) -> str`

sphinx/cmd/quickstart.py

[error] invalid-return-type - Return type does not match returned value: expected `int`, found `str | int | None`
[error] not-iterable - Object of type `Any | str | bool | None | list[Unknown]` may not be iterable

sphinx/domains/__init__.py

[error] invalid-attribute-access - Cannot assign to ClassVar `object_types` from an instance of type `Self@__init__`
[error] invalid-attribute-access - Cannot assign to ClassVar `directives` from an instance of type `Self@__init__`
[error] invalid-attribute-access - Cannot assign to ClassVar `roles` from an instance of type `Self@__init__`
[error] invalid-attribute-access - Cannot assign to ClassVar `indices` from an instance of type `Self@__init__`
[warning] unsupported-base - Unsupported class base with type `type[Directive]`

sphinx/domains/cpp/_parser.py

[error] unresolved-attribute - Unresolved attribute `objectType` on type `ASTNamespace`
[error] unresolved-attribute - Unresolved attribute `objectType` on type `ASTNamespace`

sphinx/domains/javascript.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[str, str]`, found `tuple[str, Any | None | str]`

sphinx/domains/python/__init__.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["py:"]` and `Unknown | str | None`

sphinx/ext/autodoc/_dynamic/_type_comments.py

[error] unresolved-attribute - Object of type `stmt` has no attribute `body`
[error] unresolved-attribute - Object of type `FunctionDef` has no attribute `argtypes`
[error] unresolved-attribute - Object of type `FunctionDef` has no attribute `argtypes`

sphinx/ext/autodoc/_generate.py

[error] unresolved-attribute - Object of type `_ItemProperties` has no attribute `doc_as_attr`
[error] unresolved-attribute - Object of type `_ItemProperties` has no attribute `doc_as_attr`
[error] unresolved-attribute - Object of type `_ItemProperties` has no attribute `all`

sphinx/ext/intersphinx/_shared.py

[error] unresolved-attribute - Unresolved attribute `intersphinx_cache` on type `BuildEnvironment`
[error] unresolved-attribute - Unresolved attribute `intersphinx_inventory` on type `BuildEnvironment`
[error] unresolved-attribute - Unresolved attribute `intersphinx_named_inventory` on type `BuildEnvironment`
[error] unresolved-attribute - Attribute `intersphinx_cache` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Attribute `intersphinx_inventory` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Attribute `intersphinx_named_inventory` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Attribute `intersphinx_inventory` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Attribute `intersphinx_named_inventory` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`

sphinx/ext/mathjax.py

[error] unresolved-attribute - Attribute `math_renderer_name` is not defined on `Builder` in union `Unknown | Builder`

sphinx/locale/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `_TranslationProxy`

sphinx/pycode/ast.py

[error] unresolved-attribute - Object of type `expr` has no attribute `elts`

sphinx/search/ja.py

[error] unresolved-import - Cannot resolve imported module `MeCab`
[error] unresolved-import - Cannot resolve imported module `janome.tokenizer`

sphinx/theming.py

[error] invalid-return-type - Return type does not match returned value: expected `_ThemeToml`, found `dict[str, Any]`

sphinx/util/template.py

[error] unresolved-attribute - Object of type `SandboxedEnvironment` has no attribute `install_gettext_translations`

sphinx/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/addnodes.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/builders/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/builders/html/_build_info.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/builders/latex/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/builders/manpage.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/builders/singlehtml.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/builders/texinfo.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/builders/text.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/directives/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/directives/admonitions.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/domains/_domains_container.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/domains/changeset.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/domains/citation.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/errors.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_directive.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_dynamic/_importer.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_names.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/duration.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/napoleon/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/extension.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/io.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/util/_pathlib.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/util/display.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/util/docfields.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/util/logging.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/writers/manpage.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/writers/xml.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/application.py

[error] unresolved-attribute - Attribute `add_js_file` is not defined on `Builder` in union `Unknown | Builder`
[error] unresolved-attribute - Attribute `add_css_file` is not defined on `Builder` in union `Unknown | Builder`

sphinx/builders/gettext.py

[error] unresolved-attribute - Unresolved attribute `uid` on type `Element`
[error] override-of-final-method - Cannot override final member `build` from superclass `Builder`

sphinx/builders/html/__init__.py

[error] unresolved-attribute - Attribute `math_renderer_name` is not defined on `Builder` in union `Unknown | Builder`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/builders/xml.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/cmd/build.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/config.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/directives/other.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/domains/c/_ast.py

[error] unresolved-attribute - Attribute `get_id` is not defined on `ASTExpression` in union `Unknown | ASTExpression`

sphinx/domains/c/_parser.py

[error] invalid-return-type - Return type does not match returned value: expected `ASTExpression`, found `ASTBinOpExpr`

sphinx/domains/cpp/_symbol.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/domains/python/_annotations.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/domains/python/_object.py

[error] unresolved-attribute - Object of type `<super: <class 'PyXrefMixin'>, Self@make_xref>` has no attribute `make_xref`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/domains/std/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `reference | None`, found `Element`
[error] invalid-return-type - Return type does not match returned value: expected `reference | None`, found `Element`
[error] invalid-return-type - Return type does not match returned value: expected `reference | None`, found `Element`
[error] invalid-return-type - Return type does not match returned value: expected `reference | None`, found `Element`
[error] invalid-return-type - Return type does not match returned value: expected `reference | None`, found `Element`
[error] invalid-return-type - Return type does not match returned value: expected `reference | None`, found `Element`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["std:"]` and `Unknown | str | None`
[error] unresolved-attribute - Object of type `Domain` has no attribute `anonlabels`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/environment/__init__.py

[error] invalid-parameter-default - Default value of type `EllipsisType` is not assignable to annotated parameter type `Tags`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/environment/adapters/toctree.py

[error] invalid-parameter-default - Default value of type `EllipsisType` is not assignable to annotated parameter type `Tags`
[error] unresolved-attribute - Unresolved attribute `uid` on type `title`
[error] invalid-return-type - Return type does not match returned value: expected `ET@_toctree_copy`, found `Element`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/environment/collectors/metadata.py

[error] not-iterable - Object of type `Node` is not iterable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_directive_options.py

[error] invalid-return-type - Return type does not match returned value: expected `Literal["alphabetical", "bysource", "groupwise"] | None`, found `str`
[error] invalid-return-type - Return type does not match returned value: expected `Literal["both", "class", "init"]`, found `str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_dynamic/_loader.py

[error] unresolved-attribute - Attribute `__spec__` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - Attribute `origin` is not defined on `None` in union `ModuleSpec | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_dynamic/_member_finder.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_dynamic/_preserve_defaults.py

[error] unresolved-attribute - Object of type `stmt` has no attribute `body`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_dynamic/_signatures.py

[error] unresolved-attribute - Unresolved attribute `__signature__` on type `def dummy() -> Unknown`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_legacy_class_based/_documenters.py

[error] unresolved-attribute - Object of type `Self@_find_signature` has no attribute `objpath`
[error] unresolved-attribute - Object of type `Self@_find_signature` has no attribute `directive`
[error] unresolved-attribute - Object of type `<super: <class 'DocstringSignatureMixin'>, Self@get_doc>` has no attribute `get_doc`
[error] unresolved-attribute - Object of type `Self@format_signature` has no attribute `config`
[error] unresolved-attribute - Object of type `<super: <class 'DocstringSignatureMixin'>, Self@format_signature>` has no attribute `format_signature`
[error] unresolved-attribute - Object of type `Self@format_signature` has no attribute `config`
[error] unresolved-attribute - Unresolved attribute `__signature__` on type `def dummy() -> Unknown`
[error] unresolved-attribute - Object of type `<super: <class 'UninitializedGlobalVariableMixin'>, Self@import_object>` has no attribute `import_object`
[error] unresolved-attribute - Object of type `<super: <class 'UninitializedGlobalVariableMixin'>, Self@get_doc>` has no attribute `get_doc`
[error] unresolved-attribute - Unresolved attribute `__signature__` on type `def dummy() -> Unknown`
[error] unresolved-attribute - Object of type `<super: <class 'NonDataDescriptorMixin'>, Self@import_object>` has no attribute `import_object`
[error] unresolved-attribute - Object of type `<super: <class 'NonDataDescriptorMixin'>, Self@get_doc>` has no attribute `get_doc`
[error] unresolved-attribute - Object of type `<super: <class 'SlotsMixin'>, Self@import_object>` has no attribute `import_object`
[error] unresolved-attribute - Object of type `<super: <class 'SlotsMixin'>, Self@get_doc>` has no attribute `get_doc`
[error] unresolved-attribute - Object of type `Self@is_runtime_instance_attribute` has no attribute `get_attribute_comment`
[error] unresolved-attribute - Object of type `<super: <class 'RuntimeInstanceAttributeMixin'>, Self@import_object>` has no attribute `import_object`
[error] unresolved-attribute - Object of type `Self@import_object` has no attribute `get_attr`
[error] unresolved-attribute - Object of type `<super: <class 'RuntimeInstanceAttributeMixin'>, Self@get_doc>` has no attribute `get_doc`
[error] unresolved-attribute - Object of type `<super: <class 'UninitializedInstanceAttributeMixin'>, Self@import_object>` has no attribute `import_object`
[error] unresolved-attribute - Object of type `Self@import_object` has no attribute `get_attr`
[error] unresolved-attribute - Object of type `<super: <class 'UninitializedInstanceAttributeMixin'>, Self@get_doc>` has no attribute `get_doc`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/autosummary/generate.py

[error] unresolved-attribute - Object of type `SandboxedEnvironment` has no attribute `install_gettext_translations`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/doctest.py

[error] unresolved-attribute - Object of type `Self@_DocTestRunner__patched_linecache_getlines` has no attribute `_DocTestRunner__LINECACHE_FILENAME_RE`
[error] unresolved-attribute - Object of type `Self@_DocTestRunner__patched_linecache_getlines` has no attribute `save_linecache_getlines`
[error] unresolved-attribute - Unresolved attribute `compile` on type `<module 'doctest'>`.
[error] unresolved-attribute - Unresolved attribute `_fakeout` on type `SphinxDocTestRunner`
[error] unresolved-attribute - Object of type `SphinxDocTestRunner` has no attribute `_fakeout`
[error] unresolved-attribute - Unresolved attribute `_fakeout` on type `SphinxDocTestRunner`
[error] unresolved-attribute - Object of type `SphinxDocTestRunner` has no attribute `_fakeout`
[error] unresolved-attribute - Object of type `DocTestParser` has no attribute `_EXCEPTION_RE`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/graphviz.py

[error] unresolved-attribute - Object of type `StandaloneHTMLBuilder | LaTeXBuilder | TexinfoBuilder` has no attribute `_graphviz_warned_dot`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/imgmath.py

[error] unresolved-attribute - Unresolved attribute `_imgmath_warned_latex` on type `StandaloneHTMLBuilder`
[error] unresolved-attribute - Unresolved attribute `_imgmath_warned_image_translator` on type `StandaloneHTMLBuilder`

sphinx/ext/inheritance_diagram.py

[error] call-non-callable - Object of type `None` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/napoleon/docstring.py

[error] call-non-callable - Object of type `None` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/ext/viewcode.py

[error] unresolved-attribute - Attribute `_viewcode_modules` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Attribute `_viewcode_modules` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Attribute `_viewcode_modules` is not defined on `BuildEnvironment` in union `Unknown | BuildEnvironment`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `_viewcode_modules`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `_viewcode_modules`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `_viewcode_modules`
[error] unresolved-attribute - Object of type `BuildEnvironment` has no attribute `_viewcode_modules`
[error] unresolved-attribute - Attribute `highlighter` is not defined on `Builder` in union `Unknown | Builder`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/highlighting.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/jinja2glue.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `int | str`
[error] unresolved-attribute - Object of type `SandboxedEnvironment` has no attribute `install_gettext_translations`
[error] unresolved-attribute - Attribute `pathchain` is not defined on `BaseLoader`, `None` in union `Unknown | BaseLoader | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/parsers.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/pycode/parser.py

[error] unresolved-attribute - Object of type `AST` has no attribute `id`
[warning] possibly-unresolved-reference - Name `self_id` used when possibly not defined
[error] unresolved-attribute - Object of type `AST` has no attribute `id`
[error] unresolved-attribute - Object of type `AST` has no attribute `elts`
[error] unresolved-attribute - Object of type `AST` has no attribute `value`
[error] unresolved-attribute - Object of type `AST` has no attribute `value`
[warning] possibly-unresolved-reference - Name `self_id` used when possibly not defined
[error] unresolved-attribute - Object of type `AST` has no attribute `attr`
[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `list[str | AST]`
[error] unresolved-attribute - Object of type `AST` has no attribute `value`
[error] unresolved-attribute - Attribute `value` is not defined on `None` in union `Token | None`
[error] unresolved-attribute - Attribute `start` is not defined on `None` in union `Token | None`
[error] unresolved-attribute - Attribute `match` is not defined on `None` in union `Token | None`
[error] unresolved-attribute - Attribute `end` is not defined on `None` in union `Token | None`
[error] unresolved-attribute - Attribute `end` is not defined on `None` in union `Token | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/roles.py

[error] unresolved-attribute - Unresolved attribute `options` on type `def code_role(name: str, rawtext: str, text: str, lineno: int, inliner: Inliner, options: dict[str, Any] | None = None, content: Sequence[str] = ...) -> tuple[list[Node], list[system_message]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/search/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/search/zh.py

[error] unresolved-import - Cannot resolve imported module `jieba`

sphinx/testing/util.py

[error] unresolved-attribute - Module `docutils.parsers.rst.directives` has no member `_directives`
[error] unresolved-attribute - Module `docutils.parsers.rst.roles` has no member `_roles`

sphinx/transforms/__init__.py

[error] invalid-attribute-access - Cannot assign to ClassVar `smartquotes_action` from an instance of type `Self@apply`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/transforms/i18n.py

[error] invalid-return-type - Return type does not match returned value: expected `Element`, found `Node`
[error] unresolved-attribute - Attribute `_fallback` is not defined on `NullTranslations` in union `NullTranslations | Divergent`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/util/docutils.py

[error] unresolved-attribute - Module `docutils.parsers.rst.directives` has no member `_directives`
[error] unresolved-attribute - Module `docutils.parsers.rst.roles` has no member `_roles`
[error] unresolved-attribute - Unresolved attribute `_directives` on type `<module 'docutils.parsers.rst.directives'>`.
[error] unresolved-attribute - Unresolved attribute `_roles` on type `<module 'docutils.parsers.rst.roles'>`.
[error] unresolved-attribute - Module `docutils.parsers.rst.directives` has no member `_directives`
[error] unresolved-attribute - Module `docutils.parsers.rst.roles` has no member `_roles`
[error] unresolved-attribute - Module `docutils.parsers.rst.roles` has no member `_roles`
[error] unresolved-attribute - Module `docutils.nodes` has no member `_add_node_class_names`
[warning] possibly-missing-submodule - Submodule `languages` might not have been imported
[warning] possibly-missing-submodule - Submodule `parsers` might not have been imported
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/util/inspect.py

[error] unresolved-attribute - Module `typing` has no member `_BaseGenericAlias`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/util/nodes.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["translatable"]` and `Node & Inline & ~translatable`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/util/parallel.py

[error] too-many-positional-arguments - Too many positional arguments: expected 0, got 1
[error] missing-argument - No argument provided for required parameter 1
[error] missing-argument - No argument provided for required parameter 1
[error] too-many-positional-arguments - Too many positional arguments: expected 0, got 1

sphinx/util/requests.py

[error] invalid-parameter-default - Default value of type `tuple[()]` is not assignable to annotated parameter type `tuple[bool, str | dict[str, str] | None]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/util/rst.py

[error] unresolved-attribute - Object of type `Environment` has no attribute `language`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/util/typing.py

[error] invalid-type-form - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/versioning.py

[error] unresolved-import - Cannot resolve imported module `Levenshtein`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/writers/html5.py

[error] unresolved-attribute - Unresolved attribute `column` on type `Element`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/writers/latex.py

[error] unresolved-attribute - Attribute `row` is not defined on `None` in union `TableCell | None`
[error] unresolved-attribute - Attribute `height` is not defined on `None` in union `TableCell | None`
[error] unresolved-attribute - Attribute `cell_id` is not defined on `None` in union `TableCell | None`
[error] unresolved-attribute - Attribute `cell_id` is not defined on `None` in union `TableCell | None`
[error] unresolved-attribute - Attribute `cell_id` is not defined on `None` in union `TableCell | None`
[error] unresolved-attribute - Attribute `cell_id` is not defined on `None` in union `TableCell | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/writers/texinfo.py

[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[error] unsupported-operator - Operator `+=` is not supported between objects of type `int` and `Literal[".info"]`
[error] unresolved-attribute - Attribute `walkabout` is not defined on `bool` in union `collected_footnote | bool`
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sphinx/writers/text.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

starlette (https://github.com/encode/starlette)

starlette/_utils.py

[error] unresolved-import - Cannot resolve imported module `exceptiongroup`

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-method-override - Invalid override of method `keys`: Definition is incompatible with `Mapping.keys`
[error] invalid-method-override - Invalid override of method `values`: Definition is incompatible with `Mapping.values`
[error] invalid-method-override - Invalid override of method `items`: Definition is incompatible with `Mapping.items`

starlette/schemas.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'yaml'>`

starlette/concurrency.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

starlette/formparsers.py

[error] invalid-argument-type - Argument to bound method `__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`

starlette/templating.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

starlette/testclient.py

[error] invalid-assignment - Object of type `(MutableMapping[str, Any], /) -> ((() -> Awaitable[MutableMapping[str, Any]], (MutableMapping[str, Any], /) -> Awaitable[None], /) -> Awaitable[None])` is not assignable to `(MutableMapping[str, Any], () -> Awaitable[MutableMapping[str, Any]], (MutableMapping[str, Any], /) -> Awaitable[None], /) -> Awaitable[None]`
[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]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_datastructures.py

[error] unsupported-operator - Operator `|=` is not supported between objects of type `MutableHeaders` and `set[str]`
[error] unsupported-operator - Operator `|` is not supported between objects of type `MutableHeaders` and `set[str]`
[error] invalid-assignment - Object of type `SpooledTemporaryFile[bytes]` is not assignable to `BinaryIO`

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]]`

tests/test_responses.py

[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `MutableMapping[str, Any]`
[error] empty-body - Function always implicitly returns `None`, which is not assignable to return type `MutableMapping[str, Any]`

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/hloc.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/node_re.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/node_str.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/series_mapping.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/archive_npy.py

[error] invalid-argument-type - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `(str & ~IOBase) | (PathLike[Any] & ~IOBase) | (IO[Any] & ~IOBase)`

static_frame/core/archive_zip.py

[error] invalid-assignment - Object of type `bytes | int` is not assignable to `int`
[error] invalid-assignment - Object of type `bytes | int` is not assignable to `int`
[error] invalid-assignment - Object of type `bytes | int` is not assignable to `int`

static_frame/core/bus.py

[error] unresolved-attribute - Attribute `read_many` is not defined on `None` in union `Store | StoreManifest | None`
[error] invalid-assignment - Object of type `Unknown | None | int` is not assignable to `int`
[error] invalid-assignment - Object of type `Unknown | None | int` is not assignable to `int`
[error] unresolved-attribute - Attribute `read_many` is not defined on `None` in union `Store | StoreManifest | None`
[error] unresolved-attribute - Attribute `read_many` is not defined on `None` in union `Store | StoreManifest | None`

static_frame/core/container_util.py

[error] invalid-argument-type - Argument to function `index_from_optional_constructor` is incorrect: Expected `Iterable[Hashable] | type[IndexAutoFactory] | IndexAutoFactory | None`, found `Hashable`

static_frame/core/frame.py

[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[error] invalid-assignment - Object of type `Unknown | int | integer[Any] | ... omitted 4 union elements` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/index.py

[error] unresolved-attribute - Object of type `Iterable[Hashable] & ~Top[(...) -> object]` has no attribute `__getitem__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/index_auto.py

[error] unresolved-attribute - Attribute `STATIC` is not defined on `(...) -> IndexBase` in union `((...) -> IndexBase) | (@Todo & ~None)`

static_frame/core/index_hierarchy.py

[error] invalid-method-override - Invalid override of method `from_labels`: Definition is incompatible with `IndexBase.from_labels`
[error] unresolved-attribute - Object of type `Iterable[Hashable] & ~Top[(...) -> object]` has no attribute `get`

static_frame/core/interface.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/metadata.py

[error] unresolved-attribute - Object of type `IndexBase` has no attribute `dtype`
[error] unresolved-attribute - Object of type `IndexBase` has no attribute `dtypes`

static_frame/core/node_dt.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/node_fill_value.py

[error] invalid-assignment - Object of type `TVContainer_co@InterfaceFillValue` is not assignable to `Frame`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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`

static_frame/core/quilt.py

[error] unresolved-attribute - Attribute `columns` is not defined on `Series[Any, Any]` in union `Frame | Series[Any, Any]`
[error] not-iterable - Object of type `Hashable` is not iterable
[error] missing-argument - No argument provided for required parameter `index` of bound method `relabel`
[error] unknown-argument - Argument `columns` does not match any known parameter of bound method `relabel`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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-assignment - Object of type `list[int | integer[Any] | (ndarray[Any, Any] & Top[integer[Any]]) | (list[int] & Top[integer[Any]])]` is not assignable to `ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/store.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/store_config.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/type_blocks.py

[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 function `__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 function `__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 function `__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 function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] unsupported-operator - Unary operator `~` is not supported for object of type `None | ndarray[Any, Any] | ndarray[tuple[Any, ...], Any]`

static_frame/core/type_clinic.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/util.py

[error] invalid-return-type - Return type does not match returned value: expected `str | TextIO`, found `(str & ~PathLike[object]) | (Iterator[str] & ~PathLike[object])`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/yarn.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/test/typing/test_frame.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/test/unit/test_archive_npy.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/test/unit/test_bus_mapping.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/test/unit/test_index.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/test/unit/test_index_datetime.py

[error] unresolved-attribute - Attribute `tolist` is not defined on `int` in union `int | integer[Any]`

static_frame/test/unit/test_quilt.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/test/unit/test_store.py

[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 bound method `__init__` is incorrect: Expected `((Hashable, Frame, /) -> Frame) | 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 bound method `__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 `StoreFilter | 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 bound method `__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 bound method `__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 bound method `__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 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 `Literal["fork", "forkserver", "spawn"] | None`, 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`

static_frame/test/unit/test_type_clinic.py

[error] subclass-of-final-class - Class `_256Bit` cannot inherit from final class `NBitBase`
[warning] deprecated - The class `NBitBase` is deprecated: `NBitBase` is deprecated and will be removed from numpy.typing in the future. Use `@typing.overload` or a `TypeVar` with a scalar-type as upper bound, instead. (deprecated in NumPy 2.3)
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/federation/schema_directive.py

[error] unresolved-attribute - Unresolved attribute `__strawberry_directive__` on type `T@_wrap`

strawberry/parent.py

[error] invalid-type-form - Function calls are not allowed in type expressions

strawberry/schema_directive.py

[error] unresolved-attribute - Unresolved attribute `__strawberry_directive__` on type `T@_wrap`

strawberry/extensions/context.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/aiohttp/views.py

[error] unresolved-attribute - Module `asyncio.coroutines` has no member `_is_coroutine`

strawberry/codegen/query_codegen.py

[error] call-non-callable - Object of type `None` is not callable
[error] unresolved-attribute - Attribute `__name__` is not defined on `StrawberryType` in union `StrawberryType | type`

strawberry/experimental/pydantic/_compat.py

[error] unresolved-import - Cannot resolve imported module `pydantic.typing`
[error] unresolved-import - Cannot resolve imported module `pydantic.utils`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/experimental/pydantic/error_type.py

[error] unresolved-attribute - Unresolved attribute `_pydantic_type` on type `type`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/ext/mypy_plugin.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/federation/schema.py

[error] unresolved-attribute - Object of type `FederationAny` has no attribute `pop`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `FederationAny`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[LinkImport | None] | None`, found `list[str]`

strawberry/litestar/controller.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/printer/printer.py

[error] unresolved-attribute - Object of type `object` has no attribute `__strawberry_directive__`

strawberry/relay/types.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/schema/_graphql_core.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/schema/schema.py

[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `((...) -> Any) | None`, found `Unknown | MiddlewareManager | type[ExecutionContext] | None | dict[str, Any]`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `((...) -> Any) | None`, found `Unknown | MiddlewareManager | type[ExecutionContext] | None | dict[str, Any]`
[error] unresolved-attribute - Attribute `fields` is not defined on `GraphQLNamedType` in union `Unknown | GraphQLNamedType`
[error] unresolved-attribute - Attribute `fields` is not defined on `GraphQLNamedType` in union `Unknown | GraphQLNamedType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/schema/schema_converter.py

[error] unresolved-attribute - Object of type `type` has no attribute `__strawberry_directive__`
[error] unresolved-attribute - Object of type `type` has no attribute `_scalar_definition`

strawberry/types/field.py

[error] invalid-assignment - Object of type `property` is not assignable to `str`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/types/fields/resolver.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/types/object_type.py

[error] unresolved-attribute - Unresolved attribute `__strawberry_definition__` on type `T@_process_type`

strawberry/types/scalar.py

[error] invalid-argument-type - Argument is incorrect: Expected `GraphQLScalarType | type | None`, found `_T@_process_scalar`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

strawberry/utils/typing.py

[error] unresolved-attribute - Object of type `type` has no attribute `__args__`
[error] unresolved-attribute - Object of type `type` has no attribute `__args__`
[error] unresolved-attribute - Object of type `type` has no attribute `__args__`
[error] unresolved-attribute - Attribute `__parameters__` is not defined on `type & ~<special-form 'typing.Generic'>` in union `(type & Unknown) | (type & ~<special-form 'typing.Generic'>)`

streamlit (https://github.com/streamlit/streamlit)

lib/streamlit/commands/execution_control.py

[error] invalid-return-type - Function always implicitly returns `None`, which is not assignable to return type `Never`

lib/streamlit/elements/exception.py

[error] unresolved-attribute - Object of type `BaseException` has no attribute `alternate_name`

lib/streamlit/elements/widgets/slider.py

[error] unsupported-operator - Operator `>` is not supported between two objects of type `int | float | date | time`

lib/streamlit/elements/write.py

[error] unresolved-attribute - Attribute `content` is not defined on `Literal[""]` in union `Any | Literal[""]`

lib/streamlit/logger.py

[error] unresolved-attribute - Unresolved attribute `streamlit_console_handler` on type `Logger`
[error] unresolved-attribute - Object of type `Logger` has no attribute `streamlit_console_handler`
[error] unresolved-attribute - Object of type `Logger` has no attribute `streamlit_console_handler`

lib/streamlit/runtime/state/session_state.py

[error] invalid-method-override - Invalid override of method `items`: Definition is incompatible with `Mapping.items`
[error] invalid-method-override - Invalid override of method `values`: Definition is incompatible with `Mapping.values`
[error] invalid-method-override - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`

lib/streamlit/testing/v1/element_tree.py

[error] invalid-method-override - Invalid override of method `set_value`: Definition is incompatible with `Widget.set_value`

lib/streamlit/type_util.py

[error] no-matching-overload - No overload of function `iter` matches arguments

lib/streamlit/web/server/oauth_authlib_routes.py

[error] unresolved-attribute - Object of type `Self@_create_signed_value` has no attribute `create_secure_cookie_value`

lib/streamlit/dataframe_util.py

[error] invalid-return-type - Return type does not match returned value: expected `list[V_co@convert_anything_to_list]`, found `list[V_co@convert_anything_to_list | (Iterable[V_co@convert_anything_to_list] & str) | (DataFrameGenericAlias[V_co@convert_anything_to_list] & str) | ... omitted 10 union elements]`

svcs (https://github.com/hynek/svcs)

src/svcs/aiohttp.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/svcs/_core.py

[error] unresolved-attribute - Object of type `object` has no attribute `__qualname__`

src/svcs/flask.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/svcs/starlette.py

[error] invalid-assignment - Object of type `((Starlette, Registry, /) -> AbstractAsyncContextManager[dict[str, object], bool | None]) | ((Starlette, Registry, /) -> AbstractAsyncContextManager[None, bool | None]) | ((Starlette, Registry, /) -> AsyncGenerator[dict[str, object], None]) | ((Starlette, Registry, /) -> AsyncGenerator[None, None])` is not assignable to `(Starlette, Registry, /) -> AbstractAsyncContextManager[Unknown, bool | None]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sympy (https://github.com/sympy/sympy)

sympy/sets/contains.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

sympy/polys/polyutils.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tornado (https://github.com/tornadoweb/tornado)

tornado/test/gettext_translations/extract_me.py

[error] unresolved-reference - Name `_` used when not defined
[error] unresolved-reference - Name `pgettext` used when not defined
[error] unresolved-reference - Name `pgettext` used when not defined
[error] unresolved-reference - Name `pgettext` used when not defined
[error] unresolved-reference - Name `pgettext` used when not defined

tornado/test/iostream_test.py

[error] unresolved-attribute - Object of type `IOLoop` has no attribute `selector_loop`

tornado/wsgi.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | str` and `Unknown | None`

tornado/concurrent.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tornado/httputil.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tornado/queues.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tornado/test/ioloop_test.py

[error] invalid-method-override - Invalid override of method `submit`: Definition is incompatible with `Executor.submit`

tornado/test/web_test.py

[error] invalid-method-override - Invalid override of method `get_cookie`: Definition is incompatible with `RequestHandler.get_cookie`
[error] invalid-method-override - Invalid override of method `set_cookie`: Definition is incompatible with `RequestHandler.set_cookie`

tornado/test/websocket_test.py

[error] invalid-method-override - Invalid override of method `initialize`: Definition is incompatible with `TestWebSocketHandler.initialize`
[error] invalid-method-override - Invalid override of method `initialize`: Definition is incompatible with `TestWebSocketHandler.initialize`
[error] invalid-method-override - Invalid override of method `initialize`: Definition is incompatible with `TestWebSocketHandler.initialize`
[error] invalid-method-override - Invalid override of method `initialize`: Definition is incompatible with `TestWebSocketHandler.initialize`

tornado/testing.py

[error] unresolved-attribute - Object of type `IOLoop` has no attribute `asyncio_loop`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

trio (https://github.com/python-trio/trio)

src/trio/_core/_asyncgens.py

[error] invalid-argument-type - Argument to function `set_asyncgen_hooks` is incorrect: Expected `((AsyncGenerator[Any, Any], /) -> None) | None`, found `def firstiter(agen: AsyncGeneratorType[object, Never]) -> None`
[error] invalid-argument-type - Argument to function `set_asyncgen_hooks` is incorrect: Expected `((AsyncGenerator[Any, Any], /) -> None) | None`, found `def finalizer(agen: AsyncGeneratorType[object, Never]) -> None`

src/trio/_core/_tests/test_local.py

[error] invalid-argument-type - Argument to bound method `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]`

src/trio/_core/_windows_cffi.py

[error] unresolved-attribute - Object of type `FFI` has no attribute `getwinerror`
[error] unresolved-attribute - Object of type `FFI` has no attribute `getwinerror`

src/trio/_deprecate.py

[error] invalid-assignment - Object of type `def __getattr__(name: str) -> object` is not assignable to attribute `__getattr__` of type `def __getattr__(self, name: str) -> Any`

src/trio/_subprocess_platform/waitid.py

[error] unresolved-attribute - Object of type `Lib` has no attribute `waitid`

src/trio/_subprocess_platform/windows.py

[error] unresolved-attribute - Attribute `_handle` is not defined on `Popen[bytes]` in union `Unknown | Popen[bytes]`

src/trio/_tests/test_file_io.py

[error] unresolved-attribute - Object of type `AsyncIOWrapper[FakeFile]` has no attribute `unsupported_attr`

src/trio/_tests/test_highlevel_generic.py

[error] unresolved-attribute - Unresolved attribute `send_eof` on type `RecordSendStream`

src/trio/_tests/test_highlevel_serve_listeners.py

[error] invalid-argument-type - Argument to function `serve_listeners` is incorrect: Expected `(Unknown, /) -> Awaitable[object]`, found `None`
[error] invalid-argument-type - Argument to function `serve_listeners` is incorrect: Expected `(Unknown, /) -> Awaitable[object]`, found `None`

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 bound method `__init__` is incorrect: Expected `SocketType`, found `socket`

src/trio/_tests/test_highlevel_ssl_helpers.py

[error] invalid-type-arguments - Type `SocketListener` is not assignable to upper bound `Stream` of type variable `T_Stream@SSLListener`
[error] invalid-assignment - Object of type `Unknown | Listener[Unknown]` is not assignable to `SocketListener`

src/trio/_tests/test_socket.py

[error] invalid-argument-type - Argument to function `from_stdlib_socket` is incorrect: Expected `socket`, found `Literal[1]`
[error] unresolved-attribute - Object of type `SocketType` has no attribute `asdf`
[error] invalid-argument-type - Argument to bound method `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 `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 function `res` is incorrect: Expected `tuple[str, int] | tuple[str, int, int] | tuple[str, int, int, int] | ... omitted 3 union elements`, found `Literal["1.2.3.4"]`
[error] invalid-argument-type - Argument to function `res` is incorrect: Expected `tuple[str, int] | tuple[str, int, int] | tuple[str, int, int, int] | ... omitted 3 union elements`, found `tuple[Literal["1.2.3.4"]]`
[error] invalid-argument-type - Argument to function `res` is incorrect: Expected `tuple[str, int] | tuple[str, int, int] | tuple[str, int, int, int] | ... omitted 3 union elements`, found `tuple[Literal["1.2.3.4"], Literal[80], Literal[0], Literal[0], Literal[0]]`
[error] invalid-argument-type - Argument to bound method `recv` is incorrect: Expected `int`, found `Literal["haha"]`
[error] invalid-assignment - Object of type `def _resolve_address_nocp(address: Any, *, local: bool) -> CoroutineType[Any, Any, None]` is not assignable to attribute `_resolve_address_nocp` of type `def _resolve_address_nocp(self, address: Any, *, local: bool) -> CoroutineType[Any, Any, Any]`
[error] invalid-argument-type - Argument to function `set_custom_hostname_resolver` is incorrect: Expected `HostnameResolver | None`, found `CustomResolver`
[error] invalid-argument-type - Argument to function `getnameinfo` is incorrect: Expected `tuple[str, int] | tuple[str, int, int, int]`, found `Literal["a"]`
[error] invalid-argument-type - Argument to function `set_custom_socket_factory` is incorrect: Expected `SocketFactory | None`, found `CustomSocketFactory`

src/trio/_tests/test_timeouts.py

[error] unresolved-attribute - Object of type `_GeneratorContextManager[CancelScope, None, None]` has no attribute `deadline`
[error] unresolved-attribute - Object of type `_GeneratorContextManager[CancelScope, None, None]` has no attribute `relative_deadline`

src/trio/_timeouts.py

[error] invalid-assignment - Object of type `Signature` is not assignable to attribute `__signature__` on type `((deadline: int | float, *, shield: bool = False) -> _GeneratorContextManager[CancelScope, None, None]) | ((seconds: int | float, *, shield: bool = False) -> _GeneratorContextManager[CancelScope, None, None])`

src/trio/_core/_entry_queue.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_core/_io_kqueue.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_core/_local.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_core/_thread_cache.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_core/_traps.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_file_io.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_highlevel_open_tcp_stream.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_highlevel_serve_listeners.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_subprocess_platform/kqueue.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_repl.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_windows_pipes.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_threads.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_channel.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_core/_io_windows.py

[error] invalid-argument-type - Argument to bound method `DeviceIoControl` is incorrect: Expected `_CDataBase`, found `CType`
[error] invalid-argument-type - Argument to bound method `DeviceIoControl` is incorrect: Expected `_CDataBase`, found `CType`

src/trio/_core/_run.py

[error] unresolved-attribute - Attribute `tb_next` is not defined on `None` in union `TracebackType | None`
[error] unresolved-attribute - Attribute `tb_frame` is not defined on `None` in union `TracebackType | None`
[error] unresolved-attribute - Attribute `tb_next` is not defined on `None` in union `TracebackType | None`
[error] invalid-assignment - Object of type `CancelStatus | None` is not assignable to attribute `_cancel_status` of type `CancelStatus`
[error] unresolved-attribute - Object of type `(~None & ~Top[partial[Unknown]] & ~str) | (((...) -> object) & ~str)` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `Coroutine[object, Never, RetT@coroutine_or_error]` has no attribute `cr_frame`
[error] invalid-argument-type - Argument to bound method `reschedule` is incorrect: Expected `Outcome[object]`, found `None`
[error] invalid-assignment - Object of type `None` is not assignable to `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `reschedule` is incorrect: Expected `Outcome[object]`, found `TypeError`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_core/_tests/test_asyncgen.py

[error] not-iterable - Object of type `None` is not iterable
[error] unresolved-attribute - Function `abort_fn` has no attribute `aiter`
[error] unresolved-attribute - Function `abort_fn` has no attribute `aiter`
[error] unresolved-attribute - Unresolved attribute `aiter` on type `def abort_fn(_: () -> Never) -> Abort`

src/trio/_core/_tests/test_instrumentation.py

[error] invalid-assignment - Object of type `bound method list[Task].append(object: Task, /) -> None` is not assignable to attribute `before_task_step` of type `def before_task_step(self, task: Task) -> None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_core/_tests/test_ki.py

[error] call-non-callable - Object of type `None` is not callable
[error] call-non-callable - Object of type `None` is not callable
[error] call-non-callable - Object of type `None` is not callable
[error] call-non-callable - Object of type `None` is not callable
[error] unresolved-attribute - Module `threading` has no member `_active`
[error] unresolved-attribute - Module `threading` has no member `_active`
[error] unresolved-attribute - Module `threading` has no member `_active`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_core/_tests/test_run.py

[error] invalid-argument-type - Argument to function `bad_call_run` is incorrect: Expected `(...) -> Awaitable[object]`, found `CoroutineType[Any, Any, None]`
[error] invalid-argument-type - Argument to function `bad_call_spawn` is incorrect: Expected `(...) -> Awaitable[object]`, found `CoroutineType[Any, Any, None]`
[error] invalid-argument-type - Argument to function `run` is incorrect: Expected `Clock | None`, found `bool`
[error] invalid-argument-type - Argument to function `run` is incorrect: Expected `Sequence[Instrument]`, found `bool`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_core/_tests/type_tests/run.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_dtls.py

[error] unresolved-attribute - Module `OpenSSL.SSL` has no member `OP_NO_RENEGOTIATION`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_path.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_repl.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_socket.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_ssl.py

[error] invalid-assignment - Object of type `None` is not assignable to attribute `transport_stream` of type `T_Stream@SSLStream`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_subprocess.py

[error] invalid-argument-type - Argument to function `_open_process` is incorrect: Expected `int | HasFileno | None`, found `object`
[error] invalid-argument-type - Argument to function `_open_process` is incorrect: Expected `int | HasFileno | None`, found `object`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_deprecate.py

[error] unresolved-attribute - Module `trio._tests.module_with_deprecations` has no member `dep1`
[error] unresolved-attribute - Module `trio._tests.module_with_deprecations` has no member `dep2`
[error] unresolved-attribute - Module `trio._tests.module_with_deprecations` has no member `asdf`

src/trio/_tests/test_dtls.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_exports.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_fakenet.py

[error] no-matching-overload - No overload of bound method `sendto` matches arguments
[error] unresolved-attribute - Object of type `SocketType` has no attribute `share`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_highlevel_open_tcp_listeners.py

[error] unresolved-attribute - Object of type `SocketType` has no attribute `closed`
[error] invalid-argument-type - Argument to function `open_tcp_listeners` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to function `open_tcp_listeners` is incorrect: Expected `int`, found `Literal[b"80"]`
[error] invalid-argument-type - Argument to function `open_tcp_listeners` is incorrect: Expected `int`, found `Literal["http"]`
[error] unresolved-attribute - Attribute `backlog` is not defined on `SocketType` in union `Unknown | SocketType`
[error] invalid-argument-type - Argument to function `open_tcp_listeners` is incorrect: Expected `int | None`, found `float`

src/trio/_tests/test_highlevel_open_tcp_stream.py

[error] invalid-argument-type - Argument to function `open_tcp_stream` is incorrect: Expected `str | bytes`, found `None`
[error] invalid-argument-type - Argument to function `open_tcp_stream` is incorrect: Expected `int`, found `Literal[b"80"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_highlevel_open_unix_stream.py

[error] invalid-argument-type - Argument to function `open_unix_socket` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `int | float`

src/trio/_tests/test_path.py

[error] unsupported-operator - Operator `/` is not supported between two objects of type `trio._path.Path | pathlib.Path | str`

src/trio/_tests/test_ssl.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_subprocess.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 bound method `__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 bound method `__init__` is incorrect: Expected `Lock | None`, found `<class 'StrictFIFOLock'>`

src/trio/_tests/test_testing.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal["foo"]` and `Literal[1]`
[error] invalid-argument-type - Argument to bound method `put` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["string"]`

src/trio/_tests/test_testing_raisesgroup.py

[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 bound method `__init__` is incorrect: Expected `type[BaseException]`, found `<class 'object'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_threads.py

[error] invalid-argument-type - Argument to function `to_thread_run_sync` is incorrect: Expected `CapacityLimiter | None`, found `CustomLimiter`
[error] invalid-argument-type - Argument to function `to_thread_run_sync` is incorrect: Expected `CapacityLimiter | None`, found `BadCapacityLimiter`
[error] invalid-argument-type - Argument to function `to_thread_run_sync` is incorrect: Expected `CapacityLimiter | None`, found `BadCapacityLimiter`
[warning] unused-awaitable - Object of type `CoroutineType[Any, Any, None]` is not awaited
[warning] unused-awaitable - Object of type `CoroutineType[Any, Any, None]` is not awaited
[error] invalid-argument-type - Argument to function `from_thread_run_sync` is incorrect: Expected `TrioToken | None`, found `Literal["Not TrioTokentype"]`
[error] invalid-argument-type - Argument to function `to_thread_run_sync` is incorrect: Expected `bool`, found `BadBool`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_util.py

[error] invalid-argument-type - Argument to function `coroutine_or_error` is incorrect: Expected `(...) -> Awaitable[Unknown]`, found `CoroutineType[Any, Any, None]`
[error] invalid-argument-type - Argument to function `coroutine_or_error` is incorrect: Expected `(...) -> Awaitable[Unknown]`, found `Generator[Coroutine[None, None, None], None, None]`
[error] invalid-argument-type - Argument to function `coroutine_or_error` is incorrect: Expected `(...) -> Awaitable[Unknown]`, found `Future[object]`
[error] invalid-argument-type - Argument to function `coroutine_or_error` is incorrect: Expected `(...) -> Awaitable[Unknown]`, found `Deferred`
[error] invalid-argument-type - Argument to function `coroutine_or_error` is incorrect: Expected `(...) -> Awaitable[Unknown]`, found `def len(obj: Sized, /) -> int`
[error] invalid-argument-type - Argument to function `coroutine_or_error` is incorrect: Expected `(...) -> Awaitable[Unknown]`, found `def async_gen(_: object) -> AsyncGenerator[None, None]`
[error] subclass-of-final-class - Class `SubClass` cannot inherit from final class `FinalClass`
[error] unresolved-attribute - Unresolved attribute `some_func` on type `ModuleType`
[error] unresolved-attribute - Unresolved attribute `some_func` on type `ModuleType`
[error] unresolved-attribute - Unresolved attribute `not_funclike` on type `ModuleType`
[error] unresolved-attribute - Unresolved attribute `only_has_name` on type `ModuleType`
[error] unresolved-attribute - Unresolved attribute `_private` on type `ModuleType`
[error] unresolved-attribute - Unresolved attribute `SomeClass` on type `ModuleType`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_tests/test_wait_for_object.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/_util.py

[error] invalid-assignment - Object of type `classmethod[Unknown, (...), Unknown]` is not assignable to attribute `__init_subclass__` of type `def __init_subclass__(cls) -> None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/socket.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/testing/_check_streams.py

[error] invalid-argument-type - Argument to bound method `receive_some` is incorrect: Expected `int | None`, found `float`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/trio/testing/_fake_net.py

[error] invalid-assignment - Object of type `tuple[str | int, ...]` is not assignable to `tuple[str, int] | tuple[str, int, int, int]`
[error] invalid-method-override - Invalid override of method `socket`: Definition is incompatible with `SocketFactory.socket`
[warning] possibly-missing-submodule - Submodule `_socket` might not have been imported
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

twine (https://github.com/pypa/twine)

twine/package.py

[error] invalid-key - TypedDict `PackageMetadata` can only be subscripted with a string literal key, got key of type `str & ~AlwaysFalsy`.

urllib3 (https://github.com/urllib3/urllib3)

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 function `urlencode` is incorrect: Expected `Mapping[str, object] | Mapping[bytes, object] | Mapping[str | bytes, object] | Sequence[tuple[str | bytes, object]]`, found `(Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] & ~AlwaysFalsy) | (Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] & ~AlwaysFalsy)`

src/urllib3/contrib/emscripten/__init__.py

[error] invalid-assignment - Object of type `<class 'EmscriptenHTTPConnection'>` is not assignable to attribute `HTTPConnection` of type `<class 'HTTPConnection'>`
[error] invalid-assignment - Object of type `<class 'EmscriptenHTTPSConnection'>` is not assignable to attribute `HTTPSConnection` of type `<class 'HTTPSConnection'>`
[error] invalid-assignment - Object of type `<class 'EmscriptenHTTPSConnection'>` is not assignable to attribute `VerifiedHTTPSConnection` of type `<class 'HTTPSConnection'>`

src/urllib3/contrib/socks.py

[error] unresolved-import - Cannot resolve imported module `socks`
[error] invalid-assignment - Object of type `None` is not assignable to `<module 'ssl'>`

src/urllib3/util/request.py

[error] unresolved-import - Cannot resolve imported module `brotlicffi`
[error] unresolved-import - Cannot resolve imported module `brotli`

src/urllib3/util/response.py

[error] unresolved-attribute - Object of type `object` has no attribute `isclosed`
[error] unresolved-attribute - Object of type `object` has no attribute `closed`
[error] unresolved-attribute - Object of type `object` has no attribute `fp`
[error] unresolved-attribute - Object of type `HTTPResponse` has no attribute `_method`

src/urllib3/util/timeout.py

[error] invalid-argument-type - Argument to function `min` is incorrect: Argument type `(Unknown & ~None) | int | float | _TYPE_DEFAULT` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to function `min` is incorrect: Expected `(Unknown & ~None & ~_TYPE_DEFAULT) | int | float`, found `(Unknown & ~None) | int | float | _TYPE_DEFAULT`

test/__init__.py

[error] unresolved-import - Cannot resolve imported module `brotlicffi`
[error] unresolved-import - Cannot resolve imported module `brotli`
[error] invalid-assignment - Object of type `None` is not assignable to `<module 'urllib3.contrib.pyopenssl'>`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Sequence[tuple[str, Pattern[str] | None, type[Warning], Pattern[str] | None, int]]`

test/contrib/test_pyopenssl.py

[error] unresolved-import - Cannot resolve imported module `OpenSSL.crypto`

test/test_connectionpool.py

[error] unresolved-attribute - Object of type `BaseException` has no attribute `reason`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `cert_reqs`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedEncodingResponse` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__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 `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `str`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["http"]` and value of type `(x) -> Unknown` on object of type `dict[str, partial[PoolKey]]`

test/test_retry.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[int] | None`, found `list[str]`

test/test_util.py

[error] invalid-argument-type - Argument to function `parse_url` is incorrect: Expected `str`, found `Literal[b"https://www.google.com/"]`
[error] invalid-argument-type - Argument to function `param` is incorrect: Expected `MarkDecorator | Collection[MarkDecorator | Mark]`, found `list[[_TestFuncT'return](_TestFuncT'return, /) -> _TestFuncT'return]`
[error] invalid-argument-type - Argument to function `param` is incorrect: Expected `MarkDecorator | Collection[MarkDecorator | Mark]`, found `list[[_TestFuncT'return](_TestFuncT'return, /) -> _TestFuncT'return]`
[error] invalid-argument-type - Argument to function `param` is incorrect: Expected `MarkDecorator | Collection[MarkDecorator | Mark]`, found `list[[_TestFuncT'return](_TestFuncT'return, /) -> _TestFuncT'return]`
[error] invalid-argument-type - Argument to function `param` is incorrect: Expected `MarkDecorator | Collection[MarkDecorator | Mark]`, found `list[[_TestFuncT'return](_TestFuncT'return, /) -> _TestFuncT'return]`
[error] invalid-argument-type - Argument to function `param` is incorrect: Expected `MarkDecorator | Collection[MarkDecorator | Mark]`, found `list[[_TestFuncT'return](_TestFuncT'return, /) -> _TestFuncT'return]`
[error] invalid-argument-type - Argument to function `param` is incorrect: Expected `MarkDecorator | Collection[MarkDecorator | Mark]`, found `list[[_TestFuncT'return](_TestFuncT'return, /) -> _TestFuncT'return]`
[error] invalid-argument-type - Argument to function `param` is incorrect: Expected `MarkDecorator | Collection[MarkDecorator | Mark]`, found `list[[_TestFuncT'return](_TestFuncT'return, /) -> _TestFuncT'return]`
[error] invalid-argument-type - Argument to function `param` is incorrect: Expected `MarkDecorator | Collection[MarkDecorator | Mark]`, found `list[[_TestFuncT'return](_TestFuncT'return, /) -> _TestFuncT'return]`
[error] invalid-argument-type - Argument to function `make_headers` is incorrect: Expected `bool | None`, found `bool | str`
[error] invalid-argument-type - Argument to function `make_headers` is incorrect: Expected `bool | None`, found `bool | str`
[error] invalid-argument-type - Argument to function `make_headers` is incorrect: Expected `str | None`, found `bool | str`
[error] invalid-argument-type - Argument to function `make_headers` is incorrect: Expected `str | None`, found `bool | str`
[error] invalid-argument-type - Argument to function `make_headers` is incorrect: Expected `str | None`, found `bool | str`
[error] invalid-argument-type - Argument to function `rewind_body` is incorrect: Expected `int | _TYPE_FAILEDTELL`, found `None`
[error] invalid-argument-type - Argument to function `rewind_body` is incorrect: Expected `int | _TYPE_FAILEDTELL`, found `object`
[error] invalid-argument-type - Argument to function `assert_header_parsing` is incorrect: Expected `HTTPMessage`, found `object`
[error] invalid-argument-type - Argument to function `to_str` is incorrect: Expected `str | bytes`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `to_bytes` is incorrect: Expected `str | bytes`, found `Literal[1]`

test/with_dummyserver/test_connection.py

[error] unresolved-attribute - Attribute `qsize` is not defined on `None` in union `LifoQueue[Any] | None`
[error] unresolved-attribute - Unresolved attribute `_pool` on type `BaseHTTPResponse`
[error] unresolved-attribute - Unresolved attribute `_connection` on type `BaseHTTPResponse`
[error] unresolved-attribute - Attribute `qsize` is not defined on `None` in union `LifoQueue[Any] | None`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `_tunnel_host`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `_tunnel_port`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `_tunnel_scheme`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `_tunnel_host`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `_tunnel_port`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `_tunnel_scheme`

test/with_dummyserver/test_connectionpool.py

[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `sock`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["upload_size"]` and value of type `Literal[50]` on object of type `dict[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["upload_size"]` and value of type `int` on object of type `dict[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]]`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `sock`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `_new_conn`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `_new_conn`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `_new_conn`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `request_chunked`

test/with_dummyserver/test_poolmanager.py

[error] too-many-positional-arguments - Too many positional arguments to function `request`: expected 2, got 3
[error] invalid-argument-type - Argument to function `request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str] | None`, found `BadBody`

test/with_dummyserver/test_proxy_poolmanager.py

[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `sock`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `HTTPConnectionPool`

src/urllib3/exceptions.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/urllib3/util/util.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dummyserver/socketserver.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

noxfile.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/urllib3/_collections.py

[error] invalid-method-override - Invalid override of method `keys`: Definition is incompatible with `Mapping.keys`
[error] invalid-method-override - Invalid override of method `items`: Definition is incompatible with `Mapping.items`

src/urllib3/connection.py

[error] invalid-assignment - Object of type `None` is not assignable to `<module 'ssl'>`
[error] unresolved-attribute - Module `http.client` has no member `_MAXLINE`
[error] unresolved-attribute - Attribute `encode` is not defined on `None` in union `str | None`
[error] unresolved-attribute - Object of type `Self@_tunnel` has no attribute `_tunnel_headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `socket | Any | None`
[error] unresolved-attribute - Object of type `Self@_tunnel` has no attribute `_method`
[error] unresolved-attribute - Object of type `HTTPResponse` has no attribute `_read_status`
[error] unresolved-attribute - Attribute `encode` is not defined on `None` in union `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `socket | Any | None`
[error] unresolved-attribute - Unresolved attribute `_raw_proxy_headers` on type `Self@_tunnel`
[error] invalid-method-override - Invalid override of method `putheader`: Definition is incompatible with `http.client.HTTPConnection.putheader`
[error] invalid-method-override - Invalid override of method `request`: Definition is incompatible with `http.client.HTTPConnection.request`
[error] invalid-method-override - Invalid override of method `getresponse`: Definition is incompatible with `http.client.HTTPConnection.getresponse`
[error] invalid-return-type - Return type does not match returned value: expected `SSLSocket`, found `SSLSocket | SSLTransport`
[error] invalid-assignment - Object of type `dict[str, str | tuple[tuple[tuple[str, str], ...], ...] | tuple[tuple[str, str], ...]] | None | _TYPE_PEER_CERT_RET_DICT` is not assignable to `_TYPE_PEER_CERT_RET_DICT`
[error] invalid-argument-type - Argument to function `_match_hostname` is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - Unresolved attribute `_peer_cert` on type `CertificateError`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/urllib3/connectionpool.py

[error] unresolved-attribute - Unresolved attribute `_connection` on type `BaseHTTPResponse`
[error] unresolved-attribute - Unresolved attribute `_pool` on type `BaseHTTPResponse`
[error] invalid-method-override - Invalid override of method `urlopen`: Definition is incompatible with `RequestMethods.urlopen`
[error] unresolved-attribute - Attribute `copy` is not defined on `Mapping[str, str]` in union `Mapping[str, str] | Unknown | dict[Unknown, Unknown]`
[error] invalid-assignment - Object of type `int | float | _TYPE_DEFAULT | None` is not assignable to attribute `timeout` of type `None | int | float`
[error] invalid-method-override - Invalid override of method `_prepare_proxy`: Definition is incompatible with `HTTPConnectionPool._prepare_proxy`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/urllib3/contrib/emscripten/fetch.py

[error] unresolved-import - Cannot resolve imported module `js`
[error] unresolved-import - Cannot resolve imported module `pyodide.ffi`

src/urllib3/contrib/pyopenssl.py

[error] unresolved-import - Cannot resolve imported module `OpenSSL.SSL`
[error] unresolved-import - Module `cryptography.x509` has no member `UnsupportedExtension`
[error] unresolved-import - Cannot resolve imported module `OpenSSL.crypto`
[error] invalid-assignment - Object of type `<class 'PyOpenSSLContext'>` is not assignable to attribute `SSLContext` of type `None | <class 'SSLContext'>`
[error] invalid-assignment - Object of type `<class 'PyOpenSSLContext'>` is not assignable to attribute `SSLContext` of type `None | <class 'SSLContext'>`
[error] unresolved-attribute - Unresolved attribute `makefile` on type `<class 'WrappedSocket'>`.
[error] invalid-assignment - Object of type `bytes` is not assignable to `str | None`
[error] invalid-assignment - Object of type `bytes` is not assignable to `str | None`
[error] invalid-assignment - Object of type `bytes` is not assignable to `str | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/urllib3/http2/__init__.py

[error] invalid-assignment - Object of type `<class 'HTTP2Connection'>` is not assignable to attribute `HTTPSConnection` of type `<class 'HTTPSConnection'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/urllib3/http2/connection.py

[error] invalid-method-override - Invalid override of method `putrequest`: Definition is incompatible with `HTTPConnection.putrequest`
[error] unresolved-attribute - Object of type `Self@putrequest` has no attribute `_validate_path`
[error] invalid-method-override - Invalid override of method `endheaders`: Definition is incompatible with `HTTPConnection.endheaders`
[error] invalid-method-override - Invalid override of method `getresponse`: Definition is incompatible with `HTTPConnection.getresponse`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/urllib3/poolmanager.py

[error] invalid-method-override - Invalid override of method `urlopen`: Definition is incompatible with `RequestMethods.urlopen`
[error] unresolved-attribute - Attribute `host` is not defined on `None` in union `Url | None | Unknown`
[error] unresolved-attribute - Attribute `port` is not defined on `None` in union `Url | None | Unknown`
[error] unresolved-attribute - Attribute `scheme` is not defined on `None` in union `Url | None | Unknown`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/urllib3/response.py

[error] unresolved-import - Cannot resolve imported module `brotlicffi`
[error] unresolved-import - Cannot resolve imported module `brotli`
[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-assignment - Object of type `(bytes & <Protocol with members 'read'>) | IO[Any] | (Iterable[bytes | str] & <Protocol with members 'read'>)` is not assignable to attribute `_fp` of type `HTTPResponse | None`
[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy)`
[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionPool`, found `Unknown | HTTPConnectionPool | None`
[error] invalid-return-type - Return type does not match returned value: expected `bytes`, found `None`
[error] unresolved-attribute - Attribute `fp` is not defined on `None` in union `HTTPResponse | None`
[error] unresolved-attribute - Object of type `HTTPResponse | None` has no attribute `_safe_read`
[error] unresolved-attribute - Object of type `HTTPResponse | None` has no attribute `_safe_read`
[error] unresolved-attribute - Object of type `HTTPResponse | None` has no attribute `_safe_read`
[error] unresolved-attribute - Object of type `HTTPResponse | None` has no attribute `_safe_read`
[error] unresolved-attribute - Object of type `HTTPResponse | None` has no attribute `_safe_read`
[error] unresolved-attribute - Object of type `HTTPResponse | None` has no attribute `_safe_read`
[error] unresolved-attribute - Object of type `HTTPResponse | None` has no attribute `_safe_read`
[error] unresolved-attribute - Attribute `fp` is not defined on `None` in union `HTTPResponse | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/urllib3/util/retry.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[int] | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[str] | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[str]`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[RequestHistory, ...] | None`, found `Unknown | int | None | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionPool`, found `ConnectionPool | None`

src/urllib3/util/ssl_.py

[error] invalid-assignment - Reassignment of `Final` symbol `OP_NO_COMPRESSION` is not allowed: Reassignment of `Final` symbol
[error] invalid-assignment - Object of type `Literal[131072]` is not assignable to `Literal[Options.OP_NO_COMPRESSION]`
[error] invalid-assignment - Reassignment of `Final` symbol `OP_NO_TICKET` is not allowed: Reassignment of `Final` symbol
[error] invalid-assignment - Object of type `Literal[16384]` is not assignable to `Literal[Options.OP_NO_TICKET]`
[error] invalid-assignment - Reassignment of `Final` symbol `OP_NO_SSLv2` is not allowed: Reassignment of `Final` symbol
[error] invalid-assignment - Object of type `Literal[16777216]` is not assignable to `Literal[Options.OP_NO_SSLv2]`
[error] invalid-assignment - Reassignment of `Final` symbol `OP_NO_SSLv3` is not allowed: Reassignment of `Final` symbol
[error] invalid-assignment - Object of type `Literal[33554432]` is not assignable to `Literal[Options.OP_NO_SSLv3]`
[error] invalid-assignment - Reassignment of `Final` symbol `PROTOCOL_TLS` is not allowed: Reassignment of `Final` symbol
[error] invalid-assignment - Object of type `Literal[2]` is not assignable to `Literal[_SSLMethod.PROTOCOL_SSLv23]`
[error] invalid-assignment - Reassignment of `Final` symbol `PROTOCOL_TLS_CLIENT` is not allowed: Reassignment of `Final` symbol
[error] invalid-assignment - Object of type `Literal[16]` is not assignable to `Literal[_SSLMethod.PROTOCOL_TLS_CLIENT]`
[error] invalid-assignment - Reassignment of `Final` symbol `VERIFY_X509_PARTIAL_CHAIN` is not allowed: Reassignment of `Final` symbol
[error] invalid-assignment - Object of type `Literal[524288]` is not assignable to `Literal[VerifyFlags.VERIFY_X509_PARTIAL_CHAIN]`
[error] invalid-assignment - Reassignment of `Final` symbol `VERIFY_X509_STRICT` is not allowed: Reassignment of `Final` symbol
[error] invalid-assignment - Object of type `Literal[32]` is not assignable to `Literal[VerifyFlags.VERIFY_X509_STRICT]`
[error] invalid-return-type - Return type does not match returned value: expected `VerifyMode`, found `int`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/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 bound method `__init__` is incorrect: Expected `Literal["r", "w", "rw", "rb", "wb", "rwb"]`, found `Literal["", "r", "w", "rw"]`
[error] unresolved-attribute - Attribute `_io_refs` is not defined on `socket` in union `Unknown | socket`
[error] invalid-assignment - Object of type `BufferedRWPair[SocketIO]` is not assignable to `BinaryIO`
[error] invalid-assignment - Cannot assign to read-only property `mode` on object of type `TextIOWrapper[BinaryIO]`: Attempted assignment to `TextIOWrapper[BinaryIO].mode` here
[error] invalid-return-type - Return type does not match returned value: expected `_TYPE_PEER_CERT_RET_DICT | bytes | None`, found `Unknown | dict[str, str | tuple[tuple[tuple[str, str], ...], ...] | tuple[tuple[str, str], ...]] | bytes | None`
[error] unresolved-attribute - Attribute `_decref_socketios` is not defined on `socket` in union `Unknown | socket`

src/urllib3/util/url.py

[error] unresolved-attribute - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[error] unresolved-attribute - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/conftest.py

[error] invalid-assignment - Object of type `<class 'ErroringHTTPConnection'>` is not assignable to attribute `HTTPConnection` of type `<class 'HTTPConnection'>`
[warning] possibly-unresolved-reference - Name `urllib3_connection` used when possibly not defined
[error] invalid-assignment - Object of type `None | <class 'HTTPConnection'>` is not assignable to attribute `HTTPConnection` of type `<class 'HTTPConnection'>`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/contrib/emscripten/test_emscripten.py

[error] unresolved-import - Cannot resolve imported module `pytest_pyodide`
[error] unresolved-import - Cannot resolve imported module `js`
[error] unresolved-import - Cannot resolve imported module `micropip`
[warning] possibly-missing-submodule - Submodule `connection` might not have been imported
[error] unresolved-attribute - Object of type `HTTPResponse` has no attribute `_response`
[error] unresolved-attribute - Object of type `HTTPResponse` has no attribute `_response`
[error] unresolved-import - Cannot resolve imported module `pyodide.ffi`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/contrib/test_socks.py

[error] unresolved-import - Cannot resolve imported module `socks`
[error] invalid-assignment - Object of type `None` is not assignable to `<module 'ssl'>`
[error] invalid-assignment - Object of type `None` is not assignable to `<module 'urllib3.util.ssl_'>`
[error] call-non-callable - Object of type `None` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/test_collections.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[b"Cookie"]` and value of type `Literal["bar"]` on object of type `HTTPHeaderDict`
[error] invalid-argument-type - Method `__delitem__` of type `bound method HTTPHeaderDict.__delitem__(key: str) -> None` cannot be called with key of type `Literal[b"cookie"]` on object of type `HTTPHeaderDict`
[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 `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 - Method `__getitem__` of type `bound method HTTPHeaderDict.__getitem__(key: str) -> str` cannot be called with key of type `Literal[b"Content-Type"]` on object of type `HTTPHeaderDict`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal[3]` and value of type `Literal["5"]` on object of type `HTTPHeaderDict`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `Literal[3]`
[error] invalid-argument-type - Method `__delitem__` of type `bound method HTTPHeaderDict.__delitem__(key: str) -> None` cannot be called with key of type `Literal[3]` on object of type `HTTPHeaderDict`
[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-assignment - Invalid subscript assignment with key of type `object` and value of type `list[str]` on object of type `MutableMapping[str, list[str]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/test_compatibility.py

[error] invalid-argument-type - Argument to bound method `extract_cookies` is incorrect: Expected `http.client.HTTPResponse`, found `urllib3.response.HTTPResponse`

test/test_connection.py

[error] unresolved-attribute - Object of type `CertificateError` has no attribute `_peer_cert`
[error] unresolved-attribute - Object of type `CertificateError` has no attribute `_peer_cert`
[error] unresolved-attribute - Object of type `CertificateError` has no attribute `_peer_cert`
[error] unresolved-attribute - Object of type `CertificateError` has no attribute `_peer_cert`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/test_exceptions.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/test_http2_connection.py

[error] invalid-assignment - Object of type `MagicMock` is not assignable to attribute `putheader` of type `def putheader(self, header: str | bytes, *values: str | bytes) -> None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedEncodingResponse` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedEncodingResponse` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-assignment - Object of type `BytesIO` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-assignment - Object of type `Literal[0]` is not assignable to attribute `chunked` of type `bool`
[error] invalid-assignment - Object of type `BytesIO` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-assignment - Object of type `Literal[0]` is not assignable to attribute `chunked` of type `bool`
[error] invalid-assignment - Object of type `BytesIO` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-assignment - Object of type `Literal[0]` is not assignable to attribute `chunked` of type `bool`
[error] unresolved-attribute - Attribute `isclosed` is not defined on `None` in union `HTTPResponse | None`
[error] invalid-assignment - Object of type `BytesIO` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-assignment - Object of type `Literal[0]` is not assignable to attribute `chunked` of type `bool`
[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 bound method `__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 bound method `__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 bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `HTTPResponse`
[error] invalid-method-override - Invalid override of method `read`: Definition is incompatible with `_BufferedIOBase.read`
[error] invalid-method-override - Invalid override of method `read1`: Definition is incompatible with `BytesIO.read1`
[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 bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedEncodingResponse` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedEncodingResponse` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedEncodingResponse` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedEncodingResponse` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedIncompleteRead` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedInvalidChunkLength` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedNoChunks` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedEncodingWithoutCRLFOnEnd` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedEncodingWithExtensions` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] unresolved-attribute - Object of type `bound method HTTPResponse.release_conn() -> None` has no attribute `assert_called_once_with`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-assignment - Object of type `MockChunkedEncodingResponse` is not assignable to attribute `fp` of type `BufferedReader[_BufferedReaderStream]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/test_ssltransport.py

[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] unresolved-attribute - Attribute `readinto` is not defined on `BinaryIO`, `TextIO` in union `BinaryIO | TextIO | SocketIO`
[error] no-matching-overload - No overload of bound method `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 `send` is incorrect: Expected `bytes`, found `None`

test/with_dummyserver/test_https.py

[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `sock`
[error] unresolved-attribute - Object of type `BaseHTTPSConnection` has no attribute `sock`
[error] unresolved-attribute - Object of type `BaseHTTPSConnection` has no attribute `sock`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `sock`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `sock`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `sock`
[error] unresolved-attribute - Object of type `BaseHTTPConnection` has no attribute `sock`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

test/with_dummyserver/test_socketlevel.py

[error] no-matching-overload - No overload of function `ssl_wrap_socket` matches arguments

vision (https://github.com/pytorch/vision)

torchvision/io/__init__.py

[error] unresolved-import - Cannot resolve imported module `pytorch.vision.fb.io`

torchvision/_utils.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/datasets/cityscapes.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/transforms/v2/_meta.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/_autograd_registrations.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/datasets/_optical_flow.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/datasets/_stereo_matching.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/datasets/celeba.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/datasets/folder.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/datasets/mnist.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/datasets/utils.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/datasets/video_utils.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/datasets/vision.py

[error] invalid-parameter-default - Default value of type `None` is not assignable to annotated parameter type `str | Path`

torchvision/datasets/widerface.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/_api.py

[error] unresolved-attribute - Attribute `endswith` is not defined on `None` in union `str | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/_utils.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/detection/_utils.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/detection/backbone_utils.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/detection/generalized_rcnn.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/detection/rpn.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/googlenet.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/inception.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/maxvit.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/quantization/googlenet.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/quantization/inception.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/quantization/mobilenetv3.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/quantization/shufflenetv2.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/quantization/utils.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/resnet.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/swin_transformer.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/video/mvit.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/video/resnet.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/models/video/swin_transformer.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/prototype/datasets/_builtin/caltech.py

[error] unresolved-attribute - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[error] unresolved-attribute - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`

torchvision/prototype/datasets/_builtin/coco.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/prototype/datasets/_builtin/imagenet.py

[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method

torchvision/prototype/datasets/_builtin/sbd.py

[error] invalid-return-type - Return type does not match returned value: expected `list[OnlineResource]`, found `list[HttpResource]`
[error] unresolved-attribute - Attribute `groups` is not defined on `None` in union `Match[str] | None`

torchvision/prototype/datasets/_builtin/stanford_cars.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/prototype/datasets/utils/_resource.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | None`

torchvision/prototype/models/depth/stereo/raft_stereo.py

[error] invalid-method-override - Invalid override of method `forward`: Definition is incompatible with `torchvision.models.optical_flow.raft.ConvGRU.forward`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/prototype/tv_tensors/_label.py

[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method

torchvision/prototype/utils/_internal.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/transforms/_functional_pil.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/transforms/v2/_augment.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/transforms/v2/_auto_augment.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/transforms/v2/_geometry.py

[error] invalid-argument-type - Argument to function `_parse_pad_padding` is incorrect: Expected `int | list[int]`, found `(int & ~AlwaysFalsy) | (Sequence[int] & ~AlwaysFalsy)`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/transforms/v2/_transform.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/transforms/v2/_type_conversion.py

[error] unresolved-import - Cannot resolve imported module `cvcuda`

torchvision/transforms/v2/_utils.py

[error] invalid-return-type - Return type does not match returned value: expected `list[int | float] | None`, found `int | float | list[int | float]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[type | str, list[int | float] | None]`, found `(Sequence[int | float] & Top[dict[Unknown, Unknown]]) | dict[type | str, int | float | Sequence[int | float] | None]`

torchvision/transforms/v2/functional/_geometry.py

[error] unresolved-import - Cannot resolve imported module `cvcuda`
[error] invalid-argument-type - Argument to function `_compute_resized_output_size` is incorrect: Expected `list[int] | None`, found `Sequence[int] | int`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/transforms/v2/functional/_meta.py

[error] unresolved-import - Cannot resolve imported module `cvcuda`

torchvision/transforms/v2/functional/_type_conversion.py

[error] unresolved-import - Cannot resolve imported module `cvcuda`

torchvision/transforms/v2/functional/_utils.py

[error] unresolved-import - Cannot resolve imported module `cvcuda`

torchvision/tv_tensors/_bounding_boxes.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Sequence[Any]` and `tuple[Any, ...]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/tv_tensors/_image.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/tv_tensors/_keypoints.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Sequence[Any]` and `tuple[Any, ...]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/tv_tensors/_tv_tensor.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/tv_tensors/_video.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

torchvision/utils.py

[error] invalid-assignment - Object of type `list[tuple[int, int, int]]` is not assignable to `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-assignment - Object of type `list[tuple[int, int, int]]` is not assignable to `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] unresolved-attribute - Attribute `copy` is not defined on `str`, `tuple[int, int, int]`, `None` in union `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-assignment - Object of type `list[tuple[int, int, int]]` is not assignable to `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] unresolved-attribute - Attribute `copy` is not defined on `str`, `tuple[int, int, int]`, `None` in union `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 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 function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] unsupported-operator - Operator `/` is not supported between objects of type `str | int` and `Literal[255]`
[error] not-iterable - Object of type `str | tuple[int, int, int] | int` may not be iterable
[error] not-iterable - Object of type `None | str | tuple[int, int, int] | list[str | tuple[int, int, int]]` may not be iterable
[error] invalid-return-type - Return type does not match returned value: expected `list[tuple[int, int, int]]`, found `None | str | tuple[int, int, int] | list[str | tuple[int, int, int]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

websockets (https://github.com/aaugustin/websockets)

src/websockets/asyncio/server.py

[error] no-matching-overload - No overload of bound method `create_server` matches arguments

werkzeug (https://github.com/pallets/werkzeug)

src/werkzeug/datastructures/cache_control.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/etag.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/_internal.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/_reloader.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/accept.py

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `list.__contains__`
[error] invalid-method-override - Invalid override of method `index`: Definition is incompatible with `list.index`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/file_storage.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/headers.py

[error] unresolved-attribute - Object of type `object` has no attribute `_list`
[error] invalid-parameter-default - Default value of type `_Missing` is not assignable to annotated parameter type `str | T@pop`
[error] not-subscriptable - Cannot subscript object of type `Iterable[tuple[str, Any]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `Iterable[tuple[str, Any]]` with no `__getitem__` method
[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `Headers.__getitem__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/mixins.py

[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Self@__hash__`
[error] invalid-argument-type - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Self@__hash__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@__reduce_ex__`
[error] unresolved-attribute - Object of type `Self@_iter_hashitems` has no attribute `items`
[error] unresolved-attribute - Object of type `Self@__reduce_ex__` has no attribute `items`
[error] unresolved-attribute - Object of type `Self@_iter_hashitems` has no attribute `items`
[error] invalid-return-type - Return type does not match returned value: expected `F@_always_update`, found `_Wrapped[(...), Unknown, (self: UpdateDictMixin[Any, Any], /, *args: Any, **kwargs: Any), Any]`
[error] invalid-parameter-default - Default value of type `_Missing` is not assignable to annotated parameter type `V@UpdateDictMixin | T@pop`
[error] invalid-method-override - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
[error] invalid-method-override - Invalid override of method `__ior__`: Definition is incompatible with `dict.__ior__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/range.py

[error] invalid-assignment - Object of type `_CallbackProperty[Unknown]` is not assignable to `str | None`
[error] invalid-assignment - Object of type `_CallbackProperty[Unknown]` is not assignable to `int | None`
[error] invalid-assignment - Object of type `_CallbackProperty[Unknown]` is not assignable to `int | None`
[error] invalid-assignment - Object of type `_CallbackProperty[Unknown]` is not assignable to `int | None`
[error] unsupported-operator - Operator `-` is not supported between objects of type `int | None` and `Literal[1]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/structures.py

[error] invalid-method-override - Invalid override of method `get`: Definition is incompatible with `dict.get`
[error] invalid-method-override - Invalid override of method `items`: Definition is incompatible with `dict.items`
[error] invalid-method-override - Invalid override of method `values`: Definition is incompatible with `dict.values`
[error] invalid-method-override - Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
[error] invalid-method-override - Invalid override of method `__ior__`: Definition is incompatible with `dict.__ior__`
[error] invalid-parameter-default - Default value of type `_Missing` is not assignable to annotated parameter type `V@MultiDict | T@pop`
[error] invalid-argument-type - Argument to bound method `getlist` is incorrect: Expected `(V@CombinedMultiDict, /) -> T@getlist`, found `((V@CombinedMultiDict, /) -> T@getlist) | None`
[error] invalid-method-override - Invalid override of method `keys`: Definition is incompatible with `dict.keys`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/debug/__init__.py

[error] invalid-return-type - Return type does not match returned value: expected `Response`, found `SecurityError`
[error] invalid-return-type - Return type does not match returned value: expected `Response`, found `SecurityError`
[error] invalid-return-type - Return type does not match returned value: expected `Response`, found `NotFound`
[error] invalid-return-type - Return type does not match returned value: expected `Response`, found `NotFound`
[error] invalid-return-type - Return type does not match returned value: expected `Response`, found `SecurityError`
[error] invalid-return-type - Return type does not match returned value: expected `Response`, found `SecurityError`

src/werkzeug/debug/console.py

[error] invalid-assignment - Object of type `def compile(source: str, filename: str, symbol: str) -> CodeType | None` is not assignable to attribute `compile` of type `CommandCompiler`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/debug/tbtools.py

[error] unsupported-operator - Operator `-` is not supported between objects of type `int | None` and `Literal[1]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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-return-type - Return type does not match returned value: expected `T@LocalProxy`, found `Local | Unknown`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/middleware/shared_data.py

[error] unresolved-attribute - Attribute `loader` is not defined on `None` in union `ModuleSpec | None`
[error] unresolved-attribute - Object of type `Loader | None` has no attribute `get_resource_reader`

src/werkzeug/routing/rules.py

[error] unsupported-operator - Operator `+` is not supported between two objects of type `str | bytes | int | ... omitted 4 union elements`
[error] unresolved-attribute - Unresolved attribute `lineno` on type `AST`
[error] unresolved-attribute - Unresolved attribute `end_lineno` on type `AST`
[error] unresolved-attribute - Object of type `AST` has no attribute `lineno`
[error] unresolved-attribute - Unresolved attribute `col_offset` on type `AST`
[error] unresolved-attribute - Unresolved attribute `end_col_offset` on type `AST`
[error] unresolved-attribute - Object of type `AST` has no attribute `col_offset`

src/werkzeug/serving.py

[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`

src/werkzeug/test.py

[error] invalid-argument-type - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[str, str]]`

src/werkzeug/utils.py

[error] invalid-method-override - Invalid override of method `lookup`: Definition is incompatible with `_DictAccessorProperty.lookup`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/werkzeug/wrappers/request.py

[error] invalid-return-type - Return type does not match returned value: expected `Self@from_values`, found `Request`

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-method-override - Invalid override of method `readinto`: Definition is incompatible with `_RawIOBase.readinto`

tests/conftest.py

[error] invalid-assignment - Object of type `HTTPResponse` is not assignable to `DataHTTPResponse`
[error] invalid-argument-type - Argument to bound method `enter_context` is incorrect: Expected `AbstractContextManager[Unknown, bool | None]`, found `DevServerClient`

tests/test_serving.py

[error] invalid-argument-type - Argument to function `run_simple` is incorrect: Expected `int`, found `Literal["5000"]`
[error] invalid-argument-type - Argument to function `run_simple` is incorrect: Expected `(dict[str, Any], StartResponse, /) -> Iterable[bytes]`, found `None`

xarray (https://github.com/pydata/xarray)

xarray/namedarray/_array_api.py

[error] unresolved-attribute - Object of type `_arrayfunction[Any, Any] & ~_arrayapi[object, object]` has no attribute `astype`
[error] invalid-type-arguments - Type `_SupportsImag[_ScalarType@imag]` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-type-arguments - Type `_SupportsReal[_ScalarType@real]` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] unresolved-attribute - Object of type `_arrayfunction[Any, _DType@permute_dims] & ~_arrayapi[object, object]` has no attribute `transpose`

xarray/tests/arrays.py

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`

xarray/tests/test_typed_ops.py

[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `Variable`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `Variable`, found `bool`
[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `Variable`, found `bool`
[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `Variable`, found `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `DataArray`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `DataArray`, found `bool`
[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `DataArray`, found `bool`
[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `DataArray`, found `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `Dataset`, found `bool`
[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `Dataset`, found `bool`
[error] invalid-argument-type - Argument to function `_test` is incorrect: Expected `Dataset`, found `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`

xarray/backends/file_manager.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/structure/alignment.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

properties/test_pandas_roundtrip.py

[error] invalid-argument-type - Argument to function `assert_series_equal` is incorrect: Expected `Series[Any]`, found `DataArray | Series[Any] | DataFrame`
[error] unresolved-attribute - Class `TimedeltaArray` has no attribute `_from_sequence`
[error] unresolved-attribute - Class `DatetimeArray` has no attribute `_from_sequence`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/backends/api.py

[error] invalid-assignment - Object of type `list[str | DataArray | None]` is not assignable to `Sequence[str] | DataArray | Index | ... omitted 3 union elements`
[error] invalid-assignment - Object of type `NestedSequence[str | ReadBuffer[Unknown]] & ~AlwaysFalsy` is not assignable to `list[str | ReadBuffer[Unknown]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/backends/common.py

[error] invalid-argument-type - Argument to function `_normalize_path_list` is incorrect: Expected `NestedSequence[str | PathLike[Unknown] | ReadBuffer[Unknown]]`, found `(ReadBuffer[Unknown] & Top[list[Unknown]] & ~PathLike[object]) | (NestedSequence[str | PathLike[Unknown] | ReadBuffer[Unknown]] & Top[list[Unknown]] & ~PathLike[object])`
[error] not-subscriptable - Cannot subscript object of type `Self@get_duck_array` with no `__getitem__` method
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/backends/scipy_.py

[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | _ReadableFileobj`, found `str | ReadBuffer[Unknown] | AbstractDataStore`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/backends/writers.py

[error] invalid-assignment - Object of type `LiteralString` is not assignable to `Literal["NETCDF4", "NETCDF4_CLASSIC", "NETCDF3_64BIT", "NETCDF3_CLASSIC"] | None`
[error] invalid-assignment - Object of type `LiteralString` is not assignable to `Literal["NETCDF4", "NETCDF4_CLASSIC", "NETCDF3_64BIT", "NETCDF3_CLASSIC"] | None`
[error] invalid-assignment - Object of type `Literal["netcdf4", "h5netcdf", "scipy"]` is not assignable to `Literal["netcdf4", "h5netcdf", "pydap"] | None`
[error] invalid-argument-type - Argument to function `get_writable_netcdf_store` is incorrect: Expected `Literal["netcdf4", "scipy", "h5netcdf"]`, found `Literal["netcdf4", "h5netcdf", "pydap"] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/coding/cftime_offsets.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `partial[YearOffset | QuarterOffset]` on object of type `dict[str, type[BaseCFTimeOffset]]`
[error] no-matching-overload - No overload of function `date_range` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/coding/cftimeindex.py

[error] invalid-method-override - Invalid override of method `__add__`: Definition is incompatible with `Index.__add__`
[error] invalid-method-override - Invalid override of method `__radd__`: Definition is incompatible with `Index.__radd__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/coding/common.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/coding/times.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/compat/npcompat.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/computation/apply_ufunc.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[Unknown, Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/computation/fit.py

[error] unresolved-import - Module `numpy` has no member `RankWarning`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/computation/ops.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/computation/rolling.py

[error] unresolved-import - Cannot resolve imported module `numbagg`
[error] invalid-return-type - Return type does not match returned value: expected `list[_T@_mapping_to_list]`, found `list[_T@_mapping_to_list | Mapping[Any, _T@_mapping_to_list]]`
[error] invalid-return-type - Return type does not match returned value: expected `list[_T@_mapping_to_list]`, found `list[_T@_mapping_to_list | Mapping[Any, _T@_mapping_to_list]]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[Any, Any]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/computation/rolling_exp.py

[error] unresolved-import - Cannot resolve imported module `numbagg`

xarray/computation/weighted.py

[error] unresolved-attribute - Attribute `map_blocks` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-return-type - Return type does not match returned value: expected `T_DataArray@_sum_of_squares`, found `T_DataArray@_sum_of_squares | T_DataArray@__init__`
[error] invalid-return-type - Return type does not match returned value: expected `T_DataArray@_weighted_sum`, found `T_DataArray@_weighted_sum | T_DataArray@__init__`

xarray/core/_typed_ops.py

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
[error] invalid-method-override - Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/accessor_dt.py

[error] invalid-return-type - Return type does not match returned value: expected `Self@__new__`, found `TimedeltaAccessor[T_DataArray@CombinedDatetimelikeAccessor]`
[error] invalid-return-type - Return type does not match returned value: expected `Self@__new__`, found `DatetimeAccessor[T_DataArray@CombinedDatetimelikeAccessor]`

xarray/core/accessor_str.py

[error] invalid-argument-type - Argument to function `normalize` is incorrect: Expected `Literal["NFC", "NFD", "NFKC", "NFKD"]`, found `str`
[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-return-type - Return type does not match returned value: expected `T_DataArray@StringAccessor`, found `Unknown | 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-return-type - Return type does not match returned value: expected `T_DataArray@StringAccessor`, found `Unknown | 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`

xarray/core/common.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/coordinates.py

[error] invalid-argument-type - Method `__delitem__` of type `bound method DataTree.__delitem__(key: str) -> None` cannot be called with key of type `Hashable` on object of type `DataTree`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/dataarray.py

[error] unresolved-attribute - Object of type `MultiIndex` has no attribute `_get_level_number`
[error] no-matching-overload - No overload of function `to_zarr` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/dataset.py

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `DatasetOpsMixin.__eq__`
[error] no-matching-overload - No overload of function `to_zarr` matches arguments
[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 `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 `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`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/datatree.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[Hashable, Variable]`, found `Mapping[Hashable, Variable]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterator[str]`, found `chain[Hashable]`
[error] invalid-method-override - Invalid override of method `__repr__`: Definition is incompatible with `NamedNode.__repr__`
[error] invalid-method-override - Invalid override of method `get`: Definition is incompatible with `TreeNode.get`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `DataTreeCoordinates | list[Unknown]`
[error] no-matching-overload - No overload of function `map_over_datasets` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/dtypes.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/duck_array_ops.py

[error] unresolved-attribute - Unresolved attribute `numeric_only` on type `def mean(array, axis=None, skipna=None, **kwargs) -> Unknown`
[error] unresolved-import - Cannot resolve imported module `numbagg`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/extension_array.py

[error] unresolved-attribute - Attribute `_from_sequence` is not defined on `type[ExtensionArray]` in union `type[ExtensionArray] | Any`
[error] unresolved-attribute - Attribute `construct_array_type` is not defined on `dtype[Any]`, `None`, `str`, `tuple[Any, SupportsIndex | Sequence[SupportsIndex]]`, `tuple[Any, Any]`, `list[Any]`, `_HasDType[dtype[Any]]`, `_HasNumPyDType[dtype[Any]]` in union `ExtensionDtype | dtype[Any] | None | ... omitted 7 union elements`
[error] unresolved-attribute - Attribute `astype` is not defined on `_Buffer`, `_SupportsArray[dtype[Any]]`, `_NestedSequence[_SupportsArray[dtype[Any]]]`, `int`, `float`, `complex`, `str`, `_NestedSequence[int | float | complex | bytes | str]` in union `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] invalid-argument-type - Argument to function `union_unordered_categorical_and_scalar` is incorrect: Expected `list[str | bytes | date | ... omitted 9 union elements]`, found `list[list[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 13 union elements]]`
[error] unresolved-attribute - Object of type `type[T_ExtensionArray@__extension_duck_array__concatenate]` has no attribute `_concat_same_type`
[error] not-subscriptable - Cannot subscript object of type `<Protocol with members 'shape'>` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `<Protocol with members 'shape'>` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `<Protocol with members 'shape'>` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `<Protocol with members 'shape'>` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `<Protocol with members 'shape'>` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `_Buffer` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `_SupportsArray[dtype[Any]]` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `complex` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `float` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `int` with no `__getitem__` method
[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 `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] unresolved-attribute - Object of type `type[T_ExtensionArray@PandasExtensionArray]` has no attribute `_from_sequence`

xarray/core/groupby.py

[error] invalid-argument-type - Argument to function `reduce` is incorrect: Expected `(DataArray, DataArray, /) -> DataArray`, found `_UFunc_Nin2_Nout1[Literal["logical_or"], Literal[20], Literal[False]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/indexes.py

[error] unresolved-attribute - Object of type `Index[Any] & Top[CategoricalIndex[Any]]` has no attribute `remove_unused_categories`
[error] unresolved-attribute - Object of type `T_PDIndex@remove_unused_levels_categories & Top[CategoricalIndex[Any]] & ~MultiIndex` has no attribute `remove_unused_categories`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Hashable`
[error] unresolved-attribute - Attribute `dtype` is not defined on `int`, `slice[Any, Any, Any]` in union `int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - Attribute `sum` is not defined on `int`, `slice[Any, Any, Any]` in union `int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-assignment - Object of type `PandasIndex` is not assignable to `T_PandasOrXarrayIndex@Indexes`
[error] unresolved-attribute - Object of type `T_PandasOrXarrayIndex@Indexes` has no attribute `index`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/indexing.py

[error] unresolved-attribute - Object of type `_arrayfunction[Any, Any] | _arrayapi[Any, Any]` has no attribute `ndim`
[error] unresolved-attribute - Object of type `_arrayfunction[Any, Any] | _arrayapi[Any, Any]` has no attribute `ndim`
[error] unresolved-attribute - Object of type `_arrayfunction[Any, Any] | _arrayapi[Any, Any]` has no attribute `ndim`
[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 function `is_chunked_array` is incorrect: Expected `_arrayfunction[Any, Any] | _arrayapi[Any, Any]`, found `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/missing.py

[error] unresolved-attribute - Object of type `T@_localize` has no attribute `isel`
[error] invalid-argument-type - Argument to function `_interp1d` is incorrect: Expected `(...) -> ((...) -> ndarray[tuple[Any, ...], dtype[Any]])`, found `((...) -> ((...) -> ndarray[tuple[Any, ...], dtype[Any]])) | ((...) -> ndarray[tuple[Any, ...], dtype[Any]])`
[error] invalid-assignment - Object of type `((...) -> ndarray[tuple[Any, ...], dtype[Any]]) | ndarray[tuple[Any, ...], dtype[Any]]` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]]`

xarray/core/nputils.py

[error] unresolved-import - Module `numpy` has no member `RankWarning`
[error] unresolved-import - Cannot resolve imported module `numbagg`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/parallel.py

[error] invalid-return-type - Return type does not match returned value: expected `T_Xarray@map_blocks`, found `DataArray`
[error] invalid-return-type - Return type does not match returned value: expected `T_Xarray@map_blocks`, found `Dataset`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/resample.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/treenode.py

[error] no-matching-overload - No overload of bound method `join` matches arguments

xarray/core/types.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/utils.py

[error] invalid-return-type - Return type does not match returned value: expected `dtype[Any]`, found `dtype[Any] | dtype[generic[Any]] | ExtensionDtype`
[error] invalid-argument-type - Argument to function `list_equiv` is incorrect: Expected `Sequence[Unknown]`, found `T@equivalent & ~ndarray[tuple[object, ...], dtype[object]]`
[error] invalid-argument-type - Argument to function `list_equiv` is incorrect: Expected `Sequence[Unknown]`, found `T@equivalent & ~ndarray[tuple[object, ...], dtype[object]]`
[error] no-matching-overload - No overload of function `isna` matches arguments
[error] no-matching-overload - No overload of function `isna` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/core/variable.py

[error] invalid-assignment - Object of type `list[tuple[int, int]]` is not assignable to `int | tuple[int, int] | Mapping[Any, tuple[int, int]] | None`
[error] invalid-method-override - Invalid override of method `reduce`: Definition is incompatible with `NamedArray.reduce`
[error] invalid-method-override - Invalid override of method `chunk`: Definition is incompatible with `NamedArray.chunk`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/groupers.py

[error] no-matching-overload - No overload of function `__new__` matches arguments

xarray/indexes/nd_point_index.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/namedarray/core.py

[error] invalid-return-type - Return type does not match returned value: expected `int`, found `object`
[error] invalid-type-arguments - Type `_SupportsImag[_ScalarType@imag]` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-type-arguments - Type `_SupportsReal[_ScalarType@real]` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] unresolved-attribute - Attribute `__dask_optimize__` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `__dask_postcompute__` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - Attribute `__dask_postpersist__` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[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-assignment - Object of type `ImplicitToExplicitIndexingAdapter` is not assignable to `_arrayfunction[Any, Any] | _arrayapi[Any, Any]`
[error] invalid-argument-type - Argument to bound method `from_array` is incorrect: Expected `tuple[tuple[int, ...], ...]`, found `(Mapping[Any, str | int | tuple[int, ...] | None] & float) | str | int | ... omitted 6 union elements`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/namedarray/daskmanager.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/namedarray/parallelcompat.py

[error] invalid-argument-type - Argument to function `_get_chunk` is incorrect: Expected `_arrayfunction[Any, dtype[Any]]`, found `T_ChunkedArray@ChunkManagerEntrypoint`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/namedarray/pycompat.py

[error] unresolved-attribute - Object of type `_arrayfunction[Any, Any] | _arrayapi[Any, Any]` has no attribute `to_numpy`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/namedarray/utils.py

[error] unresolved-attribute - Object of type `_arrayfunction[Any, dtype[Any]]` has no attribute `size`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/plot/accessor.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/plot/dataarray_plot.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/plot/dataset_plot.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/plot/utils.py

[error] unresolved-attribute - Attribute `to_numpy` is not defined on `None` in union `DataArray | None`
[error] no-matching-overload - No overload of function `unique` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/testing/assertions.py

[error] unresolved-attribute - Unresolved attribute `__name__` on type `partial[Unknown]`

xarray/testing/strategies.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_array_api.py

[error] unresolved-import - Cannot resolve imported module `array_api_strict._array_object`

xarray/tests/test_assertions.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_backends.py

[error] unresolved-import - Cannot resolve imported module `zarr`
[error] invalid-method-override - Invalid override of method `save`: Definition is incompatible with `DatasetIOBase.save`
[error] no-matching-overload - No overload of bound method `to_zarr` matches arguments
[error] no-matching-overload - No overload of bound method `to_zarr` matches arguments
[error] call-non-callable - Object of type `None` is not callable
[error] no-matching-overload - No overload of bound method `to_netcdf` matches arguments
[error] invalid-argument-type - Argument to function `open_mfdataset` is incorrect: Expected `Literal["all", "minimal", "different"] | None | list[str] | CombineKwargDefault`, found `Literal["minimum"]`
[error] invalid-assignment - Object of type `Literal["tas"]` is not assignable to attribute `name` on type `DataFrame | Series[Any]`
[error] invalid-assignment - Object of type `dict[str, slice[Any, Any, Any]] | str` is not assignable to `Mapping[str, slice[Any, Any, Any]] | Literal["auto"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_backends_datatree.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["/not/a/group"]` and value of type `dict[Unknown, dict[str, int] | str]` on object of type `dict[str, dict[Unknown, dict[str, int]]]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["/not/a/group"]` and value of type `dict[Unknown, dict[str, tuple[Unknown]] | dict[str, Unknown] | str]` on object of type `dict[str, dict[Unknown, dict[str, tuple[Unknown]] | dict[str, Unknown]]]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Path` and `Hashable`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_backends_file_manager.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_backends_lru_cache.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`

xarray/tests/test_cftime_offsets.py

[error] no-matching-overload - No overload of function `roll` matches arguments
[error] invalid-argument-type - Argument to function `date_range` is incorrect: Expected `Literal["both", "neither", "left", "right"]`, found `Literal["up"] | None`

xarray/tests/test_cftimeindex_resample.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_coarsen.py

[error] unresolved-attribute - Object of type `DataArrayCoarsen` has no attribute `mean`
[error] unresolved-attribute - Object of type `DataArrayCoarsen` has no attribute `mean`

xarray/tests/test_coding_strings.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_coding_times.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_combine.py

[error] no-matching-overload - No overload of function `combine_nested` matches arguments
[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 `broadcast_equals` is incorrect: Expected `Dataset`, found `Dataset | DataArray`
[error] invalid-argument-type - Argument to function `combine_by_coords` is incorrect: Expected `Literal["identical", "equals", "broadcast_equals", "no_conflicts", "override", "minimal"] | CombineKwargDefault`, found `Literal["y"]`
[error] invalid-argument-type - Argument to function `combine_by_coords` is incorrect: Expected `Iterable[Dataset | DataArray]`, found `list[DataTree]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_computation.py

[error] invalid-argument-type - Argument to function `apply_ufunc` is incorrect: Expected `Literal["forbidden", "allowed", "parallelized"]`, found `Literal["unknown"]`
[error] invalid-argument-type - Argument to function `corr` is incorrect: Argument type `Dataset` does not satisfy upper bound `DataArray` of type variable `T_DataArray`
[error] invalid-argument-type - Argument to function `corr` is incorrect: Argument type `Dataset` does not satisfy upper bound `DataArray` of type variable `T_DataArray`

xarray/tests/test_concat.py

[error] no-matching-overload - No overload of function `concat` matches arguments
[error] no-matching-overload - No overload of function `concat` matches arguments
[error] no-matching-overload - No overload of function `concat` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_conventions.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_coordinate_transform.py

[error] unresolved-attribute - Object of type `_arrayfunction[Any, Unknown] | _arrayapi[Any, Unknown]` has no attribute `_repr_inline_`
[error] unresolved-attribute - Object of type `_arrayfunction[Any, Unknown] | _arrayapi[Any, Unknown]` has no attribute `_repr_inline_`

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]`

xarray/tests/test_dask.py

[error] unresolved-attribute - Attribute `item` is not defined on `Variable` in union `Unknown | Variable`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `map_blocks` is incorrect: Expected `Sequence[Any]`, found `Literal[10]`
[error] invalid-argument-type - Argument to function `map_blocks` is incorrect: Expected `Mapping[str, Any] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `map_blocks` is incorrect: Expected `DataArray | Dataset | None`, found `tuple[Unknown]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] unresolved-attribute - Attribute `layers` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `layers` is not defined on `None` in union `Unknown | None`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_dataarray.py

[error] unresolved-import - Module `numpy` has no member `RankWarning`
[error] invalid-assignment - Object of type `Unknown | Variable` is not assignable to attribute `variable` on type `Unknown | DataArray`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Mapping[Hashable, int]`
[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 `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 `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 `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 `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 `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 `get_level_values` is incorrect: Expected `str | int`, found `Hashable`
[error] unresolved-attribute - Object of type `Index` has no attribute `opt`
[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 `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"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_dataset.py

[error] unresolved-import - Module `numpy` has no member `RankWarning`
[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 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 `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 `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 `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] unresolved-attribute - Object of type `ExtensionArray` has no attribute `equals`
[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 `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 `sel` is incorrect: Expected `str | None`, found `Dataset`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _LocIndexer[Dataset].__getitem__(key: Mapping[Any, Any]) -> Dataset` cannot be called with key of type `Literal["a"]` on object of type `_LocIndexer[Dataset]`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `Mapping[Any, Any] | None`, found `Literal["foo"]`
[error] no-matching-overload - No overload of function `align` matches arguments
[error] no-matching-overload - No overload of function `align` matches arguments
[error] invalid-method-override - Invalid override of method `equals`: Definition is incompatible with `PandasIndex.equals`
[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 `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 `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 `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] unresolved-attribute - Object of type `Index` has no attribute `opt`
[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 `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"]`
[warning] possibly-unresolved-reference - Name `ds` used when possibly not defined
[error] invalid-argument-type - Argument to bound method `query` is incorrect: Expected `Mapping[Any, Any] | None`, found `Literal["a > 5"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 bound method `__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-assignment - Invalid assignment to data descriptor attribute `dataset` on type `DataTree` with custom `__set__` method
[error] invalid-argument-type - Method `__getitem__` of type `bound method DataTree.__getitem__(key: str) -> DataTree | DataArray` cannot be called with key of type `list[str]` on object of type `DataTree`
[error] invalid-argument-type - Method `__getitem__` of type `bound method DataTree.__getitem__(key: str) -> DataTree | DataArray` cannot be called with key of type `dict[str, int]` on object of type `DataTree`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_datatree_mapping.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_deprecation_helpers.py

[error] too-many-positional-arguments - Too many positional arguments to function `f1`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `f1`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `f1`: expected 2, got 4
[error] too-many-positional-arguments - Too many positional arguments to function `f2`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `f3`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `f3`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `f4`: expected 1, got 2
[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 `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 `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 `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 `method`: expected 2, got 3

xarray/tests/test_distributed.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_dtypes.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_duck_array_ops.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_duck_array_wrapping.py

[error] unresolved-import - Cannot resolve imported module `jax`

xarray/tests/test_extensions.py

[error] unresolved-attribute - Class `Dataset` has no attribute `demo`
[error] unresolved-attribute - Class `Dataset` has no attribute `demo`
[error] unresolved-attribute - Class `Dataset` has no attribute `demo`

xarray/tests/test_formatting.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_groupby.py

[error] invalid-argument-type - Argument to function `_consolidate_slices` is incorrect: Expected `list[slice[Any, Any, Any]]`, found `list[slice[Any, Any, Any] | int]`
[error] invalid-argument-type - Argument to bound method `groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `UniqueGrouper`
[error] parameter-already-assigned - Multiple values provided for parameter `labels`
[error] no-matching-overload - No overload of function `cut` matches arguments
[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 `groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `Index[Any]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `DatasetGroupBy` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `DatasetGroupBy`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `Dataset` and `DatasetGroupBy`
[error] unresolved-attribute - Object of type `Index` has no attribute `index`
[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] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | DataArrayGroupBy` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between two objects of type `Unknown | DataArrayGroupBy`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `DataArray` and `Unknown | DataArrayGroupBy`
[error] no-matching-overload - No overload of function `cut` matches arguments
[error] no-matching-overload - No overload of function `cut` matches arguments
[error] no-matching-overload - No overload of function `cut` matches arguments
[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 `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 `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 `groupby_bins` is incorrect: Expected `Literal[False] | None`, found `Literal[True]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_indexing.py

[error] invalid-argument-type - Argument to function `create_mask` is incorrect: Expected `ExplicitIndexer`, found `tuple[Literal[1], Literal[2]]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `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"]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_merge.py

[error] no-matching-overload - No overload of function `merge` matches arguments
[error] no-matching-overload - No overload of function `merge` matches arguments
[error] no-matching-overload - No overload of function `merge` matches arguments
[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 `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] no-matching-overload - No overload of function `merge` matches arguments

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 `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 `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`

xarray/tests/test_namedarray.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, _DType_co@CustomArrayIndexable], (key: int | slice[Any, Any, Any] | EllipsisType | tuple[int | slice[Any, Any, Any] | EllipsisType, ...], /) -> Any]` cannot be called with key of type `_arrayapi[Any, object]` on object of type `_arrayfunction[Any, _DType_co@CustomArrayIndexable]`
[error] unresolved-import - Module `typing` has no member `_get_protocol_attrs`
[error] no-matching-overload - No overload of function `from_array` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_parallelcompat.py

[error] invalid-assignment - Object of type `Any | None` is not assignable to attribute `chunks` of type `tuple[tuple[int, ...], ...]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] invalid-argument-type - Argument to bound method `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__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 `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_plugins.py

[error] invalid-method-override - Invalid override of method `open_dataset`: Definition is incompatible with `BackendEntrypoint.open_dataset`
[error] invalid-method-override - Invalid override of method `open_dataset`: Definition is incompatible with `BackendEntrypoint.open_dataset`
[error] invalid-method-override - Invalid override of method `open_dataset`: Definition is incompatible with `BackendEntrypoint.open_dataset`
[error] invalid-method-override - Invalid override of method `open_dataset`: Definition is incompatible with `BackendEntrypoint.open_dataset`

xarray/tests/test_sparse.py

[error] unresolved-attribute - Attribute `mean` is not defined on `DataArrayCoarsen` in union `Unknown | DataArrayCoarsen`
[error] unresolved-attribute - Attribute `mean` is not defined on `DataArrayCoarsen` in union `Unknown | DataArrayCoarsen`
[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 `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 `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 `reindex` is incorrect: Expected `bool`, found `list[int] | list[int | float]`

xarray/tests/test_strategies.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_treenode.py

[error] invalid-assignment - Invalid assignment to data descriptor attribute `children` on type `TreeNode` with custom `__set__` method

xarray/tests/test_ufuncs.py

[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] call-non-callable - Object of type `None` is not callable
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_units.py

[error] unresolved-attribute - Object of type `Variable` has no attribute `searchsorted`
[error] unresolved-attribute - Object of type `Variable` has no attribute `searchsorted`
[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 `__call__`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

xarray/tests/test_utils.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["deprecated"]` and `str | None`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Frozen[Unknown, Unknown]`
[error] not-subscriptable - Cannot delete subscript on object of type `Frozen[Unknown, Unknown]` with no `__delitem__` method
[error] unresolved-attribute - Object of type `Frozen[Unknown, Unknown]` has no attribute `update`

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] unresolved-attribute - Object of type `Variable` has no attribute `item`
[error] unresolved-attribute - Object of type `Variable` has no attribute `item`
[error] unresolved-attribute - Object of type `IndexVariable` has no attribute `searchsorted`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, Unknown], (key: int | slice[Any, Any, Any] | EllipsisType | tuple[int | slice[Any, Any, Any] | EllipsisType, ...], /) -> Any]` cannot be called with key of type `list[int]` on object of type `_arrayfunction[Any, Unknown]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _arrayfunction[Any, Any] | tuple[_arrayfunction[Any, Any], ...], /) -> _arrayfunction[Any, Unknown], (key: int | slice[Any, Any, Any] | EllipsisType | tuple[int | slice[Any, Any, Any] | EllipsisType, ...], /) -> Any]` cannot be called with key of type `list[Unknown]` on object of type `_arrayfunction[Any, Unknown]`
[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-method-override - Invalid override of method `test_data`: Definition is incompatible with `NamedArraySubclassobjects.test_data`
[error] unresolved-attribute - Object of type `<super: <class 'TestIndexVariable'>, Self@test_coarsen_2d>` has no attribute `test_coarsen_2d`
[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] unresolved-attribute - Unresolved attribute `foo` on type `ndarray[tuple[Any, ...], Unknown]`
[error] unresolved-attribute - Object of type `SubclassedArray` has no attribute `foo`
[error] unresolved-attribute - Object of type `_arrayfunction[Any, Unknown] | _arrayapi[Any, Unknown]` has no attribute `item`
[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 bound method `__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] no-matching-overload - No overload of bound method `astype` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `weighted` is incorrect: Expected `DataArray`, found `list[int]`

xarray/util/deprecation_helpers.py

[error] invalid-return-type - Return type does not match returned value: expected `T@deprecate_dims`, found `_Wrapped[(...), Unknown, (...), Unknown]`

xarray/util/generate_ops.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

yarl (https://github.com/aio-libs/yarl)

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 `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 `build` is incorrect: Expected `str`, found `None`

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 `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 `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"]`

tests/test_cached_property.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

yarl/_quoting.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/test_quoting.py

[error] unresolved-import - Cannot resolve imported module `yarl._quoting_c`
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `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] no-matching-overload - No overload of bound method `with_query` matches arguments
[error] no-matching-overload - No overload of bound method `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 `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 `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 `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 `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 `extend_query` matches arguments
[error] no-matching-overload - No overload of bound method `extend_query` matches arguments

tests/test_url.py

[error] unsupported-operator - Operator `/` is not supported between objects of type `URL` and `Literal[3]`
[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 `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 function `__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 `join` is incorrect: Expected `URL`, found `Literal["path/to"]`
[error] unresolved-attribute - Object of type `_InternalURLCache` has no attribute `clear`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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 `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 `Literal[42]`

yarl/_url.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zipp (https://github.com/jaraco/zipp)

zipp/compat/overlay.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `HashableNamespace` on object of type `dict[str, ModuleType]`

zipp/compat/py310.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zulip (https://github.com/zulip/zulip)

corporate/lib/decorator.py

[error] unresolved-attribute - Unresolved attribute `__signature__` on type `_Wrapped[(...), HttpResponse, (request: HttpRequest, /, *args: ParamT@_wrapped_view_func.args, **kwargs: ParamT@_wrapped_view_func.kwargs), HttpResponse]`
[error] unresolved-attribute - Unresolved attribute `__signature__` on type `_Wrapped[(...), HttpResponse, (request: HttpRequest, /, *args: ParamT@_wrapped_view_func.args, **kwargs: ParamT@_wrapped_view_func.kwargs), HttpResponse]`

zerver/migrations/0460_backfill_realmauditlog_extradata_to_json_field.py

[error] unresolved-attribute - Object of type `Model` has no attribute `extra_data_json`
[error] unresolved-attribute - Object of type `Model` has no attribute `event_type`
[error] unresolved-attribute - Object of type `Model` has no attribute `id`
[error] unresolved-attribute - Object of type `Model` has no attribute `extra_data`
[error] unresolved-attribute - Object of type `Model` has no attribute `extra_data`
[error] unresolved-attribute - Object of type `Model` has no attribute `id`
[error] unresolved-attribute - Object of type `Model` has no attribute `extra_data`
[error] unresolved-attribute - Unresolved attribute `extra_data_json` on type `Model`
[error] unresolved-attribute - Unresolved attribute `extra_data_json` on type `Model`

zilencer/migrations/0027_backfill_remote_realmauditlog_extradata_to_json_field.py

[error] unresolved-attribute - Object of type `Model` has no attribute `extra_data_json`
[error] unresolved-attribute - Object of type `Model` has no attribute `extra_data`
[error] unresolved-attribute - Object of type `Model` has no attribute `id`
[error] unresolved-attribute - Object of type `Model` has no attribute `extra_data`
[error] unresolved-attribute - Unresolved attribute `extra_data_json` on type `Model`
[error] unresolved-attribute - Unresolved attribute `extra_data_json` on type `Model`

zproject/configured_settings.py

[error] unresolved-import - Cannot resolve imported module `zproject.custom_dev_settings`

zerver/lib/response.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

analytics/lib/counts.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

corporate/lib/stripe.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tools/documentation_crawler/documentation_crawler/commands/crawl_with_status.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/actions/message_summary.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/decorator.py

[error] unresolved-attribute - Unresolved attribute `_all_event_types` on type `_Wrapped[(...), HttpResponse, (...), Unknown]`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/lib/cache.py

[error] unresolved-attribute - Object of type `BaseCache` has no attribute `_cache`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/lib/export.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["import_source"]` and value of type `Literal["zulip"]` on object of type `dict[str, Iterator[dict[str, Any]] | list[dict[str, Any]]]`

zerver/lib/integrations.py

[error] unresolved-attribute - Object of type `(HttpRequest, /) -> HttpResponseBase` has no attribute `csrf_exempt`

zerver/lib/markdown/__init__.py

[error] invalid-method-override - Invalid override of method `handleMatch`: Definition is incompatible with `InlineProcessor.handleMatch`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/lib/mention.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/lib/parallel.py

[error] unresolved-attribute - Object of type `BaseCache` has no attribute `_cache`

zerver/lib/queue.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/lib/streams.py

[error] unresolved-attribute - Object of type `UserGroup` has no attribute `id`
[error] unresolved-attribute - Object of type `UserGroup` has no attribute `root_id`

zerver/lib/test_helpers.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/lib/upload/s3.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/migrations/0544_copy_avatar_images.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/tests/test_auth_backends.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/tests/test_event_queue.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/tests/test_import_export.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/tests/test_upload.py

[error] unresolved-attribute - Unresolved attribute `content_type` on type `_TemporaryFileWrapper[bytes]`

zerver/tornado/handlers.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zerver/views/streams.py

[error] invalid-argument-type - Argument to function `bulk_access_users_by_email` is incorrect: Expected `list[str]`, found `list[str] | list[int]`
[error] invalid-argument-type - Argument to function `bulk_access_users_by_id` is incorrect: Expected `list[int]`, found `list[str] | list[int]`

zilencer/management/commands/mark_all_messages_unread.py

[error] unresolved-attribute - Object of type `BaseCache` has no attribute `_cache`

zilencer/views.py

[error] unresolved-attribute - Object of type `Manager[ModelT@batch_create_table_data]` has no attribute `_insert`

zproject/backends.py

[error] invalid-method-override - Invalid override of method `authenticate`: Definition is incompatible with `RemoteUserBackend.authenticate`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

zproject/jinja2/__init__.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive