Ecosystem report

Old: main (merge base) da188d5c New: 22124/merge 0a41f03d
Lint Rule Removed Added Changed
Total 42 497 43
invalid-argument-type 0 404 20
unused-ignore-comment 34 1 0
unknown-argument 0 32 0
invalid-return-type 5 3 13
too-many-positional-arguments 0 17 0
possibly-missing-attribute 0 13 0
missing-argument 0 12 0
invalid-assignment 1 2 7
no-matching-overload 0 7 0
parameter-already-assigned 0 4 0
unresolved-attribute 0 0 3
redundant-cast 0 2 0
not-iterable 1 0 0
type-assertion-failure 1 0 0
Project Removed Added Changed
Total 42 497 43
dd-trace-py 0 195 0
rotki 2 40 0
ignite 0 40 0
ibis 0 37 0
spack 0 27 0
werkzeug 1 25 0
scikit-learn 0 20 0
scrapy 0 17 0
sympy 0 14 0
colour 0 13 0
discord.py 11 1 0
prefect 0 1 11
hydpy 0 0 11
optuna 0 0 10
meson 0 9 0
pandas 3 6 0
pandera 9 0 0
static-frame 0 6 3
pybind11 0 8 0
apprise 0 7 0

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

github/PaginatedList.py

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

github/Requester.py

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

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

tanjun/dependencies/data.py

[error] invalid-return-type - :347 -
Old: Return type does not match returned value: expected `_T@cached_inject`, found `_T@cached_inject | Coroutine[Any, Any, _T@cached_inject | Coroutine[Any, Any, _T@cached_inject]]`
New: Return type does not match returned value: expected `_T@cached_inject`, found `Coroutine[Any, Any, _T@cached_inject | Coroutine[Any, Any, _T@cached_inject]] | _T@cached_inject`

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

aiohttp/cookiejar.py

[error] no-matching-overload - :342:23 - No overload of function `__new__` matches arguments

aiohttp/web_protocol.py

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

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

apprise/plugins/email/base.py

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

apprise/plugins/fcm/__init__.py

[error] unknown-argument - :266:13 - Argument `user_agent` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :267:13 - Argument `timeout` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :268:13 - Argument `verify_certificate` does not match any known parameter of bound method `__init__`

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

src/arti/types/bigquery.py

[error] invalid-argument-type - :231:13 - Argument is incorrect: Expected `Struct`, found `Type`

src/arti/types/pyarrow.py

[error] invalid-argument-type - :241:13 - Argument is incorrect: Expected `Struct`, found `Type`

src/arti/types/python.py

[error] invalid-argument-type - :158:83 - Argument is incorrect: Expected `frozenset[Any]`, found `tuple[Any, ...]`

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

src/bandersnatch/tests/test_configuration.py

[error] no-matching-overload - :108:17 - No overload of class `str` matches arguments
[error] invalid-argument-type - :108:29 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

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

src/black/trans.py

[error] invalid-return-type - :466:20 - Return type does not match returned value: expected `Ok[list[int]] | Err[CannotTransform]`, found `Ok[list[Unknown] & ~AlwaysFalsy]`
[error] invalid-return-type - :980:20 - Return type does not match returned value: expected `Ok[list[int]] | Err[CannotTransform]`, found `Ok[list[Unknown] & ~AlwaysFalsy]`

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

src/bokeh/layouts.py

[error] invalid-assignment - :298 -
Old: Object of type `list[Sequence[Unknown]]` is not assignable to `list[UIElement | None] | list[list[UIElement | None]]`
New: Object of type `list[UIElement | None | Sequence[Unknown]]` is not assignable to `list[UIElement | None] | list[list[UIElement | None]]`

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

cloudinit/cmd/devel/net_convert.py

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

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

colour/io/uprtek_sekonic.py

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

colour/utilities/array.py

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

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

comtypes/test/test_util.py

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

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

homeassistant/components/min_max/sensor.py

[error] invalid-assignment - :257:57 - Object of type `Event[EventStateChangedData | dict[Unknown | str, Unknown | str | State | None]]` is not assignable to `Event[EventStateChangedData]`

homeassistant/components/mysensors/__init__.py

[error] too-many-positional-arguments - :140:45 - Too many positional arguments to bound method `__init__`: expected 6, got 7

homeassistant/components/xiaomi_miio/__init__.py

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

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

benchmarks/encoder/utils.py

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

ddtrace/appsec/_common_module_patches.py

[error] invalid-argument-type - :156:45 - Argument to function `__new__` is incorrect: Expected `FrameType`, found `FrameType | None`
[error] too-many-positional-arguments - :156:45 - Too many positional arguments to function `__init__`: expected 1, got 4

ddtrace/debugging/_debugger.py

[error] invalid-argument-type - :261:63 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str | Unknown]`
[error] invalid-argument-type - :261:63 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | DerivedVariable[str | Unknown]`

ddtrace/internal/symbol_db/symbols.py

[warning] redundant-cast - :362:22 - Value is already of type `Scope | None`

ddtrace/vendor/psutil/setup.py

[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :321:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :339:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :358:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :377:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :396:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :412:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :426:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`
[error] invalid-argument-type - :440:9 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | bool`

tests/conftest.py

[error] unknown-argument - :607:40 - Argument `is_periodic` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :607:59 - Argument `agentless` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :619:71 - Argument `agentless` does not match any known parameter of bound method `__init__`

tests/internal/symbol_db/test_symbols.py

[warning] possibly-missing-attribute - :171:20 - Attribute `scopes` may be missing on object of type `Scope | None`

tests/profiling/collector/test_threading.py

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

tests/telemetry/test_writer.py

[error] unknown-argument - :830:75 - Argument `agentless` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :851:75 - Argument `agentless` does not match any known parameter of bound method `__init__`

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

discord/ext/commands/context.py

[warning] unused-ignore-comment - :485:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :519:54 - Unused blanket `type: ignore` directive

discord/ext/commands/converter.py

[error] invalid-return-type - :379:16 - Return type does not match returned value: expected `tuple[int | None, int, int]`, found `tuple[(Guild & ~AlwaysTruthy) | None | int, int, int]`
[warning] unused-ignore-comment - :1032:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1036:85 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1051:53 - Unused blanket `type: ignore` directive

discord/ext/commands/core.py

[warning] unused-ignore-comment - :2067:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2069:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2278:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2304:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2429:40 - Unused blanket `type: ignore` directive

discord/interactions.py

[error] invalid-return-type - :386:16 - Return type does not match returned value: expected `InteractionResponse[ClientT@Interaction]`, found `InteractionResponse[Client]`

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

django-stubs/db/models/fields/__init__.pyi

[error] unresolved-attribute - :150 -
Old: Object of type `cached_property[Unknown]` has no attribute `_ValidatorCallable`
New: Object of type `cached_property[list[Unknown]]` has no attribute `_ValidatorCallable`
[error] unresolved-attribute - :178 -
Old: Object of type `cached_property[Unknown]` has no attribute `_ValidatorCallable`
New: Object of type `cached_property[list[Unknown]]` has no attribute `_ValidatorCallable`
[error] unresolved-attribute - :216 -
Old: Object of type `cached_property[Unknown]` has no attribute `_ValidatorCallable`
New: Object of type `cached_property[list[Unknown]]` has no attribute `_ValidatorCallable`

tests/assert_type/apps/test_config.py

[error] type-assertion-failure - :37:1 - Type `str` does not match asserted type `Unknown`

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

src/graphql/execution/execute.py

[error] invalid-assignment - :1676 -
Old: Object of type `BoxedAwaitableOrValue[CoroutineType[Any, Any, ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult]` is not assignable to attribute `result` of type `BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | (() -> BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult])`
New: Object of type `BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult | CoroutineType[Any, Any, ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult]]` is not assignable to attribute `result` of type `BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | (() -> BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult])`
[error] invalid-argument-type - :1828 -
Old: Argument to bound method `append` is incorrect: Expected `BoxedAwaitableOrValue[StreamItemResult] | (() -> BoxedAwaitableOrValue[StreamItemResult])`, found `BoxedAwaitableOrValue[CoroutineType[Any, Any, StreamItemResult] | StreamItemResult]`
New: Argument to bound method `append` is incorrect: Expected `BoxedAwaitableOrValue[StreamItemResult] | (() -> BoxedAwaitableOrValue[StreamItemResult])`, found `BoxedAwaitableOrValue[StreamItemResult | CoroutineType[Any, Any, StreamItemResult]]`

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

hydpy/core/hydpytools.py

[error] invalid-argument-type - :2628 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
New: Argument to bound method `__call__` is incorrect: Expected `(G: DiGraph[_Node@topological_sort])`, found `DiGraph[Unknown]`

hydpy/core/selectiontools.py

[error] invalid-argument-type - :828 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
New: Argument to bound method `__call__` is incorrect: Expected `(G: Graph[_Node@ancestors], source)`, found `DiGraph[Unknown]`
[error] invalid-argument-type - :828 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `Node | Element`
New: Argument to bound method `__call__` is incorrect: Expected `(G: Graph[_Node@ancestors], source)`, found `Node | Element`
[error] invalid-argument-type - :980 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
New: Argument to bound method `__call__` is incorrect: Expected `(G: Graph[_Node@descendants], source)`, found `DiGraph[Unknown]`
[error] invalid-argument-type - :980 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `Node | Element`
New: Argument to bound method `__call__` is incorrect: Expected `(G: Graph[_Node@descendants], source)`, found `Node | Element`

hydpy/core/threadingtools.py

[error] invalid-argument-type - :127 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
New: Argument to bound method `__call__` is incorrect: Expected `(G: Graph[_Node@descendants], source)`, found `DiGraph[Unknown]`
[error] invalid-argument-type - :127 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `Element`
New: Argument to bound method `__call__` is incorrect: Expected `(G: Graph[_Node@descendants], source)`, found `Element`
[error] invalid-argument-type - :247 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
New: Argument to bound method `__call__` is incorrect: Expected `(G: Graph[_Node@dfs_successors], source: _Node@dfs_successors | None = None, depth_limit: int | None = None, *, sort_neighbors: ((Iterator[_Node@dfs_successors], /) -> Iterable[_Node@dfs_successors]) | None = None)`, found `DiGraph[Unknown]`
[error] invalid-argument-type - :247 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `Element`
New: Argument to bound method `__call__` is incorrect: Expected `(G: Graph[_Node@dfs_successors], source: _Node@dfs_successors | None = None, depth_limit: int | None = None, *, sort_neighbors: ((Iterator[_Node@dfs_successors], /) -> Iterable[_Node@dfs_successors]) | None = None)`, found `Element`
[error] invalid-argument-type - :259 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
New: Argument to bound method `__call__` is incorrect: Expected `(G: Graph[_Node@dfs_successors], source: _Node@dfs_successors | None = None, depth_limit: int | None = None, *, sort_neighbors: ((Iterator[_Node@dfs_successors], /) -> Iterable[_Node@dfs_successors]) | None = None)`, found `DiGraph[Unknown]`
[error] invalid-argument-type - :259 -
Old: Argument to bound method `__call__` is incorrect: Expected `(...)`, found `Node`
New: Argument to bound method `__call__` is incorrect: Expected `(G: Graph[_Node@dfs_successors], source: _Node@dfs_successors | None = None, depth_limit: int | None = None, *, sort_neighbors: ((Iterator[_Node@dfs_successors], /) -> Iterable[_Node@dfs_successors]) | None = None)`, found `Node`

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

ibis/backends/sql/datatypes.py

[error] invalid-argument-type - :365:46 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :365:46 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :365:46 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :365:46 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :365:46 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :365:46 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :365:46 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :380:47 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :380:47 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :380:47 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :380:47 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :380:47 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :380:47 - Argument is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :380:47 - Argument is incorrect: Expected `bool`, found `bool | None`

ibis/expr/types/generic.py

[error] missing-argument - :2177:16 - No argument provided for required parameter `quantile`
[error] missing-argument - :2177:16 - No argument provided for required parameter `quantile`
[error] invalid-argument-type - :2177:25 - Argument is incorrect: Expected `Value[Unknown, Columnar]`, found `int | float | NumericValue | Sequence[NumericValue | int | float]`
[error] invalid-argument-type - :2177:25 - Argument is incorrect: Expected `Value[Unknown, Columnar]`, found `int | float | NumericValue | Sequence[NumericValue | int | float]`
[error] invalid-argument-type - :2177:35 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :2177:35 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] parameter-already-assigned - :2177:35 - Multiple values provided for parameter `where`
[error] parameter-already-assigned - :2177:35 - Multiple values provided for parameter `where`

ibis/expr/types/numeric.py

[error] missing-argument - :1465:16 - No argument provided for required parameter `quantile`
[error] missing-argument - :1465:16 - No argument provided for required parameter `quantile`
[error] invalid-argument-type - :1465:25 - Argument is incorrect: Expected `Value[Numeric, Columnar]`, found `int | float | NumericValue | Sequence[NumericValue | int | float]`
[error] invalid-argument-type - :1465:25 - Argument is incorrect: Expected `Value[Numeric, Columnar]`, found `int | float | NumericValue | Sequence[NumericValue | int | float]`
[error] invalid-argument-type - :1465:35 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1465:35 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] parameter-already-assigned - :1465:35 - Multiple values provided for parameter `where`
[error] parameter-already-assigned - :1465:35 - Multiple values provided for parameter `where`

ibis/expr/types/strings.py

[error] invalid-argument-type - :858:20 - Argument is incorrect: Expected `Value[Array[String], Any]`, found `Sequence[str | StringValue] | ArrayValue`
[error] invalid-argument-type - :858:20 - Argument is incorrect: Expected `tuple[Value[String, Any], ...]`, found `Sequence[str | StringValue] | ArrayValue`
[error] invalid-argument-type - :858:29 - Argument is incorrect: Expected `Value[String, Any]`, found `Self@join`
[error] invalid-argument-type - :858:29 - Argument is incorrect: Expected `Value[String, Any]`, found `Self@join`

ibis/expr/types/temporal.py

[error] invalid-argument-type - :324:23 - Argument is incorrect: Expected `Value[Time | Timestamp, Any]`, found `@Todo | Self@between`
[error] invalid-argument-type - :324:28 - Argument is incorrect: Expected `Value[Time | String, Any]`, found `str | time | TimeValue`
[error] invalid-argument-type - :324:35 - Argument is incorrect: Expected `Value[Time | String, Any]`, found `str | time | TimeValue`

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

tests/ignite/handlers/test_state_param_scheduler.py

[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :351:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`
[error] invalid-argument-type - :358:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[Unknown | tuple[int, int]] | ... omitted 4 union elements`

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

koda_validate/dictionary.py

[error] invalid-return-type - :60:20 - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Valid[Just[Unknown | A@KeyNotRequired]]`
[error] invalid-return-type - :67:20 - Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Valid[Just[Unknown | A@KeyNotRequired]]`

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

mesonbuild/backend/ninjabackend.py

[error] invalid-argument-type - :653:34 - Argument to bound method `__init__` is incorrect: Expected `Iterable[str] | None`, found `Unknown | _odict_values[str, CustomTarget | BuildTarget]`

mesonbuild/cargo/builder.py

[error] invalid-argument-type - :191:32 - Argument to bound method `__init__` is incorrect: Argument type `int | str` does not satisfy constraints (`int`, `str`, `bool`) of type variable `TV_TokenTypes`

mesonbuild/compilers/detect.py

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

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - :3550:79 - Argument to bound method `__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - :3550:79 - Argument to bound method `__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - :3550:79 - Argument to bound method `__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - :3550:79 - Argument to bound method `__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - :3551:77 - Argument to bound method `__init__` is incorrect: Expected `ExecutableKeywordArguments`, found `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-argument-type - :3551:77 - Argument to bound method `__init__` is incorrect: Expected `StaticLibraryKeywordArguments`, found `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`

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

mkdocs/tests/structure/page_tests.py

[error] no-matching-overload - :539:14 - No overload of function `open` matches arguments

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

pymongo/read_preferences.py

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

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

openlibrary/plugins/worksearch/code.py

[error] invalid-argument-type - :453 -
Old: Argument is incorrect: Expected `dict[str, list[tuple[str, str, int]]]`, found `dict[Unknown, Unknown] | None`
New: Argument is incorrect: Expected `dict[str, list[tuple[str, str, int]]]`, found `dict[str, list[tuple[str, str, int]]] | None`

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

optuna/storages/_rdb/storage.py

[error] invalid-return-type - :351 -
Old: Return type does not match returned value: expected `str`, found `Unknown | Column[Unknown]`
New: Return type does not match returned value: expected `str`, found `Unknown | Column[str]`
[error] invalid-argument-type - :365 -
Old: Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[Unknown]`
New: Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]`
[error] invalid-return-type - :367 -
Old: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
New: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[str], Any]`
[error] invalid-argument-type - :374 -
Old: Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[Unknown]`
New: Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]`
[error] invalid-return-type - :376 -
Old: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
New: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[str], Any]`
[error] invalid-argument-type - :384 -
Old: Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[Unknown]`
New: Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]`
[error] invalid-return-type - :386 -
Old: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
New: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[str], Any]`
[error] invalid-argument-type - :394 -
Old: Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[Unknown]`
New: Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]`
[error] invalid-return-type - :396 -
Old: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
New: Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[str], Any]`
[error] invalid-return-type - :651 -
Old: Return type does not match returned value: expected `int | float`, found `Unknown | Column[Unknown]`
New: Return type does not match returned value: expected `int | float`, found `Unknown | Column[int | float]`

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

paasta_tools/cli/cmds/logs.py

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

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

pandas/_testing/_io.py

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

pandas/_testing/__init__.py

[error] no-matching-overload - :166:5 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :166:5 - No overload of function `__new__` matches arguments

pandas/core/arrays/datetimelike.py

[error] invalid-argument-type - :553:39 - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~str) | Period | Timestamp | Timedelta | NaTType`

pandas/core/indexes/accessors.py

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

pandas/core/indexes/base.py

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

pandas/io/formats/format.py

[error] invalid-argument-type - :1159:9 - Argument to bound method `__init__` is incorrect: Expected `DatetimeArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :1159:9 - Argument to bound method `__init__` is incorrect: Expected `DatetimeArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :1159:9 - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

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

pandas-stubs/_typing.pyi

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

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

tests/pandas/test_decorators.py

[warning] unused-ignore-comment - :930:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :932:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :934:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :943:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :945:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :947:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :958:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :960:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :962:51 - Unused blanket `type: ignore` directive

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

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

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

src/prefect/cli/deploy/_core.py

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

src/prefect/deployments/steps/core.py

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

src/prefect/utilities/collections.py

[error] invalid-argument-type - :484:36 - Argument is incorrect: Expected `tuple[Any]`, found `list[Any | None]`

src/prefect/utilities/templating.py

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

src/prefect/workers/base.py

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

pybind11 (https://github.com/pybind/pybind11)

tests/test_pytypes.py

[error] invalid-argument-type - :457:31 - Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - :457:31 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - :457:31 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - :457:31 - Argument to function `__new__` is incorrect: Expected `Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - :457:31 - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - :457:31 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - :457:31 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - :457:31 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`

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

rotkehlchen/chain/evm/manager.py

[warning] unused-ignore-comment - :228:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :229:56 - Unused blanket `type: ignore` directive

rotkehlchen/tests/utils/ethereum.py

[error] invalid-argument-type - :457:47 - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - :457:47 - Argument to bound method `__init__` is incorrect: Expected `BaseInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - :457:47 - Argument to bound method `__init__` is incorrect: Expected `EthereumInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - :457:47 - Argument to bound method `__init__` is incorrect: Expected `GnosisInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - :457:47 - Argument to bound method `__init__` is incorrect: Expected `OptimismInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - :457:47 - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - :457:47 - Argument to bound method `__init__` is incorrect: Expected `ScrollInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `BaseInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `BaseTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `BeaconChain | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `BinanceSCInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `BinanceSCTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `EthereumInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `EthereumTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `GnosisInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `GnosisTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `OptimismInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `OptimismTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `ScrollInquirer`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - :466:65 - Argument to bound method `__init__` is incorrect: Expected `ScrollTransactions`, found `Unknown | DBHandler | EvmNodeInquirer | EvmTransactions`

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

sklearn/ensemble/_forest.py

[error] missing-argument - :372:21 - No argument provided for required parameter `self` of function `__init__`
[error] unknown-argument - :372:42 - Argument `criterion` does not match any known parameter of function `__init__`
[error] missing-argument - :718:21 - No argument provided for required parameter `self` of function `__init__`
[error] unknown-argument - :718:42 - Argument `criterion` does not match any known parameter of function `__init__`

sklearn/ensemble/_gb.py

[error] unknown-argument - :2137:68 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :2137:68 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :2137:68 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :2137:68 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :2137:68 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :2137:68 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :2137:68 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :2137:68 - Argument `quantile` does not match any known parameter of bound method `__init__`

sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py

[error] unknown-argument - :1869:46 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1869:46 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1869:46 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1869:46 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1869:46 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1869:46 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1869:46 - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1869:46 - Argument `quantile` does not match any known parameter of bound method `__init__`

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

scipy/sparse/linalg/_matfuncs.py

[error] invalid-argument-type - :619:32 - Argument to function `__new__` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `list[Unknown | list[Unknown]]`

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

tests/test_http_request.py

[error] missing-argument - :33:13 - No argument provided for required parameter `url` of bound method `__init__`
[error] invalid-argument-type - :37:32 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - :207:13 - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `def somecallback() -> Unknown`
[error] invalid-argument-type - :300:55 - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `def a_function() -> Unknown`
[error] invalid-argument-type - :307:13 - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `def a_function() -> Unknown`
[error] invalid-argument-type - :324:54 - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Literal["a_function"]`
[error] invalid-argument-type - :329:17 - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Literal["a_function"]`
[error] invalid-argument-type - :430:75 - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["a"], Literal["one"]], tuple[Literal["a"], Literal["two"]], tuple[Literal["b"], Literal["2"]]]`
[error] invalid-argument-type - :432:56 - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["a"], Literal["one"]], tuple[Literal["a"], Literal["two"]], tuple[Literal["b"], Literal["2"]]]`
[error] invalid-argument-type - :447:59 - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[Unknown | bytes, Unknown | bytes]`
[error] invalid-argument-type - :465:59 - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[Unknown | str | bytes, Unknown | bytes | str]`
[error] invalid-argument-type - :474:39 - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[Unknown | bytes, Unknown | bytes]`

tests/test_http_response.py

[error] missing-argument - :30:13 - No argument provided for required parameter `url` of bound method `__init__`
[error] invalid-argument-type - :35:33 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[b"http://example.com"]`
[error] invalid-argument-type - :37:59 - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :72:59 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["301"]`
[error] invalid-argument-type - :75:55 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["lala200"]`

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

setuptools/_vendor/typing_extensions.py

[error] too-many-positional-arguments - :1416:5 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :1817:5 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :1854:5 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :1958:5 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :2168:5 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :2188:5 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :2248:5 - Too many positional arguments to bound method `__init__`: expected 1, got 2

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

lib/spack/spack/cmd/create.py

[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | str | list[str]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | list[str]`

lib/spack/spack/database.py

[error] invalid-argument-type - :652:45 - Argument to bound method `__init__` is incorrect: Expected `lib.spack.spack.llnl.util.lock.Lock`, found `ForbiddenLock | lib.spack.spack.util.lock.Lock`
[error] invalid-argument-type - :656:44 - Argument to bound method `__init__` is incorrect: Expected `lib.spack.spack.llnl.util.lock.Lock`, found `ForbiddenLock | lib.spack.spack.util.lock.Lock`

speedrun.com_global_scoreboard_webapp (https://github.com/Avasam/speedrun.com_global_scoreboard_webapp)

backend/api/global_scoreboard_api.py

[warning] redundant-cast - :104:32 - Value is already of type `str`

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

static_frame/core/bus.py

[error] invalid-return-type - :671 -
Old: Return type does not match returned value: expected `InterGetItemLocReduces[Bus[Any], object_]`, found `InterGetItemLocReduces[Top[Bus[Any]] | TypeBlocks | Batch | ... omitted 6 union elements, object_]`
New: Return type does not match returned value: expected `InterGetItemLocReduces[Bus[Any], object_]`, found `InterGetItemLocReduces[Top[Index[Any]] | Top[Series[Any, Any]] | TypeBlocks | ... omitted 6 union elements, object_]`
[error] invalid-return-type - :675 -
Old: Return type does not match returned value: expected `InterGetItemILocReduces[Bus[Any], object_]`, found `InterGetItemILocReduces[Top[Bus[Any]] | TypeBlocks | Batch | ... omitted 6 union elements, generic[object]]`
New: Return type does not match returned value: expected `InterGetItemILocReduces[Bus[Any], object_]`, found `InterGetItemILocReduces[Top[Index[Any]] | TypeBlocks | Top[Bus[Any]] | ... omitted 6 union elements, generic[object]]`

static_frame/core/container_util.py

[error] unknown-argument - :856:13 - Argument `own_index` does not match any known parameter of function `__new__`
[error] unknown-argument - :861:9 - Argument `own_index` does not match any known parameter of function `__new__`
[error] unknown-argument - :855:13 - Argument `index` does not match any known parameter of function `__new__`
[error] unknown-argument - :860:9 - Argument `index` does not match any known parameter of function `__new__`
[error] unknown-argument - :862:9 - Argument `columns` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :862:9 - Argument `columns` does not match any known parameter of function `__new__`

static_frame/core/yarn.py

[error] invalid-return-type - :418 -
Old: Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Top[Index[Any]] | TypeBlocks | Top[Bus[Any]] | ... omitted 6 union elements, generic[object]]`
New: Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Top[Yarn[Any]] | TypeBlocks | Batch | ... omitted 6 union elements, generic[object]]`

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

strawberry/federation/schema.py

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

strawberry/types/field.py

[warning] possibly-missing-attribute - :212:21 - Attribute `__strawberry_definition__` may be missing on object of type `(StrawberryType & ~StrawberryUnion) | (Unknown & ~StrawberryUnion)`
[error] not-iterable - :200:25 - Object of type `object` is not iterable

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

sympy/core/tests/test_assumptions.py

[error] invalid-argument-type - :1039:22 - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - :1039:22 - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - :1039:22 - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - :1039:30 - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - :1039:30 - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - :1039:30 - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[0]`

sympy/core/tests/test_arit.py

[error] invalid-argument-type - :1701:21 - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Basic`
[error] invalid-argument-type - :1701:21 - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Basic`

sympy/polys/domains/domain.py

[error] too-many-positional-arguments - :881:24 - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - :983:37 - Too many positional arguments to bound method `__init__`: expected 1, got 2

sympy/polys/domains/gmpyrationalfield.py

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

sympy/polys/domains/old_fractionfield.py

[error] missing-argument - :188:16 - No argument provided for required parameter `dom` of bound method `__init__`

sympy/polys/domains/polynomialring.py

[error] missing-argument - :220:16 - No argument provided for required parameter `init` of bound method `__init__`

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

test/test_transforms_v2.py

[error] invalid-argument-type - :2572:21 - Argument to bound method `__init__` is incorrect: Expected `Sequence[(...) -> Unknown]`, found `(x) -> Unknown`
[error] invalid-argument-type - :2572:21 - Argument to bound method `__init__` is incorrect: Expected `Sequence[(...) -> Unknown]`, found `(x) -> Unknown`
[error] invalid-argument-type - :2572:21 - Argument to bound method `__init__` is incorrect: Expected `Sequence[(...) -> Unknown]`, found `(x) -> Unknown`

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

src/werkzeug/datastructures/structures.py

[error] invalid-return-type - :416:16 - Return type does not match returned value: expected `dict[K@MultiDict, V@MultiDict] | dict[K@MultiDict, list[V@MultiDict]]`, found `dict[K@MultiDict, V@MultiDict | list[V@MultiDict]]`

src/werkzeug/debug/__init__.py

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

src/werkzeug/debug/tbtools.py

[error] invalid-return-type - :266:16 - Return type does not match returned value: expected `list[DebugFrameSummary]`, found `list[FrameSummary | Unknown]`

tests/test_datastructures.py

[error] invalid-argument-type - :582:41 - Argument to bound method `get` is incorrect: Expected `(str | None, /) -> Literal[-1]`, found `<class 'int'>`
[error] invalid-argument-type - :583:41 - Argument to bound method `get` is incorrect: Expected `(str | None, /) -> Literal[-1]`, found `<class 'int'>`

tests/test_formparser.py

[error] invalid-argument-type - :214:50 - Argument to bound method `__init__` is incorrect: Argument type `FileStorage` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - :214:50 - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `FileStorage`

tests/test_routing.py

[warning] possibly-missing-attribute - :1310:9 - Attribute `endpoint` may be missing on object of type `Rule | None`

tests/test_test.py

[warning] possibly-missing-attribute - :306:12 - Attribute `username` may be missing on object of type `Authorization | None`
[warning] possibly-missing-attribute - :307:12 - Attribute `password` may be missing on object of type `Authorization | None`

tests/test_utils.py

[error] invalid-argument-type - :285:5 - Argument to bound method `__init__` is incorrect: Expected `(Any, /) -> Unknown`, found `def foo() -> Unknown`

tests/test_wrappers.py

[warning] possibly-missing-attribute - :179:12 - Attribute `type` may be missing on object of type `Authorization | None`
[warning] possibly-missing-attribute - :180:12 - Attribute `username` may be missing on object of type `Authorization | None`
[warning] possibly-missing-attribute - :181:12 - Attribute `password` may be missing on object of type `Authorization | None`
[warning] possibly-missing-attribute - :189:12 - Attribute `type` may be missing on object of type `Authorization | None`
[warning] possibly-missing-attribute - :190:12 - Attribute `username` may be missing on object of type `Authorization | None`
[warning] possibly-missing-attribute - :191:12 - Attribute `password` may be missing on object of type `Authorization | None`
[error] invalid-argument-type - :243:27 - Argument to bound method `write` is incorrect: Expected `bytes`, found `Literal["bar"]`
[error] invalid-assignment - :465:5 - Invalid assignment to data descriptor attribute `stream` on type `Request` with custom `__set__` method
[error] invalid-argument-type - :710:27 - Argument to bound method `write` is incorrect: Expected `bytes`, found `Literal["Hello "]`
[error] invalid-argument-type - :711:27 - Argument to bound method `write` is incorrect: Expected `bytes`, found `Literal["World!"]`
[warning] possibly-missing-attribute - :1079:12 - Attribute `ranges` may be missing on object of type `Range | None`
[warning] possibly-missing-attribute - :1082:26 - Attribute `make_content_range` may be missing on object of type `Range | None`
[error] invalid-argument-type - :1124:28 - Argument to bound method `writelines` is incorrect: Expected `Iterable[bytes]`, found `list[Unknown | str]`
[error] invalid-argument-type - :1129:28 - Argument to bound method `writelines` is incorrect: Expected `Iterable[bytes]`, found `list[Unknown | str]`
[error] invalid-argument-type - :1133:28 - Argument to bound method `writelines` is incorrect: Expected `Iterable[bytes]`, found `list[Unknown | str]`

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

xarray/backends/zarr.py

[error] invalid-assignment - :1090:25 - Object of type `dict[str, bool | dict[Unknown | str, Unknown | bool]]` is not assignable to `dict[str, bool] | dict[str, dict[str, bool]]`

xarray/coding/times.py

[error] no-matching-overload - :451:53 - No overload of function `__new__` matches arguments

xarray/core/resample_cftime.py

[error] no-matching-overload - :409:23 - No overload of function `__new__` matches arguments

xarray/tests/test_variable.py

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