Ecosystem report

Old: main (merge base) e95e09c1 New: 22954/merge e772a2b5
Lint Rule Removed Added Changed
Total 277 2374 143
missing-argument 0 831 0
invalid-argument-type 4 461 7
unresolved-attribute 0 332 72
unused-type-ignore-comment 241 10 0
possibly-missing-attribute 6 173 24
unsupported-operator 0 198 5
no-matching-overload 1 123 0
invalid-return-type 6 57 8
not-subscriptable 0 61 0
unknown-argument 0 38 0
invalid-assignment 2 23 7
type-assertion-failure 9 0 12
invalid-method-override 0 15 2
call-non-callable 5 10 0
too-many-positional-arguments 0 13 0
invalid-context-manager 0 11 0
not-iterable 0 8 0
empty-body 0 0 6
redundant-cast 2 4 0
invalid-await 0 4 0
invalid-type-arguments 0 1 0
invalid-type-form 1 0 0
parameter-already-assigned 0 1 0
Project Removed Added Changed
Total 277 2374 143
pandas 20 699 9
dd-trace-py 4 653 1
sympy 1 258 0
static-frame 86 145 2
jax 12 115 9
pwndbg 2 86 18
prefect 0 63 25
antidote 15 65 5
xarray 44 20 4
optuna 30 21 14
core 3 42 8
altair 0 30 0
pandera 7 23 0
scrapy 0 27 2
egglog-python 25 1 1
trio 6 7 14
schemathesis 0 26 0
zulip 0 20 5
meson 0 15 4
discord.py 1 8 7

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

tests/test_curried.py

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

tests/test_compose.py

[error] invalid-assignment - :21:16 - Object of type `(Never, /) -> Never` is not assignable to `(int, /) -> int`

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

tanjun/checks.py

[error] invalid-type-arguments - :1051:23 - Type `TypeVar` is not assignable to upper bound `Context` of type variable `_ContextT@_AllChecks`

tanjun/clients.py

[error] invalid-return-type - :2801:16 - Return type does not match returned value: expected `((...) -> Coroutine[Any, Any, _T@get_callback_override] | _T@get_callback_override) | None`, found `Unknown | ((...) -> Coroutine[Any, Any, _T@get_callback_override | Coroutine[Any, Any, _T@get_callback_override]] | _T@get_callback_override) | None`

tanjun/dependencies/data.py

[error] invalid-argument-type - :171:32 - Argument to bound method `set_value` is incorrect: Expected `_T@make_lc_resolver`, found `_T@make_lc_resolver | Coroutine[Any, Any, _T@make_lc_resolver]`
[error] invalid-return-type - :172:20 - Return type does not match returned value: expected `_T@make_lc_resolver`, found `_T@make_lc_resolver | Coroutine[Any, Any, _T@make_lc_resolver]`
[error] invalid-return-type - :220:12 - Return type does not match returned value: expected `_T@inject_lc`, found `_T@inject_lc | Coroutine[Any, Any, _T@inject_lc]`
[error] invalid-assignment - :265:13 - Object of type `_T@_CacheCallback | Coroutine[Any, Any, _T@_CacheCallback]` is not assignable to attribute `_result` of type `_T@_CacheCallback | Literal[_DefaultFlag.NO_DEFAULT]`
[error] invalid-return-type - :269:20 - Return type does not match returned value: expected `_T@_CacheCallback`, found `_T@_CacheCallback | Coroutine[Any, Any, _T@_CacheCallback]`
[error] invalid-return-type - :301:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _T@cache_callback]`, found `_CacheCallback[_T@cache_callback | Coroutine[Any, Any, _T@cache_callback]]`
[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 `Unknown | Coroutine[Any, Any, Unknown]`

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

tests/examples_arguments_syntax/interactive_aggregation.py

[error] missing-argument - :16:10 - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/line_chart_with_generator.py

[error] missing-argument - :10:10 - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/multiple_interactions.py

[error] missing-argument - :40:15 - No argument provided for required parameter `*args`
[error] missing-argument - :50:18 - No argument provided for required parameter `*args`
[error] missing-argument - :60:16 - No argument provided for required parameter `*args`
[error] missing-argument - :76:18 - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/scatter_point_paths_hover.py

[error] missing-argument - :22:12 - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/slider_cutoff.py

[error] missing-argument - :18:10 - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/us_population_over_time.py

[error] missing-argument - :17:10 - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/us_population_pyramid_over_time.py

[error] missing-argument - :14:10 - No argument provided for required parameter `*args`

tests/examples_arguments_syntax/world_map.py

[error] missing-argument - :15:13 - No arguments provided for required parameters `*args`, `**kwargs`

tests/examples_arguments_syntax/world_projections.py

[error] missing-argument - :13:18 - No argument provided for required parameter `*args`

tests/examples_methods_syntax/interactive_aggregation.py

[error] missing-argument - :16:10 - No argument provided for required parameter `*args`

tests/examples_methods_syntax/multiple_interactions.py

[error] missing-argument - :41:15 - No argument provided for required parameter `*args`
[error] missing-argument - :51:18 - No argument provided for required parameter `*args`
[error] missing-argument - :61:16 - No argument provided for required parameter `*args`
[error] missing-argument - :77:18 - No argument provided for required parameter `*args`

tests/examples_methods_syntax/scatter_point_paths_hover.py

[error] missing-argument - :22:12 - No argument provided for required parameter `*args`

tests/examples_methods_syntax/us_population_over_time.py

[error] missing-argument - :17:10 - No argument provided for required parameter `*args`

tests/examples_methods_syntax/us_population_pyramid_over_time.py

[error] missing-argument - :14:10 - No argument provided for required parameter `*args`

altair/datasets/_reader.py

[error] invalid-argument-type - :390:59 - Argument is incorrect: Expected `Literal["pandas", "cudf", "modin", "pyarrow", "polars", ... omitted 5 literals] | ModuleType | None`, found `Implementation`

tests/test_jupyter_chart.py

[error] missing-argument - :272:41 - No argument provided for required parameter `*args`

tests/vegalite/v6/test_api.py

[error] missing-argument - :547:18 - No argument provided for required parameter `*args`
[error] missing-argument - :1782:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1785:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1795:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :1798:12 - No argument provided for required parameter `*args`
[error] missing-argument - :1929:11 - No argument provided for required parameter `*args`
[error] missing-argument - :1949:9 - No argument provided for required parameter `*args`

tests/vegalite/v6/test_params.py

[error] missing-argument - :16:18 - No argument provided for required parameter `*args`

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

tests/test_examples.py

[error] missing-argument - :37:24 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :41:20 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :41:37 - No argument provided for required parameter `**kwargs`

src/antidote/lib/interface_ext/__init__.py

[error] empty-body - :1023 -
Old: Function always implicitly returns `None`, which is not assignable to return type `(C@when, /) -> C@when`
New: Function always implicitly returns `None`, which is not assignable to return type `[C'return](C'return, /) -> C'return`
[error] empty-body - :1026 -
Old: Function always implicitly returns `None`, which is not assignable to return type `(C@overriding, /) -> C@overriding`
New: Function always implicitly returns `None`, which is not assignable to return type `[C'return](C'return, /) -> C'return`
[error] empty-body - :1275 -
Old: Function always implicitly returns `None`, which is not assignable to return type `(C@when, /) -> C@when`
New: Function always implicitly returns `None`, which is not assignable to return type `[C'return](C'return, /) -> C'return`
[error] empty-body - :1278 -
Old: Function always implicitly returns `None`, which is not assignable to return type `(C@overriding, /) -> C@overriding`
New: Function always implicitly returns `None`, which is not assignable to return type `[C'return](C'return, /) -> C'return`
[error] empty-body - :1381 -
Old: Function always implicitly returns `None`, which is not assignable to return type `(T@FunctionImplements, /) -> T@FunctionImplements`
New: Function always implicitly returns `None`, which is not assignable to return type `[T'return](T'return, /) -> T'return`

src/antidote/lib/interface_ext/_function.py

[error] invalid-return-type - :53:16 - Return type does not match returned value: expected `[**P'return, Out'return](**P'return@FunctionInterfaceImpl) -> Out'return`, found `(**P@FunctionInterfaceImpl) -> Out@FunctionInterfaceImpl`
[error] invalid-return-type - :61:16 - Return type does not match returned value: expected `Dependency[[**P'return, Out'return](**P'return@FunctionInterfaceImpl) -> Out'return]`, found `ImplementationQuery[(**P@FunctionInterfaceImpl) -> Out@FunctionInterfaceImpl]`
[warning] unused-type-ignore-comment - :76:66 - Unused blanket `type: ignore` directive

src/antidote/lib/lazy_ext/_lazy.py

[error] invalid-return-type - :354:16 - Return type does not match returned value: expected `Dependency[Out@LazyMethodImpl]`, found `LazyCall[T'return@InjectedMethod | Out@LazyMethodImpl]`

tests/core/test_inject.py

[warning] unused-type-ignore-comment - :162:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :165:30 - Unused blanket `type: ignore` directive
[error] missing-argument - :517:16 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :522:16 - No arguments provided for required parameters `*args`, `**kwargs`
[warning] unused-type-ignore-comment - :113:15 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :121:22 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :123:14 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :154:31 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :156:23 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :209:29 - Unused blanket `type: ignore` directive

tests/core/test_inject_wrapper.py

[warning] unused-type-ignore-comment - :14:45 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :443:31 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :445:23 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :446:31 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :448:41 - Unused blanket `type: ignore` directive

tests/core/test_wiring.py

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

tests/lib/injectable/test_injectable.py

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

tests/lib/interface/test_function.py

[error] missing-argument - :97:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :227:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :228:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :229:12 - No arguments provided for required parameters `*args`, `**kwargs`

tests/lib/interface/test_lazy.py

[error] missing-argument - :45:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :46:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :46:50 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :47:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :48:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :48:51 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :53:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :63:33 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :67:43 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :76:25 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :77:25 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :85:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :91:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :92:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :93:43 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :110:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :155:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :156:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :174:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :193:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :224:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :242:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :269:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :288:12 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :334:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :335:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :336:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :337:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :365:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :366:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :367:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :368:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :396:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :397:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :398:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :399:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :427:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :428:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :429:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :430:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :501:20 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :672:24 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :680:24 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :700:24 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :708:24 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :753:24 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :769:24 - No arguments provided for required parameters `*args`, `**kwargs`

tests/lib/lazy/test_lazy.py

[error] missing-argument - :62:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :625:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :629:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :630:12 - No arguments provided for required parameters `*args`, `**kwargs`
[warning] unused-type-ignore-comment - :1143:42 - Unused blanket `type: ignore` directive

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

src/anyio/functools.py

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

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

src/async_utils/corofunc_cache.py

[error] empty-body - :50 -
Old: Function always implicitly returns `None`, which is not assignable to return type `CoroFunc[P@f__call__, R@f__call__]`
New: Function always implicitly returns `None`, which is not assignable to return type `[_YieldT_co'return, _SendT_nd_contra'return, _ReturnT_nd_co'return](**P@f__call__) -> Coroutine[Any, Any, R@f__call__]`

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

tests/test_validators.py

[error] invalid-argument-type - :787 -
Old: Argument to function `and_` is incorrect: Expected `(Any, Attribute[int], int, /) -> Any`, found `(Any, Attribute[Literal[10]], Literal[10], /) -> Any`
New: Argument to function `and_` is incorrect: Expected `(Any, Attribute[int], int, /) -> Any`, found `[_T'return](Any, Attribute[Literal[10]], Literal[10], /) -> Any`

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

src/bokeh/plotting/_figure.py

[error] unsupported-operator - :203:64 - Operator `|` is not supported between two objects of type `set[str] | dict[str, Property[Any]]`

src/bokeh/plotting/_renderer.py

[error] unresolved-attribute - :283:54 - Object of type `DataSpec` has no attribute `is_color_tuple_shape`

src/bokeh/plotting/contour.py

[error] unsupported-operator - :241:15 - Operator `-` is not supported between objects of type `set[str]` and `set[str] | dict[str, Property[Any]]`

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

tests/unittests/distros/test_ifconfig.py

[warning] possibly-missing-attribute - :31:16 - Attribute `is_bridge` may be missing on object of type `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :41:16 - Attribute `is_vlan` may be missing on object of type `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :47:16 - Attribute `inet` may be missing on object of type `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :48:16 - Attribute `inet` may be missing on object of type `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :53:16 - Attribute `description` may be missing on object of type `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :58:28 - Attribute `options` may be missing on object of type `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :86:13 - Attribute `inet` may be missing on object of type `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :88:16 - Attribute `inet` may be missing on object of type `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :99:20 - Attribute `is_physical` may be missing on object of type `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :104:16 - Attribute `is_physical` may be missing on object of type `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :114:16 - Attribute `inet6` may be missing on object of type `Ifstate | list[Ifstate]`

tests/unittests/early_patches.py

[error] invalid-assignment - :33 -
Old: Object of type `def wrapped_lru_cache(...) -> Unknown` is not assignable to attribute `lru_cache` of type `Overload[[_T](maxsize: int | None = 128, typed: bool = False) -> ((...) -> _T, /) -> _lru_cache_wrapper[_T], [_T](maxsize: (...) -> _T, typed: bool = False) -> _lru_cache_wrapper[_T]]`
New: Object of type `def wrapped_lru_cache(...) -> Unknown` is not assignable to attribute `lru_cache` of type `Overload[(maxsize: int | None = 128, typed: bool = False) -> [_T'return, _T_co'return]((...) -> _T'return, /) -> _lru_cache_wrapper[_T'return], [_T](maxsize: (...) -> _T, typed: bool = False) -> _lru_cache_wrapper[_T]]`

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

colour/plotting/volume.py

[error] parameter-already-assigned - :795:9 - Multiple values provided for parameter `s` of bound method `scatter`

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

homeassistant/helpers/singleton.py

[error] invalid-return-type - :83:12 - Return type does not match returned value: expected `(_FuncType[_S@singleton], /) -> _FuncType[_S@singleton]`, found `Overload[(func: _FuncType[_Coro[_T@singleton]]) -> _FuncType[_Coro[_T@singleton]], (func: _FuncType[_U@singleton]) -> _FuncType[_U@singleton]]`
[error] type-assertion-failure - :121:5 - Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :122:5 - Type `str` does not match asserted type `Unknown`

homeassistant/components/androidtv/entity.py

[error] invalid-return-type - :67:24 - Return type does not match returned value: expected `_R@_adb_exception_catcher | None`, found `_R@_adb_decorator`
[error] invalid-return-type - :110:16 - Return type does not match returned value: expected `_ReturnFuncType[_ADBDeviceT@adb_decorator, _P@adb_decorator, _R@_adb_decorator]`, found `_Wrapped[(...), Awaitable[_R@_adb_decorator], (self: _ADBDeviceT@adb_decorator, *args: _P@adb_decorator.args, **kwargs: _P@adb_decorator.kwargs), CoroutineType[Any, Any, _R@_adb_exception_catcher | None]]`
[error] unresolved-attribute - :75 -
Old: Object of type `(...) -> Awaitable[_R@adb_decorator]` has no attribute `__name__`
New: Object of type `(...) -> Awaitable[_R@_adb_decorator]` has no attribute `__name__`

homeassistant/components/asuswrt/bridge.py

[error] invalid-argument-type - :103:35 - Argument is incorrect: Expected `_AsusWrtBridgeT@_handle_errors_and_zip`, found `_AsusWrtBridgeT@_wrapper`
[error] invalid-return-type - :116:16 - Return type does not match returned value: expected `_ReturnFuncType[_AsusWrtBridgeT@_handle_errors_and_zip]`, found `_Wrapped[(_AsusWrtBridgeT@_handle_errors_and_zip, /), Awaitable[list[str] | tuple[int | float | None, int | float | None] | list[int | float] | dict[str, int | float | str | None] | dict[str, int | float]], (self: _AsusWrtBridgeT@_wrapper), CoroutineType[Any, Any, dict[str, int | float | str | None] | dict[str, int | float]]]`

homeassistant/components/hassio/addon_manager.py

[error] invalid-return-type - :60:20 - Return type does not match returned value: expected `_R@wrapper`, found `_R@handle_hassio_api_error`
[error] invalid-return-type - :62:16 - Return type does not match returned value: expected `_ReturnFuncType[_AddonManagerT@api_error, _P@api_error, _R@handle_hassio_api_error]`, found `_Wrapped[(...), Awaitable[_R@handle_hassio_api_error], (self: _AddonManagerT@api_error, *args: _P@api_error.args, **kwargs: _P@api_error.kwargs), CoroutineType[Any, Any, _R@wrapper]]`

homeassistant/components/heos/media_player.py

[error] invalid-return-type - :151:24 - Return type does not match returned value: expected `_R@wrapper`, found `_R@decorator`
[error] invalid-argument-type - :151:35 - Argument is incorrect: Expected `[email protected]`, found `[email protected]`
[error] invalid-argument-type - :151:42 - Argument is incorrect: Expected `[email protected]`, found `[email protected]`
[error] invalid-return-type - :159:16 - Return type does not match returned value: expected `_ReturnFuncType[_P@decorator, _R@decorator]`, found `_Wrapped[_P@decorator, Awaitable[_R@decorator], _P@wrapper, CoroutineType[Any, Any, _R@wrapper]]`
[error] invalid-return-type - :161:12 - Return type does not match returned value: expected `[**_P'return, _T_co'return, _R'return, _YieldT_co'return, _SendT_nd_contra'return, _ReturnT_nd_co'return]((**_P'return@catch_action_error) -> Awaitable[_R'return], /) -> (**_P'return@catch_action_error) -> Coroutine[Any, Any, _R'return]`, found `def decorator(func: _FuncType[_P@decorator, _R@decorator]) -> _ReturnFuncType[_P@decorator, _R@decorator]`

homeassistant/components/izone/climate.py

[error] invalid-return-type - :128:24 - Return type does not match returned value: expected `_R@wrapped_f | _T@_return_on_connection_error`, found `_R@wrap`
[error] invalid-return-type - :132:16 - Return type does not match returned value: expected `_FuncType[_DeviceT@_return_on_connection_error, _P@_return_on_connection_error, _R@wrap | _T@_return_on_connection_error]`, found `def wrapped_f(self: _DeviceT@_return_on_connection_error, *args: _P@_return_on_connection_error.args, **kwargs: _P@_return_on_connection_error.kwargs) -> _R@wrapped_f | _T@_return_on_connection_error`

homeassistant/components/nice_go/util.py

[error] invalid-argument-type - :38:35 - Argument is incorrect: Expected `[email protected]`, found `[email protected]`
[error] invalid-argument-type - :38:42 - Argument is incorrect: Expected `[email protected]`, found `[email protected]`
[error] invalid-argument-type - :49:39 - Argument is incorrect: Expected `[email protected]`, found `[email protected]`
[error] invalid-argument-type - :49:46 - Argument is incorrect: Expected `[email protected]`, found `[email protected]`
[error] invalid-return-type - :64:16 - Return type does not match returned value: expected `(**P@decorator) -> Coroutine[Any, Any, _R@decorator]`, found `_Wrapped[P@decorator, Coroutine[Any, Any, _R@decorator], P@wrapper, CoroutineType[Any, Any, Unknown]]`
[error] invalid-return-type - :66:12 - Return type does not match returned value: expected `[**P'return, _YieldT_co'return, _SendT_nd_contra'return, _ReturnT_nd_co'return, _R'return]((**P'return@retry) -> Coroutine[Any, Any, _R'return], /) -> (**P'return@retry) -> Coroutine[Any, Any, _R'return]`, found `def decorator(func: (**P@decorator) -> Coroutine[Any, Any, _R@decorator]) -> (**P@decorator) -> Coroutine[Any, Any, _R@decorator]`

homeassistant/components/nmap_tracker/__init__.py

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

homeassistant/components/openhome/media_player.py

[error] invalid-return-type - :76:24 - Return type does not match returned value: expected `_R@wrapper | None`, found `_R@call_wrapper`
[error] invalid-return-type - :81:16 - Return type does not match returned value: expected `_ReturnFuncType[_OpenhomeDeviceT@catch_request_errors, _P@catch_request_errors, _R@call_wrapper]`, found `_Wrapped[(...), Awaitable[_R@call_wrapper], (self: _OpenhomeDeviceT@catch_request_errors, *args: _P@catch_request_errors.args, **kwargs: _P@catch_request_errors.kwargs), CoroutineType[Any, Any, _R@wrapper | None]]`
[error] unresolved-attribute - :78 -
Old: Object of type `(...) -> Awaitable[_R@catch_request_errors]` has no attribute `__name__`
New: Object of type `(...) -> Awaitable[_R@call_wrapper]` has no attribute `__name__`

homeassistant/components/otbr/silabs_multiprotocol.py

[error] invalid-return-type - :55:28 - Return type does not match returned value: expected `_R@async_get_otbr_data_wrapper | _R_Def@async_get_otbr_data`, found `_R@_async_get_otbr_data`
[error] invalid-return-type - :59:16 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@_async_get_otbr_data | _R_Def@async_get_otbr_data]`, found `_Wrapped[(...), Coroutine[Any, Any, _R@_async_get_otbr_data], (hass: HomeAssistant, *args: _P@async_get_otbr_data.args, **kwargs: _P@async_get_otbr_data.kwargs), CoroutineType[Any, Any, _R@async_get_otbr_data_wrapper | _R_Def@async_get_otbr_data]]`

homeassistant/components/sonos/helpers.py

[error] invalid-return-type - :90:20 - Return type does not match returned value: expected `_R@wrapper | None`, found `_R@decorator`
[error] invalid-return-type - :92:16 - Return type does not match returned value: expected `_ReturnFuncType[_T@soco_error, _P@soco_error, _R@decorator]`, found `def wrapper(self: _T@soco_error, *args: _P@soco_error.args, **kwargs: _P@soco_error.kwargs) -> _R@wrapper | None`
[error] unresolved-attribute - :71 -
Old: Object of type `(...) -> _R@soco_error` has no attribute `__qualname__`
New: Object of type `(...) -> _R@decorator` has no attribute `__qualname__`
[error] unresolved-attribute - :88 -
Old: Object of type `(...) -> _R@soco_error` has no attribute `__qualname__`
New: Object of type `(...) -> _R@decorator` has no attribute `__qualname__`

homeassistant/helpers/deprecation.py

[error] invalid-argument-type - :52:25 - Argument is incorrect: Expected `_ObjectT@decorator`, found `_ObjectT@func_wrapper`
[error] invalid-return-type - :54:16 - Return type does not match returned value: expected `(_ObjectT@decorator, /) -> Any`, found `def func_wrapper(self: _ObjectT@func_wrapper) -> Any`
[error] invalid-return-type - :109:20 - Return type does not match returned value: expected `_R@deprecated_cls`, found `_R@deprecated_decorator`
[error] invalid-argument-type - :109:24 - Argument is incorrect: Expected `_P@deprecated_decorator.args`, found `_P@deprecated_cls.args`
[error] invalid-argument-type - :109:31 - Argument is incorrect: Expected `_P@deprecated_decorator.kwargs`, found `_P@deprecated_cls.kwargs`
[error] invalid-return-type - :111:16 - Return type does not match returned value: expected `(**_P@deprecated_decorator) -> _R@deprecated_decorator`, found `_Wrapped[_P@deprecated_decorator, _R@deprecated_decorator, _P@deprecated_cls, _R@deprecated_cls]`
[error] invalid-return-type - :113:12 - Return type does not match returned value: expected `[**_P'return, _R'return]((**_P'return@deprecated_class) -> _R'return, /) -> (**_P'return@deprecated_class) -> _R'return`, found `def deprecated_decorator(cls: (**_P@deprecated_decorator) -> _R@deprecated_decorator) -> (**_P@deprecated_decorator) -> _R@deprecated_decorator`
[error] invalid-return-type - :134:20 - Return type does not match returned value: expected `_R@deprecated_func`, found `_R@deprecated_decorator`
[error] invalid-argument-type - :134:25 - Argument is incorrect: Expected `_P@deprecated_decorator.args`, found `_P@deprecated_func.args`
[error] invalid-argument-type - :134:32 - Argument is incorrect: Expected `_P@deprecated_decorator.kwargs`, found `_P@deprecated_func.kwargs`
[error] invalid-return-type - :136:16 - Return type does not match returned value: expected `(**_P@deprecated_decorator) -> _R@deprecated_decorator`, found `_Wrapped[_P@deprecated_decorator, _R@deprecated_decorator, _P@deprecated_func, _R@deprecated_func]`
[error] invalid-return-type - :138:12 - Return type does not match returned value: expected `[**_P'return, _R'return]((**_P'return@deprecated_function) -> _R'return, /) -> (**_P'return@deprecated_function) -> _R'return`, found `def deprecated_decorator(func: (**_P@deprecated_decorator) -> _R@deprecated_decorator) -> (**_P@deprecated_decorator) -> _R@deprecated_decorator`
[error] invalid-return-type - :169:20 - Return type does not match returned value: expected `_T@_inner`, found `_T@_decorator`
[error] invalid-argument-type - :169:25 - Argument is incorrect: Expected `_P@_decorator.args`, found `_P@_inner.args`
[error] invalid-argument-type - :169:32 - Argument is incorrect: Expected `_P@_decorator.kwargs`, found `_P@_inner.kwargs`
[error] invalid-return-type - :171:16 - Return type does not match returned value: expected `(**_P@_decorator) -> _T@_decorator`, found `_Wrapped[_P@_decorator, _T@_decorator, _P@_inner, _T@_inner]`
[error] invalid-return-type - :173:12 - Return type does not match returned value: expected `[**_P'return, _T'return]((**_P'return@deprecated_hass_argument) -> _T'return, /) -> (**_P'return@deprecated_hass_argument) -> _T'return`, found `def _decorator(func: (**_P@_decorator) -> _T@_decorator) -> (**_P@_decorator) -> _T@_decorator`
[error] unresolved-attribute - :44 -
Old: Object of type `(_ObjectT@deprecated_substitute, /) -> Any` has no attribute `__name__`
New: Object of type `(_ObjectT@decorator, /) -> Any` has no attribute `__name__`
[error] unresolved-attribute - :158 -
Old: Object of type `(**_P@deprecated_hass_argument) -> _T@deprecated_hass_argument` has no attribute `__name__`
New: Object of type `(**_P@_decorator) -> _T@_decorator` has no attribute `__name__`
[error] unresolved-attribute - :160 -
Old: Object of type `(**_P@deprecated_hass_argument) -> _T@deprecated_hass_argument` has no attribute `__name__`
New: Object of type `(**_P@_decorator) -> _T@_decorator` has no attribute `__name__`

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

tests/contrib/tornado/test_tornado_web.py

[error] missing-argument - :62:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :470:6 - No argument provided for required parameter `*args`
[error] missing-argument - :542:6 - No argument provided for required parameter `*args`
[error] missing-argument - :552:6 - No argument provided for required parameter `*args`
[error] missing-argument - :562:6 - No argument provided for required parameter `*args`
[error] missing-argument - :572:6 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :582:6 - No argument provided for required parameter `*args`
[error] missing-argument - :592:6 - No argument provided for required parameter `*args`
[error] missing-argument - :604:6 - No argument provided for required parameter `*args`
[error] missing-argument - :614:6 - No argument provided for required parameter `*args`

ddtrace/_trace/tracer.py

[error] invalid-return-type - :859 -
Old: Return type does not match returned value: expected `AnyCallable@wrap`, found `AnyCallable@wrap | _Wrapped[(...), Unknown, (...), CoroutineType[Any, Any, Unknown]] | _Wrapped[(...), Unknown, (...), Unknown]`
New: Return type does not match returned value: expected `AnyCallable@wrap_decorator`, found `AnyCallable@wrap_decorator | _Wrapped[(...), Unknown, (...), CoroutineType[Any, Any, Unknown]] | _Wrapped[(...), Unknown, (...), Unknown]`

ddtrace/errortracking/_handled_exceptions/monitoring_reporting.py

[warning] unused-type-ignore-comment - :39:101 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :56:100 - Unused blanket `type: ignore` directive

ddtrace/internal/symbol_db/symbols.py

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

ddtrace/internal/telemetry/writer.py

[error] missing-argument - :753:16 - No argument provided for required parameter `**kwargs`
[error] invalid-assignment - :761:9 - Object of type `Unknown | ([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return)` is not assignable to attribute `excepthook` of type `(type[BaseException], BaseException, TracebackType | None, /) -> Any`

tests/appsec/iast/test_grpc_iast.py

[error] missing-argument - :39:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :40:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :55:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :56:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :82:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :83:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :115:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :116:18 - No argument provided for required parameter `**kwargs`

tests/commands/test_runner.py

[error] missing-argument - :45:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :49:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :68:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :75:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :88:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :97:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :109:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :117:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :125:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :133:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :141:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :149:14 - No argument provided for required parameter `*args`
[error] missing-argument - :202:14 - No argument provided for required parameter `**kwargs`

tests/contrib/aiomysql/test_aiomysql.py

[error] missing-argument - :232:6 - No argument provided for required parameter `*args`
[error] missing-argument - :246:6 - No argument provided for required parameter `*args`
[error] missing-argument - :260:6 - No argument provided for required parameter `*args`
[error] missing-argument - :272:6 - No argument provided for required parameter `*args`
[error] missing-argument - :284:6 - No argument provided for required parameter `*args`
[error] missing-argument - :296:6 - No argument provided for required parameter `*args`
[error] missing-argument - :308:6 - No argument provided for required parameter `*args`
[error] missing-argument - :320:6 - No argument provided for required parameter `*args`
[error] missing-argument - :328:6 - No argument provided for required parameter `*args`
[error] missing-argument - :347:6 - No argument provided for required parameter `*args`
[error] missing-argument - :367:6 - No argument provided for required parameter `*args`
[error] missing-argument - :387:6 - No argument provided for required parameter `*args`

tests/contrib/aiopg/test.py

[error] missing-argument - :254:6 - No argument provided for required parameter `*args`
[error] missing-argument - :268:6 - No argument provided for required parameter `*args`
[error] missing-argument - :282:6 - No argument provided for required parameter `*args`
[error] missing-argument - :294:6 - No argument provided for required parameter `*args`
[error] missing-argument - :306:6 - No argument provided for required parameter `*args`
[error] missing-argument - :318:6 - No argument provided for required parameter `*args`

tests/contrib/algoliasearch/test.py

[error] missing-argument - :173:6 - No argument provided for required parameter `*args`
[error] missing-argument - :188:6 - No argument provided for required parameter `*args`
[error] missing-argument - :203:6 - No argument provided for required parameter `*args`
[error] missing-argument - :218:6 - No argument provided for required parameter `*args`
[error] missing-argument - :229:6 - No argument provided for required parameter `*args`

tests/contrib/asyncpg/test_asyncpg.py

[error] missing-argument - :411:6 - No argument provided for required parameter `*args`
[error] missing-argument - :425:6 - No argument provided for required parameter `*args`
[error] missing-argument - :461:6 - No argument provided for required parameter `*args`
[error] missing-argument - :498:6 - No argument provided for required parameter `*args`

tests/contrib/boto/test.py

[error] missing-argument - :73:6 - No argument provided for required parameter `*args`
[error] missing-argument - :86:6 - No argument provided for required parameter `*args`
[error] missing-argument - :99:6 - No argument provided for required parameter `*args`
[error] missing-argument - :112:6 - No argument provided for required parameter `*args`
[error] missing-argument - :125:6 - No argument provided for required parameter `*args`
[error] missing-argument - :138:6 - No argument provided for required parameter `*args`
[error] missing-argument - :151:6 - No argument provided for required parameter `*args`
[error] missing-argument - :164:6 - No argument provided for required parameter `*args`
[error] missing-argument - :233:6 - No argument provided for required parameter `*args`
[error] missing-argument - :251:6 - No argument provided for required parameter `*args`
[error] missing-argument - :269:6 - No argument provided for required parameter `*args`
[error] missing-argument - :287:6 - No argument provided for required parameter `*args`
[error] missing-argument - :305:6 - No argument provided for required parameter `*args`
[error] missing-argument - :323:6 - No argument provided for required parameter `*args`
[error] missing-argument - :341:6 - No argument provided for required parameter `*args`
[error] missing-argument - :359:6 - No argument provided for required parameter `*args`
[error] missing-argument - :385:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :470:6 - No argument provided for required parameter `*args`
[error] missing-argument - :481:6 - No argument provided for required parameter `*args`
[error] missing-argument - :492:6 - No argument provided for required parameter `*args`
[error] missing-argument - :503:6 - No argument provided for required parameter `*args`
[error] missing-argument - :514:6 - No argument provided for required parameter `*args`
[error] missing-argument - :525:6 - No argument provided for required parameter `*args`
[error] missing-argument - :536:6 - No argument provided for required parameter `*args`
[error] missing-argument - :547:6 - No argument provided for required parameter `*args`
[error] missing-argument - :577:6 - No argument provided for required parameter `*args`
[error] missing-argument - :590:6 - No argument provided for required parameter `*args`
[error] missing-argument - :603:6 - No argument provided for required parameter `*args`
[error] missing-argument - :616:6 - No argument provided for required parameter `*args`
[error] missing-argument - :629:6 - No argument provided for required parameter `*args`
[error] missing-argument - :642:6 - No argument provided for required parameter `*args`
[error] missing-argument - :655:6 - No argument provided for required parameter `*args`
[error] missing-argument - :668:6 - No argument provided for required parameter `*args`

tests/contrib/botocore/test.py

[error] missing-argument - :171:6 - No argument provided for required parameter `*args`
[error] missing-argument - :183:6 - No argument provided for required parameter `*args`
[error] missing-argument - :195:6 - No argument provided for required parameter `*args`
[error] missing-argument - :207:6 - No argument provided for required parameter `*args`
[error] missing-argument - :219:6 - No argument provided for required parameter `*args`
[error] missing-argument - :231:6 - No argument provided for required parameter `*args`
[error] missing-argument - :248:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :287:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :344:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :527:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :536:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :558:6 - No argument provided for required parameter `*args`
[error] missing-argument - :588:6 - No argument provided for required parameter `*args`
[error] missing-argument - :601:6 - No argument provided for required parameter `*args`
[error] missing-argument - :614:6 - No argument provided for required parameter `*args`
[error] missing-argument - :627:6 - No argument provided for required parameter `*args`
[error] missing-argument - :640:6 - No argument provided for required parameter `*args`
[error] missing-argument - :653:6 - No argument provided for required parameter `*args`
[error] missing-argument - :697:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :715:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :744:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :799:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1027:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1048:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1069:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1090:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1111:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1132:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1244:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1258:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1266:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1274:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1337:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1414:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1444:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1478:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1508:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1538:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1568:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1753:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1767:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1781:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1795:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1809:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1823:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1896:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1900:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1904:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1908:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1912:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1943:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1951:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1959:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1967:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1975:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1983:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1992:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :2007:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :2213:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :2512:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :2535:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :2558:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :2577:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :2827:6 - No argument provided for required parameter `*args`
[error] missing-argument - :2848:6 - No argument provided for required parameter `*args`
[error] missing-argument - :2868:6 - No argument provided for required parameter `*args`
[error] missing-argument - :2888:6 - No argument provided for required parameter `*args`
[error] missing-argument - :2908:6 - No argument provided for required parameter `*args`
[error] missing-argument - :2928:6 - No argument provided for required parameter `*args`
[error] missing-argument - :2995:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3012:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3029:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3046:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3063:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3080:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3100:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3150:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3180:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3225:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3277:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3306:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3323:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3329:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3368:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3384:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3425:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :3441:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3455:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3470:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3484:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3498:6 - No argument provided for required parameter `*args`
[error] missing-argument - :3512:6 - No argument provided for required parameter `*args`

tests/contrib/botocore/test_dsm.py

[error] missing-argument - :82:6 - No argument provided for required parameter `*args`
[error] missing-argument - :87:6 - No argument provided for required parameter `*args`
[error] missing-argument - :194:6 - No argument provided for required parameter `*args`
[error] missing-argument - :253:6 - No argument provided for required parameter `*args`
[error] missing-argument - :317:6 - No argument provided for required parameter `*args`
[error] missing-argument - :331:6 - No argument provided for required parameter `*args`
[error] missing-argument - :376:6 - No argument provided for required parameter `*args`
[error] missing-argument - :475:6 - No argument provided for required parameter `*args`
[error] missing-argument - :572:6 - No argument provided for required parameter `*args`
[error] missing-argument - :600:6 - No argument provided for required parameter `*args`
[error] missing-argument - :628:6 - No argument provided for required parameter `*args`

tests/contrib/bottle/test.py

[error] missing-argument - :97:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :101:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :105:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :313:6 - No argument provided for required parameter `*args`
[error] missing-argument - :330:6 - No argument provided for required parameter `*args`
[error] missing-argument - :347:6 - No argument provided for required parameter `*args`
[error] missing-argument - :364:6 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :382:6 - No argument provided for required parameter `*args`
[error] missing-argument - :400:6 - No argument provided for required parameter `*args`
[error] missing-argument - :417:6 - No argument provided for required parameter `*args`
[error] missing-argument - :434:6 - No argument provided for required parameter `*args`

tests/contrib/bottle/test_distributed.py

[error] missing-argument - :98:6 - No argument provided for required parameter `*args`
[error] missing-argument - :127:6 - No argument provided for required parameter `*args`
[error] missing-argument - :175:6 - No argument provided for required parameter `*args`

tests/contrib/celery/test_integration.py

[error] missing-argument - :127:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :154:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :183:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :199:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :227:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :243:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :268:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :297:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :323:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :360:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :392:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :429:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :456:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :517:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :536:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :554:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :733:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :751:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :781:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :807:14 - No argument provided for required parameter `**kwargs`

tests/contrib/consul/test.py

[error] missing-argument - :179:6 - No argument provided for required parameter `*args`
[error] missing-argument - :192:6 - No argument provided for required parameter `*args`
[error] missing-argument - :207:6 - No argument provided for required parameter `*args`
[error] missing-argument - :222:6 - No argument provided for required parameter `*args`
[error] missing-argument - :235:6 - No argument provided for required parameter `*args`
[error] missing-argument - :250:6 - No argument provided for required parameter `*args`
[error] missing-argument - :265:6 - No argument provided for required parameter `*args`
[error] missing-argument - :280:6 - No argument provided for required parameter `*args`

tests/contrib/dbapi/test_dbapi.py

[error] missing-argument - :33:6 - No argument provided for required parameter `*args`
[error] missing-argument - :46:6 - No argument provided for required parameter `*args`
[error] missing-argument - :383:6 - No argument provided for required parameter `*args`
[error] missing-argument - :436:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :441:14 - No argument provided for required parameter `**kwargs`

tests/contrib/dbapi_async/test_dbapi_async.py

[error] missing-argument - :35:6 - No argument provided for required parameter `*args`
[error] missing-argument - :49:6 - No argument provided for required parameter `*args`
[error] missing-argument - :427:6 - No argument provided for required parameter `*args`
[error] missing-argument - :482:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :487:14 - No argument provided for required parameter `**kwargs`

tests/contrib/elasticsearch/test_elasticsearch.py

[error] missing-argument - :110:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :133:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :150:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :158:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :175:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :255:6 - No argument provided for required parameter `*args`
[error] missing-argument - :269:6 - No argument provided for required parameter `*args`
[error] missing-argument - :283:6 - No argument provided for required parameter `*args`
[error] missing-argument - :291:6 - No argument provided for required parameter `*args`
[error] missing-argument - :299:6 - No argument provided for required parameter `*args`
[error] missing-argument - :316:14 - No argument provided for required parameter `**kwargs`

tests/contrib/falcon/test_distributed_tracing.py

[error] missing-argument - :64:6 - No argument provided for required parameter `*args`
[error] missing-argument - :84:6 - No argument provided for required parameter `*args`
[error] missing-argument - :129:6 - No argument provided for required parameter `*args`

tests/contrib/flask/test_request.py

[error] missing-argument - :164:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :181:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :217:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :235:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :278:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :392:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1071:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1106:14 - No argument provided for required parameter `**kwargs`

tests/contrib/flask_cache/test.py

[error] missing-argument - :332:6 - No argument provided for required parameter `*args`
[error] missing-argument - :345:6 - No argument provided for required parameter `*args`
[error] missing-argument - :358:6 - No argument provided for required parameter `*args`
[error] missing-argument - :374:6 - No argument provided for required parameter `*args`
[error] missing-argument - :389:6 - No argument provided for required parameter `*args`
[error] missing-argument - :404:6 - No argument provided for required parameter `*args`
[error] missing-argument - :419:6 - No argument provided for required parameter `*args`
[error] missing-argument - :434:6 - No argument provided for required parameter `*args`

tests/contrib/grpc/test_grpc.py

[error] missing-argument - :27:6 - No argument provided for required parameter `*args`
[error] missing-argument - :37:6 - No argument provided for required parameter `*args`
[error] missing-argument - :50:6 - No argument provided for required parameter `*args`
[error] missing-argument - :60:6 - No argument provided for required parameter `*args`
[error] missing-argument - :70:6 - No argument provided for required parameter `*args`
[error] missing-argument - :80:6 - No argument provided for required parameter `*args`
[error] missing-argument - :90:6 - No argument provided for required parameter `*args`
[error] missing-argument - :102:6 - No argument provided for required parameter `*args`
[error] missing-argument - :134:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :153:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :493:6 - No argument provided for required parameter `*args`
[error] missing-argument - :516:6 - No argument provided for required parameter `*args`
[error] missing-argument - :523:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :524:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :535:6 - No argument provided for required parameter `*args`
[error] missing-argument - :549:6 - No argument provided for required parameter `*args`
[error] missing-argument - :560:6 - No argument provided for required parameter `*args`

tests/contrib/httplib/test_httplib.py

[error] missing-argument - :125:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :142:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :146:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :172:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :200:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :228:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :261:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :294:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :353:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :382:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :418:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :447:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :475:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :496:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :507:6 - No argument provided for required parameter `*args`
[error] missing-argument - :519:6 - No argument provided for required parameter `*args`
[error] missing-argument - :529:6 - No argument provided for required parameter `*args`
[error] missing-argument - :541:6 - No argument provided for required parameter `*args`
[error] missing-argument - :551:6 - No argument provided for required parameter `*args`
[error] missing-argument - :563:6 - No argument provided for required parameter `*args`
[error] missing-argument - :573:6 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :585:6 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :595:6 - No argument provided for required parameter `*args`
[error] missing-argument - :607:6 - No argument provided for required parameter `*args`
[error] missing-argument - :617:6 - No argument provided for required parameter `*args`
[error] missing-argument - :629:6 - No argument provided for required parameter `*args`
[error] missing-argument - :639:6 - No argument provided for required parameter `*args`
[error] missing-argument - :651:6 - No argument provided for required parameter `*args`
[error] missing-argument - :661:6 - No argument provided for required parameter `*args`
[error] missing-argument - :673:6 - No argument provided for required parameter `*args`

tests/contrib/httplib/test_httplib_distributed.py

[error] missing-argument - :60:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :65:14 - No argument provided for required parameter `**kwargs`

tests/contrib/jinja2/test_jinja2.py

[error] missing-argument - :162:6 - No argument provided for required parameter `*args`

tests/contrib/kombu/test.py

[error] missing-argument - :109:6 - No argument provided for required parameter `*args`
[error] missing-argument - :115:6 - No argument provided for required parameter `*args`
[error] missing-argument - :181:6 - No argument provided for required parameter `*args`
[error] missing-argument - :187:6 - No argument provided for required parameter `*args`
[error] missing-argument - :193:6 - No argument provided for required parameter `*args`
[error] missing-argument - :199:6 - No argument provided for required parameter `*args`
[error] missing-argument - :205:6 - No argument provided for required parameter `*args`
[error] missing-argument - :211:6 - No argument provided for required parameter `*args`
[error] missing-argument - :219:6 - No argument provided for required parameter `*args`
[error] missing-argument - :225:6 - No argument provided for required parameter `*args`
[error] missing-argument - :231:6 - No argument provided for required parameter `*args`
[error] missing-argument - :307:6 - No argument provided for required parameter `*args`
[error] missing-argument - :323:6 - No argument provided for required parameter `*args`
[error] missing-argument - :345:6 - No argument provided for required parameter `*args`

tests/contrib/logging/test_logging.py

[error] missing-argument - :122:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :123:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :143:6 - No argument provided for required parameter `*args`
[error] missing-argument - :158:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :161:6 - No argument provided for required parameter `*args`
[error] missing-argument - :173:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :183:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :186:6 - No argument provided for required parameter `*args`
[error] missing-argument - :203:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :220:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :233:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :244:17 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :245:17 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :256:22 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :274:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :275:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :291:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :292:13 - No argument provided for required parameter `**kwargs`

tests/contrib/mako/test_mako.py

[error] missing-argument - :117:6 - No argument provided for required parameter `*args`
[error] missing-argument - :126:6 - No argument provided for required parameter `*args`
[error] missing-argument - :135:6 - No argument provided for required parameter `*args`
[error] missing-argument - :144:6 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :153:6 - No argument provided for required parameter `*args`
[error] missing-argument - :162:6 - No argument provided for required parameter `*args`

tests/contrib/molten/test_molten.py

[error] missing-argument - :124:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :237:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :254:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :303:6 - No argument provided for required parameter `*args`
[error] missing-argument - :314:6 - No argument provided for required parameter `*args`
[error] missing-argument - :325:6 - No argument provided for required parameter `*args`
[error] missing-argument - :336:6 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :347:6 - No argument provided for required parameter `*args`
[error] missing-argument - :358:6 - No argument provided for required parameter `*args`
[error] missing-argument - :371:6 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :381:6 - No argument provided for required parameter `*args`
[error] missing-argument - :391:6 - No argument provided for required parameter `*args`

tests/contrib/mysql/test_mysql.py

[error] missing-argument - :273:6 - No argument provided for required parameter `*args`
[error] missing-argument - :293:6 - No argument provided for required parameter `*args`
[error] missing-argument - :376:6 - No argument provided for required parameter `*args`
[error] missing-argument - :389:6 - No argument provided for required parameter `*args`
[error] missing-argument - :402:6 - No argument provided for required parameter `*args`
[error] missing-argument - :413:6 - No argument provided for required parameter `*args`
[error] missing-argument - :424:6 - No argument provided for required parameter `*args`
[error] missing-argument - :431:6 - No argument provided for required parameter `*args`
[error] missing-argument - :449:6 - No argument provided for required parameter `*args`
[error] missing-argument - :468:6 - No argument provided for required parameter `*args`

tests/contrib/mysqldb/test_mysqldb.py

[error] missing-argument - :344:6 - No argument provided for required parameter `*args`
[error] missing-argument - :365:6 - No argument provided for required parameter `*args`
[error] missing-argument - :508:6 - No argument provided for required parameter `*args`
[error] missing-argument - :522:6 - No argument provided for required parameter `*args`
[error] missing-argument - :536:6 - No argument provided for required parameter `*args`
[error] missing-argument - :554:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :567:6 - No argument provided for required parameter `*args`
[error] missing-argument - :581:6 - No argument provided for required parameter `*args`
[error] missing-argument - :592:6 - No argument provided for required parameter `*args`
[error] missing-argument - :603:6 - No argument provided for required parameter `*args`
[error] missing-argument - :610:6 - No argument provided for required parameter `*args`
[error] missing-argument - :628:6 - No argument provided for required parameter `*args`
[error] missing-argument - :647:6 - No argument provided for required parameter `*args`

tests/contrib/psycopg/test_psycopg.py

[error] missing-argument - :281:6 - No argument provided for required parameter `*args`
[error] missing-argument - :299:6 - No argument provided for required parameter `*args`
[error] missing-argument - :317:6 - No argument provided for required parameter `*args`
[error] missing-argument - :328:6 - No argument provided for required parameter `*args`
[error] missing-argument - :339:6 - No argument provided for required parameter `*args`
[error] missing-argument - :348:6 - No argument provided for required parameter `*args`
[error] missing-argument - :357:6 - No argument provided for required parameter `*args`
[error] missing-argument - :366:6 - No argument provided for required parameter `*args`
[error] missing-argument - :381:6 - No argument provided for required parameter `*args`
[error] missing-argument - :396:6 - No argument provided for required parameter `*args`

tests/contrib/psycopg/test_psycopg_async.py

[error] missing-argument - :178:6 - No argument provided for required parameter `*args`
[error] missing-argument - :196:6 - No argument provided for required parameter `*args`
[error] missing-argument - :214:6 - No argument provided for required parameter `*args`
[error] missing-argument - :223:6 - No argument provided for required parameter `*args`

tests/contrib/psycopg2/test_psycopg.py

[error] missing-argument - :297:6 - No argument provided for required parameter `*args`
[error] missing-argument - :315:6 - No argument provided for required parameter `*args`
[error] missing-argument - :333:6 - No argument provided for required parameter `*args`
[error] missing-argument - :344:6 - No argument provided for required parameter `*args`
[error] missing-argument - :355:6 - No argument provided for required parameter `*args`
[error] missing-argument - :364:6 - No argument provided for required parameter `*args`
[error] missing-argument - :373:6 - No argument provided for required parameter `*args`
[error] missing-argument - :382:6 - No argument provided for required parameter `*args`
[error] missing-argument - :398:6 - No argument provided for required parameter `*args`
[error] missing-argument - :410:6 - No argument provided for required parameter `*args`

tests/contrib/pylibmc/test.py

[error] missing-argument - :356:6 - No argument provided for required parameter `*args`
[error] missing-argument - :373:6 - No argument provided for required parameter `*args`
[error] missing-argument - :390:6 - No argument provided for required parameter `*args`
[error] missing-argument - :401:6 - No argument provided for required parameter `*args`

tests/contrib/pymemcache/test_client.py

[error] missing-argument - :347:6 - No argument provided for required parameter `*args`
[error] missing-argument - :366:6 - No argument provided for required parameter `*args`
[error] missing-argument - :385:6 - No argument provided for required parameter `*args`
[error] missing-argument - :404:6 - No argument provided for required parameter `*args`
[error] missing-argument - :418:6 - No argument provided for required parameter `*args`
[error] missing-argument - :430:6 - No argument provided for required parameter `*args`

tests/contrib/pymemcache/test_client_mixin.py

[error] missing-argument - :43:13 - No argument provided for required parameter `**kwargs`

tests/contrib/pymongo/test.py

[error] missing-argument - :454:6 - No argument provided for required parameter `*args`
[error] missing-argument - :472:6 - No argument provided for required parameter `*args`
[error] missing-argument - :490:6 - No argument provided for required parameter `*args`
[error] missing-argument - :509:6 - No argument provided for required parameter `*args`
[error] missing-argument - :527:6 - No argument provided for required parameter `*args`
[error] missing-argument - :540:6 - No argument provided for required parameter `*args`
[error] missing-argument - :550:6 - No argument provided for required parameter `*args`
[error] missing-argument - :560:6 - No argument provided for required parameter `*args`
[error] missing-argument - :570:6 - No argument provided for required parameter `*args`
[error] missing-argument - :580:6 - No argument provided for required parameter `*args`
[error] missing-argument - :592:6 - No argument provided for required parameter `*args`
[error] missing-argument - :604:6 - No argument provided for required parameter `*args`
[error] missing-argument - :723:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :829:6 - No argument provided for required parameter `*args`
[error] missing-argument - :890:6 - No argument provided for required parameter `*args`
[error] missing-argument - :924:6 - No argument provided for required parameter `*args`
[error] missing-argument - :997:6 - No argument provided for required parameter `*args`

tests/contrib/pymysql/test_pymysql.py

[error] missing-argument - :326:6 - No argument provided for required parameter `*args`
[error] missing-argument - :338:6 - No argument provided for required parameter `*args`
[error] missing-argument - :350:6 - No argument provided for required parameter `*args`
[error] missing-argument - :360:6 - No argument provided for required parameter `*args`
[error] missing-argument - :370:6 - No argument provided for required parameter `*args`
[error] missing-argument - :380:6 - No argument provided for required parameter `*args`
[error] missing-argument - :391:6 - No argument provided for required parameter `*args`
[error] missing-argument - :402:6 - No argument provided for required parameter `*args`
[error] missing-argument - :409:6 - No argument provided for required parameter `*args`
[error] missing-argument - :427:6 - No argument provided for required parameter `*args`
[error] missing-argument - :446:6 - No argument provided for required parameter `*args`

tests/contrib/pynamodb/test_pynamodb.py

[error] missing-argument - :137:6 - No argument provided for required parameter `*args`
[error] missing-argument - :152:6 - No argument provided for required parameter `*args`
[error] missing-argument - :167:6 - No argument provided for required parameter `*args`
[error] missing-argument - :182:6 - No argument provided for required parameter `*args`
[error] missing-argument - :193:6 - No argument provided for required parameter `*args`
[error] missing-argument - :204:6 - No argument provided for required parameter `*args`
[error] missing-argument - :217:6 - No argument provided for required parameter `*args`
[error] missing-argument - :228:6 - No argument provided for required parameter `*args`
[error] missing-argument - :239:6 - No argument provided for required parameter `*args`
[error] missing-argument - :254:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :263:6 - No argument provided for required parameter `*args`

tests/contrib/pyodbc/test_pyodbc.py

[error] missing-argument - :244:6 - No argument provided for required parameter `*args`
[error] missing-argument - :254:6 - No argument provided for required parameter `*args`
[error] missing-argument - :264:6 - No argument provided for required parameter `*args`
[error] missing-argument - :274:6 - No argument provided for required parameter `*args`
[error] missing-argument - :284:6 - No argument provided for required parameter `*args`
[error] missing-argument - :294:6 - No argument provided for required parameter `*args`
[error] missing-argument - :304:6 - No argument provided for required parameter `*args`
[error] missing-argument - :316:6 - No argument provided for required parameter `*args`
[error] missing-argument - :330:6 - No argument provided for required parameter `*args`

tests/contrib/pyramid/test_pyramid.py

[error] missing-argument - :153:6 - No argument provided for required parameter `*args`
[error] missing-argument - :161:6 - No argument provided for required parameter `*args`
[error] missing-argument - :169:6 - No argument provided for required parameter `*args`
[error] missing-argument - :177:6 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :185:6 - No argument provided for required parameter `*args`
[error] missing-argument - :193:6 - No argument provided for required parameter `*args`
[error] missing-argument - :203:6 - No argument provided for required parameter `*args`
[error] missing-argument - :211:6 - No argument provided for required parameter `*args`

tests/contrib/pyramid/utils.py

[error] missing-argument - :86:14 - No argument provided for required parameter `**kwargs`

tests/contrib/redis/test_redis.py

[error] missing-argument - :78:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :101:6 - No argument provided for required parameter `*args`
[error] missing-argument - :108:6 - No argument provided for required parameter `*args`
[error] missing-argument - :115:6 - No argument provided for required parameter `*args`
[error] missing-argument - :126:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :157:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :184:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :355:6 - No argument provided for required parameter `*args`
[error] missing-argument - :365:6 - No argument provided for required parameter `*args`
[error] missing-argument - :375:6 - No argument provided for required parameter `*args`
[error] missing-argument - :385:6 - No argument provided for required parameter `*args`
[error] missing-argument - :396:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :401:6 - No argument provided for required parameter `*args`
[error] missing-argument - :492:6 - No argument provided for required parameter `*args`
[error] missing-argument - :501:6 - No argument provided for required parameter `*args`
[error] missing-argument - :509:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :515:6 - No argument provided for required parameter `*args`
[error] missing-argument - :523:6 - No argument provided for required parameter `*args`
[error] missing-argument - :530:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :533:6 - No argument provided for required parameter `*args`
[error] missing-argument - :544:14 - No argument provided for required parameter `**kwargs`

tests/contrib/redis/test_redis_cluster.py

[error] missing-argument - :36:6 - No argument provided for required parameter `*args`
[error] missing-argument - :128:6 - No argument provided for required parameter `*args`
[error] missing-argument - :145:6 - No argument provided for required parameter `*args`
[error] missing-argument - :162:6 - No argument provided for required parameter `*args`
[error] missing-argument - :170:6 - No argument provided for required parameter `*args`
[error] missing-argument - :178:6 - No argument provided for required parameter `*args`
[error] missing-argument - :188:6 - No argument provided for required parameter `*args`

tests/contrib/rediscluster/test.py

[error] missing-argument - :136:6 - No argument provided for required parameter `*args`
[error] missing-argument - :153:6 - No argument provided for required parameter `*args`
[error] missing-argument - :170:6 - No argument provided for required parameter `*args`
[error] missing-argument - :182:6 - No argument provided for required parameter `*args`
[error] missing-argument - :188:6 - No argument provided for required parameter `*args`
[error] missing-argument - :198:6 - No argument provided for required parameter `*args`
[error] missing-argument - :210:6 - No argument provided for required parameter `*args`

tests/contrib/requests/test_requests.py

[error] missing-argument - :166:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :279:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :319:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :334:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :351:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :365:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :380:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :390:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :403:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :416:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :427:6 - No argument provided for required parameter `*args`
[error] missing-argument - :434:6 - No argument provided for required parameter `*args`
[error] missing-argument - :441:6 - No argument provided for required parameter `*args`
[error] missing-argument - :448:6 - No argument provided for required parameter `*args`
[error] missing-argument - :455:6 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :462:6 - No argument provided for required parameter `*args`
[error] missing-argument - :469:6 - No argument provided for required parameter `*args`
[error] missing-argument - :476:6 - No argument provided for required parameter `*args`
[error] missing-argument - :483:6 - No argument provided for required parameter `*args`
[error] missing-argument - :491:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :507:14 - No argument provided for required parameter `**kwargs`

tests/contrib/requests/test_requests_distributed.py

[error] missing-argument - :50:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :66:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :79:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :102:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :118:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :122:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :145:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :149:18 - No argument provided for required parameter `**kwargs`

tests/contrib/sqlalchemy/test_mysql.py

[error] missing-argument - :83:6 - No argument provided for required parameter `*args`
[error] missing-argument - :89:6 - No argument provided for required parameter `*args`
[error] missing-argument - :95:6 - No argument provided for required parameter `*args`
[error] missing-argument - :101:6 - No argument provided for required parameter `*args`
[error] missing-argument - :107:6 - No argument provided for required parameter `*args`
[error] missing-argument - :113:6 - No argument provided for required parameter `*args`
[error] missing-argument - :119:6 - No argument provided for required parameter `*args`
[error] missing-argument - :125:6 - No argument provided for required parameter `*args`

tests/contrib/sqlite3/test_sqlite3.py

[error] missing-argument - :110:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :137:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :173:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :250:6 - No argument provided for required parameter `*args`
[error] missing-argument - :272:6 - No argument provided for required parameter `*args`
[error] missing-argument - :294:6 - No argument provided for required parameter `*args`
[error] missing-argument - :309:6 - No argument provided for required parameter `*args`
[error] missing-argument - :324:6 - No argument provided for required parameter `*args`
[error] missing-argument - :337:6 - No argument provided for required parameter `*args`
[error] missing-argument - :350:6 - No argument provided for required parameter `*args`

tests/contrib/urllib3/test_urllib3.py

[error] missing-argument - :113:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :171:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :236:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :245:6 - No argument provided for required parameter `*args`
[error] missing-argument - :248:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :257:6 - No argument provided for required parameter `*args`
[error] missing-argument - :260:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :269:6 - No argument provided for required parameter `*args`
[error] missing-argument - :272:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :281:6 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :284:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :293:6 - No argument provided for required parameter `*args`
[error] missing-argument - :296:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :305:6 - No argument provided for required parameter `*args`
[error] missing-argument - :308:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :317:6 - No argument provided for required parameter `*args`
[error] missing-argument - :320:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :329:6 - No argument provided for required parameter `*args`
[error] missing-argument - :332:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :346:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :360:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :374:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :386:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :408:14 - No argument provided for required parameter `**kwargs`

tests/contrib/valkey/test_valkey.py

[error] missing-argument - :79:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :102:6 - No argument provided for required parameter `*args`
[error] missing-argument - :111:6 - No argument provided for required parameter `*args`
[error] missing-argument - :120:6 - No argument provided for required parameter `*args`
[error] missing-argument - :139:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :170:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :197:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :394:6 - No argument provided for required parameter `*args`
[error] missing-argument - :406:6 - No argument provided for required parameter `*args`
[error] missing-argument - :418:6 - No argument provided for required parameter `*args`
[error] missing-argument - :430:6 - No argument provided for required parameter `*args`
[error] missing-argument - :443:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :450:6 - No argument provided for required parameter `*args`
[error] missing-argument - :548:6 - No argument provided for required parameter `*args`
[error] missing-argument - :557:6 - No argument provided for required parameter `*args`
[error] missing-argument - :565:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :570:6 - No argument provided for required parameter `*args`
[error] missing-argument - :578:6 - No argument provided for required parameter `*args`
[error] missing-argument - :585:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :588:6 - No argument provided for required parameter `*args`
[error] missing-argument - :599:14 - No argument provided for required parameter `**kwargs`

tests/contrib/valkey/test_valkey_cluster.py

[error] missing-argument - :32:6 - No argument provided for required parameter `*args`
[error] missing-argument - :137:6 - No argument provided for required parameter `*args`
[error] missing-argument - :156:6 - No argument provided for required parameter `*args`
[error] missing-argument - :175:6 - No argument provided for required parameter `*args`
[error] missing-argument - :185:6 - No argument provided for required parameter `*args`
[error] missing-argument - :195:6 - No argument provided for required parameter `*args`
[error] missing-argument - :209:6 - No argument provided for required parameter `*args`

tests/contrib/vertica/test_vertica.py

[error] missing-argument - :126:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :157:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :351:6 - No argument provided for required parameter `*args`
[error] missing-argument - :372:6 - No argument provided for required parameter `*args`
[error] missing-argument - :395:6 - No argument provided for required parameter `*args`
[error] missing-argument - :419:6 - No argument provided for required parameter `*args`
[error] missing-argument - :436:6 - No argument provided for required parameter `*args`
[error] missing-argument - :453:6 - No argument provided for required parameter `*args`
[error] missing-argument - :497:6 - No argument provided for required parameter `*args`

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/internal/test_process_tags.py

[error] missing-argument - :131:18 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :160:18 - No argument provided for required parameter `**kwargs`

tests/tracer/runtime/test_metrics.py

[error] missing-argument - :63:14 - No argument provided for required parameter `**kwargs`

tests/tracer/test_settings.py

[error] missing-argument - :12:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :16:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :20:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :28:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :35:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :39:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :154:6 - No argument provided for required parameter `*args`
[error] missing-argument - :159:6 - No argument provided for required parameter `*args`

tests/tracer/test_tracer.py

[error] missing-argument - :502:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :508:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :869:14 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1259:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1278:6 - No argument provided for required parameter `*args`
[error] missing-argument - :1299:6 - No argument provided for required parameter `*args`

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

discord/app_commands/commands.py

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

discord/channel.py

[error] invalid-method-override - :2619:15 - Invalid override of method `clone`: Definition is incompatible with `GuildChannel.clone`

discord/ext/commands/context.py

[error] no-matching-overload - :1139:25 - No overload of bound method `send` matches arguments
[warning] unused-type-ignore-comment - :302:31 - Unused blanket `type: ignore` directive

discord/ext/commands/core.py

[warning] unused-type-ignore-comment - :2502:23 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2550:23 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2585:23 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2637:23 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2660:23 - Unused blanket `type: ignore` directive

discord/ui/button.py

[error] unresolved-attribute - :376 -
Old: Unresolved attribute `__discord_ui_model_type__` on type `(S@button, Interaction[Any], Button[V@button], /) -> Coroutine[Any, Any, Any]`
New: Unresolved attribute `__discord_ui_model_type__` on type `(S@decorator, Interaction[Any], Button[V@decorator], /) -> Coroutine[Any, Any, Any]`
[error] unresolved-attribute - :377 -
Old: Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@button, Interaction[Any], Button[V@button], /) -> Coroutine[Any, Any, Any]`
New: Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@decorator, Interaction[Any], Button[V@decorator], /) -> Coroutine[Any, Any, Any]`

discord/ui/select.py

[error] unresolved-attribute - :1221 -
Old: Unresolved attribute `__discord_ui_model_type__` on type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]`
New: Unresolved attribute `__discord_ui_model_type__` on type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]`
[error] unresolved-attribute - :1222 -
Old: Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]`
New: Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]`
[error] unresolved-attribute - :1232 -
Old: Object of type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
New: Object of type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :1234 -
Old: Object of type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
New: Object of type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :1250 -
Old: Object of type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
New: Object of type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`

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

tests/assert_type/contrib/admin/test_utils.py

[error] type-assertion-failure - :74 -
Old: Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `Unknown`
New: Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `list[str | ((Unknown, /) -> str | bool)]`
[error] type-assertion-failure - :76 -
Old: Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `Unknown`
New: Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `list[str | ((Unknown, /) -> str | bool)]`

tests/assert_type/views/test_decorators.py

[error] type-assertion-failure - :26:1 - Type `HttpResponse` does not match asserted type `Unknown`
[error] type-assertion-failure - :27:1 - Type `HttpResponse` does not match asserted type `Unknown`

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

python/egglog/builtins.py

[error] no-matching-overload - :402:23 - No overload of function `get_callable_args` matches arguments
[warning] unused-type-ignore-comment - :98:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :133:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :176:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :303:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :398:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :468:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :538:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :604:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :673:30 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :677:30 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :688:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :815:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :884:30 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :888:30 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :915:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :994:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1098:29 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :1105 -
Old: Return type does not match returned value: expected `(...) -> T@value`, found `str`
New: Return type does not match returned value: expected `[T'return](...) -> T'return`, found `str`

python/egglog/exp/any_expr.py

[warning] unused-type-ignore-comment - :51:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :86:50 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :96:50 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :529:29 - Unused blanket `type: ignore` directive

python/egglog/exp/array_api.py

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

python/tests/test_high_level.py

[warning] unused-type-ignore-comment - :895:37 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :900:37 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :923:37 - Unused blanket `type: ignore` directive

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

hydpy/core/devicetools.py

[error] unresolved-attribute - :2627:21 - Unresolved attribute `name` on type `DataFrame`

hydpy/core/objecttools.py

[error] invalid-return-type - :474 -
Old: Return type does not match returned value: expected `((**P@excmessage_decorator) -> T@excmessage_decorator, /) -> (**P@excmessage_decorator) -> T@excmessage_decorator`, found `(TypeVar, /) -> TypeVar`
New: Return type does not match returned value: expected `[**P'return, T'return]((**P'return@excmessage_decorator) -> T'return, /) -> (**P'return@excmessage_decorator) -> T'return`, found `(TypeVar, /) -> TypeVar`

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

tests/annotations/declarations.py

[error] type-assertion-failure - :1087:5 - Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1088:5 - Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :1089:5 - Type `str` does not match asserted type `Unknown`

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

ibis/common/deferred.py

[error] missing-argument - :260:20 - No argument provided for required parameter `**kwargs`

ibis/common/grounds.py

[error] missing-argument - :120:16 - No argument provided for required parameter `*args`
[error] missing-argument - :126:16 - No argument provided for required parameter `*args`

ibis/common/patterns.py

[error] missing-argument - :424:20 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :503:20 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1510:16 - No argument provided for required parameter `**kwargs`

jax (https://github.com/google/jax)

jax/_src/nn/functions.py

[error] invalid-argument-type - :1250:22 - Argument to function `reshape` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`, found `Unknown | tuple[Unknown, Array]`

jax/_src/numpy/error.py

[error] invalid-assignment - :114:11 - Object of type `Array` is not assignable to `tuple[int, ...]`
[error] unsupported-operator - :117:44 - Unary operator `-` is not supported for object of type `tuple[int, ...]`
[error] unsupported-operator - :118:11 - Operator `>=` is not supported between objects of type `Array` and `tuple[int, ...]`

jax/_src/api.py

[error] unresolved-attribute - :1863:3 - Unresolved attribute `_fun` on type `PmapFunction`
[error] unresolved-attribute - :1864:3 - Unresolved attribute `_prepare_pmap` on type `PmapFunction`
[error] unresolved-attribute - :1865:3 - Unresolved attribute `_backend` on type `PmapFunction`
[error] unresolved-attribute - :1866:3 - Unresolved attribute `_axis_name` on type `PmapFunction`
[error] unresolved-attribute - :1867:3 - Unresolved attribute `_donate_tuple` on type `PmapFunction`
[error] unresolved-attribute - :1872:3 - Unresolved attribute `lower` on type `type[PmapFunction]`.

jax/_src/api_util.py

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

jax/_src/array.py

[error] invalid-argument-type - :365:33 - Argument to bound method `__init__` is incorrect: Expected `Sequence[ArrayImpl]`, found `list[Array]`

jax/_src/basearray.py

[error] invalid-assignment - :186:9 - Object of type `type[Array]` is not assignable to `<class 'Array'>`
[error] invalid-type-form - :208:3 - Variable of type `type[Unknown]` is not allowed in a type expression

jax/_src/compute_on.py

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

jax/_src/cudnn/scaled_matmul_stablehlo.py

[error] too-many-positional-arguments - :636:28 - Too many positional arguments: expected 1, got 2
[error] unknown-argument - :636:63 - Argument `preferred_element_type` does not match any known parameter
[error] invalid-argument-type - :639:30 - Argument to function `reshape` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`, found `Array | Unknown | JitWrapped`

jax/_src/interpreters/ad.py

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

jax/_src/lax/control_flow/conditionals.py

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

jax/_src/lax/lax.py

[error] invalid-argument-type - :4586:33 - Argument to function `div` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`, found `None | Unknown`

jax/_src/numpy/indexing.py

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

jax/_src/numpy/linalg.py

[error] invalid-argument-type - :461:11 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`
[error] unknown-argument - :461:14 - Argument `full_matrices` does not match any known parameter
[error] unknown-argument - :461:35 - Argument `compute_uv` does not match any known parameter
[warning] possibly-missing-attribute - :463:12 - Attribute `max` may be missing on object of type `Array | Unknown | JitWrapped`
[warning] possibly-missing-attribute - :463:52 - Attribute `dtype` may be missing on object of type `Array | Unknown | JitWrapped`
[warning] possibly-missing-attribute - :463:73 - Attribute `dtype` may be missing on object of type `Array | Unknown | JitWrapped`
[error] unsupported-operator - :465:25 - Operator `>` is not supported between objects of type `Array | Unknown | JitWrapped` and `Array`
[error] not-iterable - :982:14 - Object of type `JitWrapped` is not iterable
[error] invalid-argument-type - :982:18 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`
[error] unknown-argument - :982:23 - Argument `full_matrices` does not match any known parameter
[error] unknown-argument - :982:44 - Argument `hermitian` does not match any known parameter
[error] invalid-argument-type - :988:36 - Argument is incorrect: Expected `(...) -> Unknown`, found `Any | Array`
[error] too-many-positional-arguments - :988:43 - Too many positional arguments: expected 1, got 2
[error] unknown-argument - :989:36 - Argument `precision` does not match any known parameter
[error] invalid-argument-type - :990:35 - Argument to function `convert_element_type` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`, found `Unknown | JitWrapped`
[error] invalid-argument-type - :1202:15 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`
[error] unknown-argument - :1202:18 - Argument `compute_uv` does not match any known parameter
[error] invalid-argument-type - :1204:29 - Argument to function `amax` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`, found `Array | Unknown | JitWrapped`
[error] invalid-argument-type - :1206:29 - Argument to function `amin` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`, found `Array | Unknown | JitWrapped`
[error] invalid-argument-type - :1208:28 - Argument to function `sum` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`, found `Array | Unknown | JitWrapped`
[error] invalid-assignment - :1400:15 - Object of type `Array` is not assignable to `int | float | None`
[error] not-iterable - :1401:16 - Object of type `JitWrapped` is not iterable
[error] invalid-argument-type - :1401:20 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`
[error] unknown-argument - :1401:23 - Argument `full_matrices` does not match any known parameter
[error] invalid-argument-type - :1406:38 - Argument is incorrect: Expected `(...) -> Unknown`, found `Any | Array`
[error] too-many-positional-arguments - :1406:50 - Too many positional arguments: expected 1, got 2
[error] unknown-argument - :1406:53 - Argument `precision` does not match any known parameter
[error] invalid-argument-type - :1407:36 - Argument is incorrect: Expected `(...) -> Unknown`, found `Any | Array`
[error] too-many-positional-arguments - :1407:49 - Too many positional arguments: expected 1, got 2
[error] unknown-argument - :1407:62 - Argument `precision` does not match any known parameter
[error] invalid-argument-type - :1413:45 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`
[error] too-many-positional-arguments - :1413:48 - Too many positional arguments: expected 1, got 2
[error] unknown-argument - :1413:51 - Argument `precision` does not match any known parameter
[error] unsupported-operator - :1414:18 - Operator `-` is not supported between objects of type `Array` and `Unknown | JitWrapped`
[warning] possibly-missing-attribute - :1416:9 - Attribute `ravel` may be missing on object of type `Array | Unknown | JitWrapped`
[error] invalid-return-type - :1417:10 - Return type does not match returned value: expected `tuple[Array, Array, Array, Array]`, found `tuple[Array | Unknown | JitWrapped, Array | Unknown, Array | Any, Array | Any]`
[error] invalid-return-type - :1799:10 - Return type does not match returned value: expected `Array`, found `Unknown | JitWrapped`
[error] invalid-argument-type - :1799:37 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`
[error] too-many-positional-arguments - :1799:41 - Too many positional arguments: expected 1, got 2
[error] unknown-argument - :1799:45 - Argument `precision` does not match any known parameter
[error] unknown-argument - :1800:37 - Argument `preferred_element_type` does not match any known parameter
[error] invalid-return-type - :1909:10 - Return type does not match returned value: expected `Array`, found `Array | Unknown | JitWrapped`
[error] invalid-argument-type - :1909:14 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`
[error] unknown-argument - :1909:17 - Argument `compute_uv` does not match any known parameter
[error] unknown-argument - :1909:35 - Argument `hermitian` does not match any known parameter

jax/_src/numpy/util.py

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

jax/_src/pallas/helpers.py

[error] unsupported-operator - :110 -
Old: Operator `-` is not supported between two objects of type `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 6 union elements`
New: Operator `-` is not supported between two objects of type `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`

jax/_src/pjit.py

[error] unresolved-attribute - :287:3 - Unresolved attribute `_fun` on type `PjitFunction`
[error] unresolved-attribute - :288:3 - Unresolved attribute `_jit_info` on type `PjitFunction`
[error] unresolved-attribute - :290:3 - Unresolved attribute `clear_cache` on type `type[PjitFunction]`.
[error] unresolved-attribute - :291:3 - Unresolved attribute `lower` on type `type[PjitFunction]`.
[error] unresolved-attribute - :292:3 - Unresolved attribute `trace` on type `type[PjitFunction]`.
[error] unresolved-attribute - :293:3 - Unresolved attribute `eval_shape` on type `type[PjitFunction]`.
[warning] unused-type-ignore-comment - :1929:53 - Unused blanket `type: ignore` directive

jax/_src/pmap.py

[error] unresolved-attribute - :125:3 - Unresolved attribute `lower` on type `def wrapped(...) -> Unknown`
[warning] possibly-missing-attribute - :679 -
Old: Attribute `sharding` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Attribute `sharding` may be missing on object of type `Any | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :682 -
Old: Attribute `_rewrap_with_aval_and_sharding` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Attribute `_rewrap_with_aval_and_sharding` may be missing on object of type `Any | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :688 -
Old: Attribute `_arrays` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Attribute `_arrays` may be missing on object of type `Any | ndarray[tuple[Any, ...], dtype[Unknown]]`

jax/_src/random.py

[error] invalid-argument-type - :193:51 - Argument to function `issubdtype` is incorrect: Expected `str | type[Any] | dtype[Any] | ... omitted 3 union elements`, found `object`
[error] not-iterable - :946:17 - Object of type `JitWrapped` is not iterable
[warning] unused-type-ignore-comment - :343:58 - Unused blanket `type: ignore` directive

jax/_src/scipy/linalg.py

[error] invalid-return-type - :741:12 - Return type does not match returned value: expected `tuple[Array, Array] | tuple[Array, Array, Array]`, found `tuple[Unknown | JitWrapped, Unknown]`
[error] too-many-positional-arguments - :741:26 - Too many positional arguments: expected 1, got 2
[error] unknown-argument - :741:29 - Argument `precision` does not match any known parameter
[error] invalid-return-type - :1836:10 - Return type does not match returned value: expected `Array`, found `Unknown | JitWrapped`
[error] invalid-argument-type - :1836:32 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`
[error] too-many-positional-arguments - :1836:35 - Too many positional arguments: expected 1, got 2
[error] unknown-argument - :1836:43 - Argument `precision` does not match any known parameter
[error] too-many-positional-arguments - :1837:21 - Too many positional arguments: expected 1, got 2
[error] unknown-argument - :1837:36 - Argument `precision` does not match any known parameter
[error] invalid-argument-type - :1780:41 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`
[error] invalid-argument-type - :1783:41 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`

jax/_src/scipy/signal.py

[error] unsupported-operator - :559:38 - Unary operator `-` is not supported for object of type `Unknown | JitWrapped`
[error] invalid-argument-type - :559:50 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`
[error] too-many-positional-arguments - :559:53 - Too many positional arguments: expected 1, got 2
[error] unknown-argument - :559:59 - Argument `precision` does not match any known parameter

jax/_src/scipy/sparse/linalg.py

[error] invalid-argument-type - :189 -
Old: Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 9 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: int | float | complex | bytes | str) -> tuple[()], (a: list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]) -> tuple[int], (a: list[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]] | tuple[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements) -> tuple[Any, ...]]`
New: Argument to function `safe_map` is incorrect: Expected `(_SupportsShape[Never] | int | float | ... omitted 10 union elements, /) -> tuple[Any, ...] | tuple[int] | tuple[int, int]`, found `Overload[(a: _SupportsShape[Never]) -> tuple[Any, ...], [_ShapeT](a: _SupportsShape[_ShapeT]) -> _ShapeT, (a: int | float | complex | bytes | str) -> tuple[()], (a: list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]) -> tuple[int], (a: list[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...]] | tuple[list[int | float | complex | bytes | str] | tuple[int | float | complex | bytes | str, ...], ...]) -> tuple[int, int], (a: memoryview[int] | bytearray) -> tuple[int], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements) -> tuple[Any, ...]]`

jax/_src/util.py

[error] unresolved-attribute - :598 -
Old: Unresolved attribute `__name__` on type `T@wraps`
New: Unresolved attribute `__name__` on type `T@wrapper`
[error] unresolved-attribute - :602 -
Old: Unresolved attribute `__qualname__` on type `T@wraps`
New: Unresolved attribute `__qualname__` on type `T@wrapper`
[error] unresolved-attribute - :602 -
Old: Object of type `T@wraps` has no attribute `__name__`
New: Object of type `T@wrapper` has no attribute `__name__`
[error] unresolved-attribute - :603 -
Old: Unresolved attribute `__wrapped__` on type `T@wraps`
New: Unresolved attribute `__wrapped__` on type `T@wrapper`

jax/experimental/colocated_python/func.py

[error] unresolved-attribute - :687:5 - Unresolved attribute `specialize` on type `def __call__(...) -> Unknown`

jax/experimental/colocated_python/obj.py

[error] unresolved-attribute - :183:5 - Unresolved attribute `specialize` on type `def method_wrapper(...) -> Unknown`

jax/experimental/fused.py

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

jax/experimental/jax2tf/tests/jax2tf_test.py

[error] invalid-argument-type - :1053:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1053:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1078:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1078:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1083:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1083:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1088:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1088:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1113:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1113:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1118:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1118:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1123:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1123:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1155:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1155:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1160:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1160:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1165:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1165:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1201:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1201:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :1206:39 - Argument is incorrect: Expected `str`, found `int`
[warning] possibly-missing-attribute - :1206:51 - Attribute `start_line` may be missing on object of type `Frame | None`

jax/experimental/key_reuse/_core.py

[error] invalid-argument-type - :316:65 - Argument to function `issubdtype` is incorrect: Expected `str | type[Any] | dtype[Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :340:65 - Argument to function `issubdtype` is incorrect: Expected `str | type[Any] | dtype[Any] | ... omitted 3 union elements`, found `object`

jax/experimental/roofline/roofline.py

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

jax/experimental/scheduling_groups.py

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

jax/experimental/sparse/linalg.py

[error] not-iterable - :488:14 - Object of type `JitWrapped` is not iterable
[error] invalid-argument-type - :488:29 - Argument is incorrect: Expected `(...) -> Unknown`, found `Array`

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

src/jinja2/nativetypes.py

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

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

misc/python/materialize/cli/mz_workload_anonymize.py

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

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

mesonbuild/backend/ninjabackend.py

[error] invalid-argument-type - :1183:51 - Argument to bound method `should_use_dyndeps_for_target` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - :1184:56 - Argument to bound method `get_dep_scan_file_for` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[warning] possibly-missing-attribute - :2118:16 - Attribute `uses_rust_abi` may be missing on object of type `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - :2125:65 - Argument to function `_get_rust_dependency_name` is incorrect: Expected `SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[warning] possibly-missing-attribute - :2189:36 - Attribute `uses_rust` may be missing on object of type `BuildTarget | CustomTarget | CustomTargetIndex`
[warning] possibly-missing-attribute - :2264:20 - Attribute `get_exe_args` may be missing on object of type `RustdocTestCompiler | None`
[error] invalid-argument-type - :2265:73 - Argument to bound method `get_rust_compiler_args` is incorrect: Expected `Compiler`, found `RustdocTestCompiler | None`
[error] invalid-argument-type - :2270:92 - Argument to bound method `get_rust_compiler_deps_and_args` is incorrect: Expected `Compiler`, found `RustdocTestCompiler | None`
[error] unresolved-attribute - :2272:40 - Object of type `list[str]` has no attribute `to_native`
[error] unsupported-operator - :3834:22 - Operator `+` is not supported between objects of type `list[Unknown]` and `ImmutableListProtocol[str]`
[error] unsupported-operator - :3836:32 - Operator `+` is not supported between objects of type `list[Unknown]` and `ImmutableListProtocol[str]`
[error] invalid-assignment - :1704 -
Old: Invalid subscript assignment with key of type `Unknown` and value of type `CustomTarget | CustomTargetIndex | GeneratedList` on object of type `OrderedDict[str, File]`
New: Invalid subscript assignment with key of type `str` and value of type `CustomTarget | CustomTargetIndex | GeneratedList` on object of type `OrderedDict[str, File]`
[error] invalid-return-type - :2027 -
Old: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], None | str | Unknown]`
New: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], None | str]`
[error] invalid-return-type - :2042 -
Old: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], None | Unknown | str]`
New: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], None | str]`
[error] invalid-argument-type - :3777:61 - Argument to bound method `build_target_link_arguments` is incorrect: Expected `list[Target]`, found `list[Unknown] | OrderedSet[BuildTarget | CustomTarget | CustomTargetIndex]`

mesonbuild/build.py

[error] unresolved-attribute - :2480:9 - Object of type `Mapping[str, str]` has no attribute `update`
[warning] possibly-missing-attribute - :2031 -
Old: Attribute `absolute_path` may be missing on object of type `Unknown | FileInTargetPrivateDir | (File & ~CustomTarget & ~CustomTargetIndex & ~GeneratedList & ~str)`
New: Attribute `absolute_path` may be missing on object of type `Unknown | File | FileInTargetPrivateDir`
[error] invalid-argument-type - :2844:51 - Argument to bound method `flatten_command` is incorrect: Expected `Sequence[str | File | Program | ... omitted 3 union elements]`, found `File`

mesonbuild/wrap/wrap.py

[error] invalid-argument-type - :964:36 - Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `list[Unknown | str | None] | list[Unknown | str]`

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

test/mitmproxy/tools/console/test_flowview.py

[error] invalid-assignment - :92 -
Old: Object of type `MagicMock` is not assignable to attribute `_get_content_view` of type `_lru_cache_wrapper[Unknown]`
New: Object of type `MagicMock` is not assignable to attribute `_get_content_view` of type `_lru_cache_wrapper[tuple[str, list[Unknown]]]`

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

optuna/cli.py

[error] invalid-argument-type - :733:17 - Argument is incorrect: Expected `BaseSampler | None`, found `Unknown | BaseStorage | bool | None`

optuna/_convert_positional_args.py

[error] unresolved-attribute - :98 -
Old: Object of type `(**_P@convert_positional_args) -> _T@convert_positional_args` has no attribute `__name__`
New: Object of type `(**_P@converter_decorator) -> _T@converter_decorator` has no attribute `__name__`
[error] unresolved-attribute - :106 -
Old: Object of type `(**_P@convert_positional_args) -> _T@convert_positional_args` has no attribute `__name__`
New: Object of type `(**_P@converter_decorator) -> _T@converter_decorator` has no attribute `__name__`
[error] unresolved-attribute - :119 -
Old: Object of type `(**_P@convert_positional_args) -> _T@convert_positional_args` has no attribute `__name__`
New: Object of type `(**_P@converter_decorator) -> _T@converter_decorator` has no attribute `__name__`
[error] unresolved-attribute - :129 -
Old: Object of type `(**_P@convert_positional_args) -> _T@convert_positional_args` has no attribute `__name__`
New: Object of type `(**_P@converter_decorator) -> _T@converter_decorator` has no attribute `__name__`

optuna/_deprecated.py

[error] unresolved-attribute - :107 -
Old: Object of type `(**FP@deprecated_func) -> FT@deprecated_func` has no attribute `__name__`
New: Object of type `(**FP@decorator) -> FT@decorator` has no attribute `__name__`

optuna/_experimental.py

[error] unresolved-attribute - :73 -
Old: Object of type `(**FP@experimental_func) -> FT@experimental_func` has no attribute `__qualname__`
New: Object of type `(**FP@decorator) -> FT@decorator` has no attribute `__qualname__`

optuna/storages/_rdb/alembic/versions/v1.3.0.a.py

[error] invalid-argument-type - :63:59 - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]`

optuna/storages/_rdb/alembic/versions/v3.0.0.c.py

[error] invalid-assignment - :128:25 - Object of type `(Unknown & ~None) | Column[int | float]` is not assignable to `int | float`

optuna/storages/_rdb/alembic/versions/v3.0.0.d.py

[error] invalid-assignment - :132:25 - Object of type `Unknown | Column[int | float]` is not assignable to `int | float`

optuna/storages/_rdb/models.py

[error] invalid-return-type - :105:16 - Return type does not match returned value: expected `list[StudyDirectionModel]`, found `list[Self@where_study_id]`
[error] invalid-return-type - :137:16 - Return type does not match returned value: expected `list[StudyUserAttributeModel]`, found `list[Self@where_study_id]`
[error] invalid-return-type - :169:16 - Return type does not match returned value: expected `list[StudySystemAttributeModel]`, found `list[Self@where_study_id]`
[error] invalid-return-type - :323:16 - Return type does not match returned value: expected `list[TrialUserAttributeModel]`, found `list[Self@where_trial_id]`
[error] invalid-return-type - :355:16 - Return type does not match returned value: expected `list[TrialSystemAttributeModel]`, found `list[Self@where_trial_id]`
[error] invalid-return-type - :399:16 - Return type does not match returned value: expected `list[TrialParamModel]`, found `list[Self@where_trial_id]`
[error] invalid-return-type - :461:16 - Return type does not match returned value: expected `list[TrialValueModel]`, found `list[Self@where_trial_id]`
[error] invalid-return-type - :533:16 - Return type does not match returned value: expected `list[TrialIntermediateValueModel]`, found `list[Self@where_trial_id]`

optuna/storages/_rdb/storage.py

[error] invalid-argument-type - :628:21 - Argument to function `json_to_distribution` is incorrect: Expected `str`, found `Unknown | Column[Unknown]`

tests/artifacts_tests/test_upload_artifact.py

[error] missing-argument - :126:23 - No arguments provided for required parameters `file_path`, `study_or_trial`
[error] missing-argument - :133:23 - No argument provided for required parameter `study_or_trial`
[warning] unused-type-ignore-comment - :123:74 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :127:21 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :134:21 - Unused blanket `type: ignore` directive

tests/storages_tests/rdb_tests/test_storage.py

[error] not-subscriptable - :297:30 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :298:29 - Cannot subscript object of type `None` with no `__getitem__` method

tests/study_tests/test_study.py

[error] invalid-argument-type - :1156:36 - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `Unknown | list[int | float] | None`
[error] invalid-argument-type - :1161:36 - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `Unknown | list[int | float] | None`
[error] invalid-argument-type - :1166:36 - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `Unknown | list[int | float] | None`
[error] invalid-argument-type - :1252:19 - Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[int | float] | None`
[warning] unused-type-ignore-comment - :174:59 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :699:51 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1450:39 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1520:47 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1526:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1547:66 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1588:31 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1705:69 - Unused blanket `type: ignore` directive

tests/test_convert_positional_args.py

[warning] unused-type-ignore-comment - :39:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :60:36 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :61:38 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :137:38 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :141:40 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :33 -
Old: Object of type `(...) -> Unknown` has no attribute `__name__`
New: Object of type `(*, a: int, b: int, c: int) -> int` has no attribute `__name__`

tests/test_deprecated.py

[warning] unused-type-ignore-comment - :76:33 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :56 -
Old: Object of type `(...) -> Unknown` has no attribute `__name__`
New: Object of type `() -> int` has no attribute `__name__`
[error] unresolved-attribute - :72 -
Old: Object of type `(...) -> Unknown` has no attribute `__name__`
New: Object of type `(self) -> None` has no attribute `__name__`
[error] unresolved-attribute - :137 -
Old: Object of type `(...) -> Unknown` has no attribute `__name__`
New: Object of type `() -> int` has no attribute `__name__`
[error] unresolved-attribute - :192 -
Old: Object of type `(...) -> Unknown` has no attribute `__name__`
New: Object of type `() -> int` has no attribute `__name__`

tests/test_experimental.py

[warning] unused-type-ignore-comment - :85:33 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :55 -
Old: Object of type `(...) -> Unknown` has no attribute `__name__`
New: Object of type `() -> int` has no attribute `__name__`
[error] unresolved-attribute - :68 -
Old: Object of type `(...) -> Unknown` has no attribute `__name__`
New: Object of type `() -> None` has no attribute `__name__`
[error] unresolved-attribute - :81 -
Old: Object of type `(...) -> Unknown` has no attribute `__name__`
New: Object of type `(self) -> None` has no attribute `__name__`

tests/trial_tests/test_trial.py

[warning] unused-type-ignore-comment - :459:60 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :593:30 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :594:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :600:32 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :603:33 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :606:37 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :609:34 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :619:31 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :620:39 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :624:36 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :627:37 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :630:41 - Unused blanket `type: ignore` directive

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

paasta_tools/cli/cmds/validate.py

[error] unresolved-attribute - :913:33 - Object of type `InstanceConfig` has no attribute `get_min_instances`
[error] unresolved-attribute - :914:33 - Object of type `InstanceConfig` has no attribute `get_max_instances`

paasta_tools/mesos_tools.py

[error] invalid-argument-type - :498:9 - Argument is incorrect: Expected `list[str]`, found `Sequence[str] | None`
[error] invalid-argument-type - :499:9 - Argument is incorrect: Expected `list[str]`, found `Sequence[str] | None`
[error] invalid-argument-type - :500:9 - Argument is incorrect: Expected `str`, found `Sequence[str] | None`

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

pandas/tests/apply/test_str.py

[error] no-matching-overload - :137:16 - No overload of function `isclose` matches arguments

pandas/tests/arrays/boolean/test_comparison.py

[error] unresolved-attribute - :48:21 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :48:30 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :49:16 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :49:26 - Object of type `ExtensionArray` has no attribute `_mask`

pandas/tests/arrays/boolean/test_logical.py

[error] unsupported-operator - :96:18 - Operator `|` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :102:18 - Operator `|` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :142:18 - Operator `&` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :148:18 - Operator `&` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :186:18 - Operator `^` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :192:18 - Operator `^` is not supported between two objects of type `ExtensionArray`

pandas/tests/arrays/boolean/test_ops.py

[error] unsupported-operator - :9:41 - Unary operator `~` is not supported for object of type `ExtensionArray`
[error] invalid-argument-type - :25:22 - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `ExtensionArray`

pandas/tests/arrays/floating/test_arithmetic.py

[error] unsupported-operator - :57:14 - Operator `**` is not supported between objects of type `ExtensionArray` and `Literal[0]`
[error] unsupported-operator - :61:14 - Operator `**` is not supported between objects of type `ExtensionArray` and `Literal[1]`
[error] unsupported-operator - :65:14 - Operator `**` is not supported between objects of type `ExtensionArray` and `NAType`
[error] unsupported-operator - :69:14 - Operator `**` is not supported between objects of type `ExtensionArray` and `int | float`
[error] unresolved-attribute - :76:18 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unsupported-operator - :83:14 - Operator `**` is not supported between objects of type `Literal[0]` and `ExtensionArray`
[error] unsupported-operator - :87:14 - Operator `**` is not supported between objects of type `Literal[1]` and `ExtensionArray`
[error] unsupported-operator - :91:14 - Operator `**` is not supported between objects of type `NAType` and `ExtensionArray`
[error] unsupported-operator - :95:14 - Operator `**` is not supported between objects of type `int | float` and `ExtensionArray`
[error] unresolved-attribute - :99:82 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unsupported-operator - :107:14 - Operator `**` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :229:42 - Unary operator `-` is not supported for object of type `ExtensionArray`
[error] unsupported-operator - :229:48 - Unary operator `+` is not supported for object of type `ExtensionArray`
[error] invalid-argument-type - :229:58 - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `ExtensionArray`
[error] unsupported-operator - :244:9 - Operator `|` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :246:9 - Operator `&` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :248:9 - Operator `^` is not supported between two objects of type `ExtensionArray`

pandas/tests/arrays/floating/test_astype.py

[error] unresolved-attribute - :97:29 - Object of type `ndarray[tuple[Any, ...], dtype[Any]] & ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :97:43 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :98:29 - Object of type `ndarray[tuple[Any, ...], dtype[Any]] & ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :98:43 - Object of type `ExtensionArray` has no attribute `_mask`

pandas/tests/arrays/floating/test_contains.py

[error] unsupported-operator - :8:11 - Operator `/` is not supported between objects of type `ExtensionArray` and `Literal[0]`

pandas/tests/arrays/floating/test_function.py

[error] invalid-argument-type - :96:25 - Argument to bound method `reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] unresolved-attribute - :97:16 - Object of type `ExtensionArray` has no attribute `sum`
[error] unresolved-attribute - :157:14 - Object of type `ExtensionArray` has no attribute `sum`
[error] no-matching-overload - :169:14 - No overload of function `sum` matches arguments
[error] unresolved-attribute - :214:14 - Object of type `ExtensionArray` has no attribute `prod`

pandas/tests/arrays/integer/test_dtypes.py

[error] unresolved-attribute - :162:29 - Object of type `ndarray[tuple[Any, ...], dtype[Any]] & ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :162:43 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :163:29 - Object of type `ndarray[tuple[Any, ...], dtype[Any]] & ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :163:43 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unsupported-operator - :216:11 - Operator `*` is not supported between objects of type `ExtensionArray` and `Literal[1000000000]`

pandas/tests/arrays/integer/test_function.py

[error] unresolved-attribute - :38:67 - Object of type `ExtensionArray` has no attribute `_mask`
[error] invalid-argument-type - :115:25 - Argument to bound method `reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] unresolved-attribute - :116:16 - Object of type `ExtensionArray` has no attribute `sum`
[error] unresolved-attribute - :179:14 - Object of type `ExtensionArray` has no attribute `sum`
[error] unresolved-attribute - :202:14 - Object of type `ExtensionArray` has no attribute `prod`
[error] no-matching-overload - :214:14 - No overload of function `sum` matches arguments

pandas/tests/arrays/integer/test_indexing.py

[error] unsupported-operator - :16:9 - Operator `>` is not supported between objects of type `ExtensionArray` and `Literal[1]`

pandas/tests/arrays/interval/test_interval_pyarrow.py

[error] unresolved-attribute - :34:34 - Object of type `ExtensionArray` has no attribute `closed`

pandas/tests/arrays/masked_shared.py

[error] unresolved-attribute - :46:25 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :47:55 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :77:21 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :77:33 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :78:16 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :78:29 - Object of type `ExtensionArray` has no attribute `_mask`
[error] no-matching-overload - :138:15 - No overload matches arguments
[error] no-matching-overload - :143:15 - No overload matches arguments

pandas/tests/arrays/numpy_/test_indexing.py

[error] invalid-argument-type - :39:61 - Argument to function `argsort` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`

pandas/tests/arrays/string_/test_string_arrow.py

[error] unresolved-attribute - :29:16 - Object of type `ExtensionDtype` has no attribute `storage`

pandas/tests/arrays/test_array.py

[error] invalid-argument-type - :470:18 - Argument to function `array` is incorrect: Expected `Sequence[object] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Literal[1]`
[error] invalid-argument-type - :478:18 - Argument to function `array` is incorrect: Expected `Sequence[object] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `DataFrame`

pandas/tests/construction/test_extract_array.py

[error] invalid-argument-type - :16:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :18:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/copy_view/index/test_intervalindex.py

[error] unresolved-attribute - :23:5 - Object of type `ExtensionArray` has no attribute `_left`
[error] unresolved-attribute - :24:5 - Object of type `ExtensionArray` has no attribute `_right`
[error] unresolved-attribute - :26:33 - Object of type `ExtensionArray` has no attribute `_left`

pandas/tests/copy_view/index/test_periodindex.py

[error] unresolved-attribute - :39:5 - Object of type `ExtensionArray` has no attribute `_ndarray`
[error] unresolved-attribute - :41:33 - Object of type `ExtensionArray` has no attribute `_ndarray`

pandas/tests/copy_view/test_constructors.py

[error] unresolved-attribute - :356:15 - Object of type `ExtensionArray` has no attribute `_data`

pandas/tests/frame/methods/test_asfreq.py

[error] unresolved-attribute - :214:13 - Object of type `DatetimeIndex` has no attribute `normalize`

pandas/tests/indexes/base_class/test_pickle.py

[error] invalid-argument-type - :11:34 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DataFrame | Series`

pandas/tests/indexes/datetimes/test_datetime.py

[error] unresolved-attribute - :69:30 - Object of type `DatetimeIndex` has no attribute `day`

pandas/tests/indexes/datetimes/test_npfuncs.py

[error] invalid-argument-type - :13:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

pandas/tests/indexes/datetimes/test_pickle.py

[error] invalid-argument-type - :25:36 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DataFrame | Series`
[error] invalid-argument-type - :32:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DataFrame | Series`
[error] invalid-argument-type - :39:38 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DataFrame | Series`

pandas/tests/indexes/interval/test_interval_range.py

[warning] possibly-missing-attribute - :87:16 - Attribute `n` may be missing on object of type `BaseOffset | None`
[error] unresolved-attribute - :201:18 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[error] unresolved-attribute - :207:18 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[error] unresolved-attribute - :213:18 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[error] unresolved-attribute - :219:18 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[error] unresolved-attribute - :234:18 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`

pandas/tests/indexes/interval/test_pickle.py

[error] invalid-argument-type - :10:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DataFrame | Series`

pandas/tests/indexes/multi/test_analytics.py

[error] invalid-argument-type - :92:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[int], dtype[Unknown]]`

pandas/tests/indexes/period/test_period_range.py

[error] invalid-argument-type - :23:50 - Argument to function `period_range` is incorrect: Expected `int | None`, found `Literal["B"]`
[error] invalid-argument-type - :77:42 - Argument to function `period_range` is incorrect: Expected `int | None`, found `Literal["foo"]`

pandas/tests/indexes/period/test_pickle.py

[error] invalid-argument-type - :19:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DataFrame | Series`

pandas/tests/indexes/period/test_scalar_compat.py

[error] unresolved-attribute - :18:31 - Object of type `PeriodIndex` has no attribute `start_time`
[error] unresolved-attribute - :25:31 - Object of type `PeriodIndex` has no attribute `end_time`
[error] unresolved-attribute - :34:18 - Object of type `PeriodIndex` has no attribute `end_time`

pandas/tests/indexes/test_any_index.py

[error] invalid-argument-type - :107:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DataFrame | Series`

pandas/tests/indexes/test_index_new.py

[error] unresolved-attribute - :366:26 - Object of type `TimedeltaIndex` has no attribute `to_pytimedelta`
[error] unresolved-attribute - :375:26 - Object of type `DatetimeIndex` has no attribute `to_pydatetime`

pandas/tests/indexes/timedeltas/test_constructors.py

[error] invalid-argument-type - :152:39 - Argument to function `timedelta_range` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - :157:45 - Argument to function `timedelta_range` is incorrect: Expected `int | None`, found `Literal["foo"]`

pandas/tests/indexes/timedeltas/test_pickle.py

[error] invalid-argument-type - :11:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DataFrame | Series`

pandas/tests/indexes/timedeltas/test_timedelta.py

[error] unresolved-attribute - :16:30 - Object of type `TimedeltaIndex` has no attribute `days`
[error] unresolved-attribute - :31:31 - Object of type `TimedeltaIndex` has no attribute `days`
[error] unresolved-attribute - :33:13 - Object of type `TimedeltaIndex` has no attribute `seconds`
[error] unresolved-attribute - :37:13 - Object of type `TimedeltaIndex` has no attribute `microseconds`
[error] unresolved-attribute - :40:31 - Object of type `TimedeltaIndex` has no attribute `nanoseconds`
[error] unresolved-attribute - :44:13 - Object of type `TimedeltaIndex` has no attribute `hours`
[error] unresolved-attribute - :46:13 - Object of type `TimedeltaIndex` has no attribute `minutes`
[error] unresolved-attribute - :48:13 - Object of type `TimedeltaIndex` has no attribute `milliseconds`
[error] unresolved-attribute - :61:16 - Object of type `TimedeltaIndex` has no attribute `days`

pandas/tests/indexing/test_scalar.py

[error] unresolved-attribute - :235:18 - Object of type `DatetimeIndex` has no attribute `to_pydatetime`

pandas/tests/io/formats/test_to_markdown.py

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

pandas/tests/io/json/test_compression.py

[error] invalid-argument-type - :84:31 - Argument to bound method `to_json` is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `Literal["unsupported"]`
[error] invalid-argument-type - :90:33 - Argument to function `read_json` is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `Literal["unsupported"]`

pandas/tests/io/json/test_normalize.py

[error] invalid-argument-type - :520:28 - Argument to function `json_normalize` is incorrect: Expected `dict[Unknown, Unknown] | list[dict[Unknown, Unknown]] | Series`, found `list[Unknown | int | float | dict[Unknown | str, Unknown | int]]`
[error] invalid-argument-type - :523:28 - Argument to function `json_normalize` is incorrect: Expected `dict[Unknown, Unknown] | list[dict[Unknown, Unknown]] | Series`, found `list[Unknown | int | float | dict[Unknown | str, Unknown | int]]`
[error] invalid-argument-type - :937:34 - Argument to function `json_normalize` is incorrect: Expected `str | list[str | list[str]] | None`, found `list[str | list[str] | int]`
[error] invalid-argument-type - :940:58 - Argument to function `json_normalize` is incorrect: Expected `str | list[str | list[str]] | None`, found `list[str | list[str] | int]`

pandas/tests/io/parser/test_read_fwf.py

[error] invalid-argument-type - :206:34 - Argument to function `read_fwf` is incorrect: Expected `Sequence[tuple[int, int]] | str | None`, found `dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - :222:34 - Argument to function `read_fwf` is incorrect: Expected `Sequence[tuple[int, int]] | str | None`, found `list[tuple[str, int]]`
[error] no-matching-overload - :542:16 - No overload of function `read_fwf` matches arguments
[error] no-matching-overload - :545:14 - No overload of function `read_fwf` matches arguments
[error] invalid-argument-type - :556:39 - Argument to function `read_fwf` is incorrect: Expected `Sequence[tuple[int, int]] | str | None`, found `list[Unknown | tuple[int, int] | tuple[int, None]]`
[error] no-matching-overload - :652:16 - No overload of function `read_fwf` matches arguments
[error] no-matching-overload - :662:14 - No overload of function `read_fwf` matches arguments

pandas/tests/io/parser/test_unsupported.py

[error] no-matching-overload - :107:17 - No overload of function `read_csv` matches arguments
[error] no-matching-overload - :128:13 - No overload of function `read_csv` matches arguments
[error] no-matching-overload - :151:17 - No overload of function `read_csv` matches arguments

pandas/tests/io/sas/test_sas.py

[error] no-matching-overload - :19:13 - No overload of function `read_sas` matches arguments

pandas/tests/io/sas/test_sas7bdat.py

[error] unresolved-attribute - :105:27 - Object of type `SASReader` has no attribute `row_count`
[error] unresolved-attribute - :108:27 - Object of type `SASReader` has no attribute `row_count`
[error] unresolved-attribute - :116:16 - Object of type `SASReader` has no attribute `columns`
[error] invalid-assignment - :118:13 - Cannot assign to a subscript on an object of type `SASReader`
[error] unresolved-attribute - :125:21 - Object of type `SASReader` has no attribute `columns`
[error] unresolved-attribute - :134:16 - Object of type `SASReader` has no attribute `inferred_encoding`
[error] invalid-assignment - :188:5 - Cannot assign to a subscript on an object of type `SASReader`
[error] not-subscriptable - :213:14 - Cannot subscript object of type `SASReader` with no `__getitem__` method
[error] not-subscriptable - :214:16 - Cannot subscript object of type `SASReader` with no `__getitem__` method
[error] invalid-argument-type - :233:16 - Argument to function `len` is incorrect: Expected `Sized`, found `SASReader`
[error] invalid-argument-type - :381:16 - Argument to function `len` is incorrect: Expected `Sized`, found `SASReader`

pandas/tests/io/sas/test_xport.py

[error] unresolved-attribute - :34:20 - Object of type `SASReader` has no attribute `shape`
[error] unresolved-attribute - :48:20 - Object of type `SASReader` has no attribute `get_chunk`
[error] unresolved-attribute - :82:20 - Object of type `SASReader` has no attribute `get_chunk`
[error] unresolved-attribute - :145:31 - Object of type `SASReader` has no attribute `astype`

pandas/tests/io/test_spss.py

[error] invalid-argument-type - :134:30 - Argument to function `read_spss` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Literal["numpy"]`

pandas/tests/io/xml/test_xml_dtypes.py

[error] invalid-argument-type - :301:24 - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type] | None`, found `set[Unknown | str | <class 'str'>]`
[error] invalid-argument-type - :308:24 - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type] | None`, found `dict[Hashable, ((ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type) | int | float]`
[error] invalid-argument-type - :315:24 - Argument to function `read_xml` is incorrect: Expected `dict[Hashable, (ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type] | None`, found `dict[Hashable, ((ExtensionDtype | str | dtype[Any] | type, /) -> ExtensionDtype | str | dtype[Any] | type) | str]`
[error] invalid-argument-type - :443:29 - Argument to function `read_xml` is incorrect: Expected `bool | list[Hashable] | list[list[Hashable]] | dict[Hashable, list[Hashable]] | None`, found `set[Unknown | str]`

pandas/tests/plotting/test_boxplot_method.py

[error] invalid-argument-type - :325:49 - Argument to bound method `boxplot_frame` is incorrect: Expected `bool`, found `Unknown | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :325:49 - Argument to bound method `boxplot_frame` is incorrect: Expected `int | None`, found `Unknown | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :325:49 - Argument to bound method `boxplot_frame` is incorrect: Expected `int`, found `Unknown | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :325:49 - Argument to bound method `boxplot_frame` is incorrect: Expected `tuple[int | float, int | float] | None`, found `Unknown | dict[Unknown | str, Unknown | str]`

pandas/tests/plotting/test_hist_method.py

[error] invalid-argument-type - :421:21 - Argument to bound method `hist_frame` is incorrect: Expected `tuple[int, int] | None`, found `tuple[Literal[1]]`
[error] invalid-argument-type - :794:29 - Argument to bound method `hist_frame` is incorrect: Expected `tuple[int, int] | None`, found `Literal["default"]`

pandas/tests/plotting/test_series.py

[error] unresolved-attribute - :990:21 - Object of type `PeriodIndex` has no attribute `year`

pandas/tests/reshape/concat/test_dataframe.py

[error] no-matching-overload - :151:13 - No overload of function `concat` matches arguments

pandas/tests/reshape/concat/test_sort.py

[error] no-matching-overload - :118:13 - No overload of function `concat` matches arguments

pandas/tests/reshape/test_crosstab.py

[error] invalid-argument-type - :477:77 - Argument to function `crosstab` is incorrect: Expected `bool | Literal[0, 1, "all", "index", "columns"]`, found `Unknown | bool | str`
[error] invalid-argument-type - :506:34 - Argument to function `crosstab` is incorrect: Expected `bool | Literal[0, 1, "all", "index", "columns"]`, found `Literal["42"]`
[error] invalid-argument-type - :509:34 - Argument to function `crosstab` is incorrect: Expected `bool | Literal[0, 1, "all", "index", "columns"]`, found `Literal[42]`
[error] invalid-argument-type - :513:51 - Argument to function `crosstab` is incorrect: Expected `bool`, found `Literal[42]`

pandas/tests/reshape/test_from_dummies.py

[error] invalid-argument-type - :45:22 - Argument to function `from_dummies` is incorrect: Expected `DataFrame`, found `list[Unknown | int]`
[error] invalid-argument-type - :127:37 - Argument to function `from_dummies` is incorrect: Expected `None | str`, found `list[Unknown | str]`

pandas/tests/series/indexing/test_datetime.py

[error] unresolved-attribute - :178:39 - Object of type `DatetimeIndex` has no attribute `tzinfo`
[error] unresolved-attribute - :179:57 - Object of type `DatetimeIndex` has no attribute `tzinfo`
[warning] possibly-missing-attribute - :353:12 - Attribute `over_size_threshold` may be missing on object of type `IndexEngine | ExtensionEngine`

pandas/tests/series/indexing/test_getitem.py

[error] unresolved-attribute - :142:39 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :161:17 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :161:35 - Object of type `DatetimeIndex` has no attribute `minute`

pandas/tests/series/methods/test_convert_dtypes.py

[error] no-matching-overload - :329:13 - No overload of function `to_datetime` matches arguments

pandas/tests/series/methods/test_to_csv.py

[error] no-matching-overload - :20:15 - No overload of function `read_csv` matches arguments

pandas/tests/test_col.py

[error] no-matching-overload - :37:10 - No overload matches arguments
[error] no-matching-overload - :38:10 - No overload matches arguments

pandas/tests/tools/test_to_numeric.py

[error] invalid-argument-type - :426:26 - Argument to function `to_numeric` is incorrect: Expected `Literal["integer", "signed", "unsigned", "float"] | None`, found `Literal["unsigned-integer"]`
[error] invalid-argument-type - :436:26 - Argument to function `to_numeric` is incorrect: Expected `Literal["raise", "coerce"]`, found `Literal["invalid"]`
[error] invalid-argument-type - :895:25 - Argument to function `to_numeric` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Literal["numpy"]`

pandas/tests/tools/test_to_timedelta.py

[error] no-matching-overload - :50:13 - No overload of function `to_timedelta` matches arguments
[error] no-matching-overload - :60:16 - No overload of function `to_timedelta` matches arguments
[error] no-matching-overload - :156:13 - No overload of function `to_timedelta` matches arguments
[error] no-matching-overload - :163:13 - No overload of function `to_timedelta` matches arguments
[error] no-matching-overload - :171:13 - No overload of function `to_timedelta` matches arguments
[error] no-matching-overload - :172:16 - No overload of function `to_timedelta` matches arguments

pandas/tests/util/test_assert_interval_array_equal.py

[error] invalid-argument-type - :42:38 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - :43:38 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - :58:35 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - :59:35 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - :74:36 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - :75:36 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`

pandas/tests/window/test_pairwise.py

[error] invalid-argument-type - :257:13 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - :258:13 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - :319:13 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - :320:13 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/core/algorithms.py

[error] invalid-argument-type - :546:43 - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | (Index & ~MultiIndex) | (Series & ~MultiIndex) | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]] & ~MultiIndex)`
[error] no-matching-overload - :924:18 - No overload of bound method `sort_values` matches arguments
[error] invalid-return-type - :932:12 - Return type does not match returned value: expected `Series`, found `Unknown | DataFrame | Series`

pandas/core/arrays/_arrow_string_mixins.py

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

pandas/core/arrays/_mixins.py

[error] invalid-method-override - :237:9 - Invalid override of method `_concat_same_type`: Definition is incompatible with `NDArrayBacked._concat_same_type`

pandas/core/arrays/boolean.py

[warning] redundant-cast - :230:23 - Value is already of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`

pandas/core/arrays/categorical.py

[error] invalid-return-type - :2638:16 - Return type does not match returned value: expected `Self@_concat_same_type`, found `Categorical`
[error] invalid-method-override - :2611 -
Old: Invalid override of method `_concat_same_type`: Definition is incompatible with `NDArrayBacked._concat_same_type`
New: Invalid override of method `_concat_same_type`: Definition is incompatible with `NDArrayBackedExtensionArray._concat_same_type`

pandas/core/arrays/datetimelike.py

[warning] unused-type-ignore-comment - :490:80 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1837:74 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :721:16 - Attribute `categories` may be missing on object of type `Unknown | Self@_validate_listlike`
[error] unresolved-attribute - :721:16 - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `categories`
[warning] possibly-missing-attribute - :723:25 - Attribute `_internal_get_values` may be missing on object of type `Unknown | Self@_validate_listlike`
[error] unresolved-attribute - :723:25 - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_internal_get_values`
[error] invalid-method-override - :2523 -
Old: Invalid override of method `_concat_same_type`: Definition is incompatible with `NDArrayBacked._concat_same_type`
New: Invalid override of method `_concat_same_type`: Definition is incompatible with `NDArrayBackedExtensionArray._concat_same_type`

pandas/core/arrays/datetimes.py

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

pandas/core/arrays/interval.py

[error] unresolved-attribute - :887:27 - Object of type `ExtensionArray & ~Top[Interval[Unknown]]` has no attribute `categories`
[error] unresolved-attribute - :891:35 - Object of type `ExtensionArray & ~Top[Interval[Unknown]]` has no attribute `categories`
[error] unresolved-attribute - :894:25 - Object of type `ExtensionArray & ~Top[Interval[Unknown]]` has no attribute `categories`
[error] unresolved-attribute - :895:21 - Object of type `ExtensionArray & ~Top[Interval[Unknown]]` has no attribute `codes`
[error] unresolved-attribute - :895:62 - Object of type `ExtensionArray & ~Top[Interval[Unknown]]` has no attribute `categories`
[warning] possibly-missing-attribute - :900:31 - Attribute `closed` may be missing on object of type `Unknown | ExtensionArray`

pandas/core/arrays/period.py

[warning] redundant-cast - :246:17 - Value is already of type `PeriodDtype`

pandas/core/arrays/sparse/array.py

[error] no-matching-overload - :465:29 - No overload of function `asarray` matches arguments
[warning] unused-type-ignore-comment - :437:47 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :492:31 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :497:60 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :978 -
Old: Attribute `any` may be missing on object of type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
New: Attribute `any` may be missing on object of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[warning] possibly-missing-attribute - :1963 -
Old: Attribute `sp_index` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
New: Attribute `sp_index` may be missing on object of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | Any`

pandas/core/arrays/string_.py

[warning] redundant-cast - :1012:23 - Value is already of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`

pandas/core/base.py

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

pandas/core/computation/align.py

[error] invalid-argument-type - :176:29 - Argument is incorrect: Argument type `list[Unknown]` does not satisfy upper bound `(...) -> Any` of type variable `F'return`

pandas/core/dtypes/dtypes.py

[error] invalid-assignment - :1330:13 - Object of type `dtype[Any] | ExtensionDtype` is not assignable to attribute `_subtype` of type `None | dtype[Any]`

pandas/core/frame.py

[error] invalid-method-override - :16025:9 - Invalid override of method `min`: Definition is incompatible with `NDFrame.min`
[error] invalid-method-override - :16132:9 - Invalid override of method `max`: Definition is incompatible with `NDFrame.max`
[error] invalid-method-override - :16427:9 - Invalid override of method `mean`: Definition is incompatible with `NDFrame.mean`
[error] invalid-method-override - :16548:9 - Invalid override of method `median`: Definition is incompatible with `NDFrame.median`
[error] invalid-method-override - :16670:9 - Invalid override of method `sem`: Definition is incompatible with `NDFrame.sem`
[error] invalid-method-override - :16790:9 - Invalid override of method `var`: Definition is incompatible with `NDFrame.var`
[error] invalid-method-override - :16909:9 - Invalid override of method `std`: Definition is incompatible with `NDFrame.std`
[error] invalid-method-override - :17032:9 - Invalid override of method `skew`: Definition is incompatible with `NDFrame.skew`
[error] invalid-method-override - :17152:9 - Invalid override of method `kurt`: Definition is incompatible with `NDFrame.kurt`

pandas/core/generic.py

[error] no-matching-overload - :9667:16 - No overload of function `concat` matches arguments
[warning] redundant-cast - :6558:16 - Value is already of type `Self@astype`

pandas/core/groupby/grouper.py

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

pandas/core/indexers/utils.py

[warning] possibly-missing-attribute - :575 -
Old: Attribute `to_numpy` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
New: Attribute `to_numpy` may be missing on object of type `(Any & ~tuple[object, ...]) | ExtensionArray | ndarray[tuple[Any, ...], dtype[Unknown]]`

pandas/core/indexes/interval.py

[error] unsupported-operator - :1444 -
Old: Operator `*` is not supported between objects of type `Unknown | None | Literal[1, "D"]` and `float`
New: Operator `*` is not supported between objects of type `Number | number[Any, int | float | complex] | None | Unknown` and `float`

pandas/core/indexes/range.py

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

pandas/core/reshape/encoding.py

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

pandas/core/reshape/merge.py

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

pandas/core/strings/accessor.py

[warning] possibly-missing-attribute - :1552:20 - Attribute `flags` may be missing on object of type `str | Pattern[Unknown]`
[warning] possibly-missing-attribute - :1567:33 - Attribute `flags` may be missing on object of type `str | Pattern[Unknown] | Pattern[str]`
[warning] possibly-missing-attribute - :1572:38 - Attribute `flags` may be missing on object of type `str | Pattern[Unknown] | Pattern[str]`

pandas/io/parsers/arrow_parser_wrapper.py

[warning] possibly-missing-attribute - :201:32 - Attribute `get` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | dict[object, Unknown | dtype[Any] | ExtensionDtype]`
[warning] possibly-missing-attribute - :202:28 - Attribute `get` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | dict[object, Unknown | dtype[Any] | ExtensionDtype]`
[warning] possibly-missing-attribute - :203:52 - Attribute `get` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | dict[object, Unknown | dtype[Any] | ExtensionDtype]`
[error] not-subscriptable - :207:29 - Cannot delete subscript on object of type `ExtensionDtype` with no `__delitem__` method
[error] not-subscriptable - :207:29 - Cannot delete subscript on object of type `dtype[Any]` with no `__delitem__` method

pandas/io/parsers/base_parser.py

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

pandas/io/pytables.py

[warning] possibly-missing-attribute - :4611:24 - Attribute `all` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`

pandas/plotting/_matplotlib/core.py

[error] no-matching-overload - :1202:19 - No overload of function `tile` matches arguments

pandas/tests/arithmetic/test_datetime64.py

[error] unresolved-attribute - :432:48 - Object of type `DatetimeIndex` has no attribute `tzinfo`
[error] invalid-argument-type - :2061:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/arithmetic/test_numeric.py

[error] unresolved-attribute - :888:20 - Object of type `ExtensionArray` has no attribute `reshape`

pandas/tests/arithmetic/test_object.py

[error] not-iterable - :89:47 - Object of type `Period | BaseOffset` is not iterable
[error] unsupported-operator - :90:18 - Operator `+` is not supported between objects of type `Period | BaseOffset` and `Period`
[error] invalid-argument-type - :94:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period`
[error] invalid-argument-type - :358:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/arithmetic/test_period.py

[error] invalid-argument-type - :804:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :1476:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset`
[error] invalid-argument-type - :1635:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset`
[error] invalid-argument-type - :1648:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset`
[error] invalid-argument-type - :1673:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset`
[error] invalid-argument-type - :1679:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Period | BaseOffset`

pandas/tests/arithmetic/test_string.py

[error] unsupported-operator - :238:14 - Operator `+` is not supported between objects of type `ExtensionArray` and `list[Unknown | str | None]`
[error] unsupported-operator - :242:14 - Operator `+` is not supported between objects of type `list[Unknown | str | None]` and `ExtensionArray`
[error] unsupported-operator - :250:14 - Operator `*` is not supported between objects of type `ExtensionArray` and `Literal[2]`
[error] unsupported-operator - :254:14 - Operator `*` is not supported between objects of type `Literal[2]` and `ExtensionArray`
[error] unresolved-attribute - :265:12 - Object of type `ExtensionArray` has no attribute `__add__`
[error] unresolved-attribute - :281:12 - Object of type `ExtensionArray` has no attribute `__add__`

pandas/tests/arithmetic/test_timedelta64.py

[error] unsupported-operator - :668:24 - Operator `*` is not supported between objects of type `Literal[1]` and `BaseOffset | None`
[error] unsupported-operator - :673:24 - Operator `*` is not supported between objects of type `Literal[2]` and `BaseOffset | None`
[error] unresolved-attribute - :691:16 - Object of type `Index` has no attribute `freq`

pandas/tests/arrays/boolean/test_function.py

[error] unresolved-attribute - :15:31 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :15:40 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :16:14 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :21:32 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :21:41 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :22:14 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :28:31 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :29:14 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :33:36 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :34:14 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :39:31 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :40:14 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :44:37 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :45:14 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :58:31 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :59:14 - Object of type `ExtensionArray` has no attribute `_mask`
[error] unresolved-attribute - :64:32 - Object of type `ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :65:14 - Object of type `ExtensionArray` has no attribute `_mask`
[error] invalid-argument-type - :84:25 - Argument to bound method `reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] unresolved-attribute - :88:20 - Object of type `ExtensionArray` has no attribute `_data`

pandas/tests/arrays/categorical/test_astype.py

[error] unsupported-operator - :84:20 - Operator `/` is not supported between objects of type `ExtensionArray` and `Literal[2]`
[error] unresolved-attribute - :164:9 - Object of type `ExtensionArray` has no attribute `_mask`

pandas/tests/arrays/datetimes/test_constructors.py

[error] unsupported-operator - :46:15 - Operator `*` is not supported between objects of type `ExtensionArray` and `Literal[3600]`

pandas/tests/arrays/floating/test_construction.py

[error] unresolved-attribute - :93:9 - Object of type `ExtensionArray` has no attribute `_mask`

pandas/tests/arrays/integer/test_arithmetic.py

[error] unsupported-operator - :40:14 - Operator `-` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :49:14 - Operator `/` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :75:14 - Operator `//` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :100:14 - Operator `%` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :107:14 - Operator `**` is not supported between objects of type `ExtensionArray` and `Literal[0]`
[error] unsupported-operator - :111:14 - Operator `**` is not supported between objects of type `ExtensionArray` and `Literal[1]`
[error] unsupported-operator - :115:14 - Operator `**` is not supported between objects of type `ExtensionArray` and `NAType`
[error] unsupported-operator - :119:14 - Operator `**` is not supported between objects of type `ExtensionArray` and `int | float`
[error] unsupported-operator - :132:14 - Operator `**` is not supported between objects of type `Literal[0]` and `ExtensionArray`
[error] unsupported-operator - :136:14 - Operator `**` is not supported between objects of type `Literal[1]` and `ExtensionArray`
[error] unsupported-operator - :140:14 - Operator `**` is not supported between objects of type `NAType` and `ExtensionArray`
[error] unsupported-operator - :144:14 - Operator `**` is not supported between objects of type `int | float` and `ExtensionArray`
[error] unsupported-operator - :158:14 - Operator `**` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :312:42 - Unary operator `-` is not supported for object of type `ExtensionArray`
[error] unsupported-operator - :312:48 - Unary operator `+` is not supported for object of type `ExtensionArray`
[error] invalid-argument-type - :312:58 - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `ExtensionArray`
[error] unsupported-operator - :335:14 - Operator `|` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :339:14 - Operator `&` is not supported between two objects of type `ExtensionArray`
[error] unsupported-operator - :343:14 - Operator `^` is not supported between two objects of type `ExtensionArray`

pandas/tests/arrays/numpy_/test_numpy.py

[error] invalid-argument-type - :348:69 - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | NumpyExtensionArray`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`

pandas/tests/arrays/test_datetimes.py

[error] unresolved-attribute - :90:26 - Object of type `DatetimeIndex` has no attribute `normalize`
[error] unresolved-attribute - :125:23 - Object of type `DatetimeIndex` has no attribute `std`
[warning] possibly-missing-attribute - :257:14 - Attribute `as_unit` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] invalid-argument-type - :642:35 - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType | Unknown`
[warning] possibly-missing-attribute - :685:32 - Attribute `to_pydatetime` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :685:52 - Attribute `to_datetime64` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :692:32 - Attribute `to_pydatetime` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :701:14 - Attribute `tz_localize` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :707:14 - Attribute `tz_localize` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] invalid-argument-type - :618:37 - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType | Unknown`
[error] invalid-argument-type - :619:35 - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType | Unknown`
[error] invalid-argument-type - :637:30 - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType`

pandas/tests/arrays/test_ndarray_backed.py

[error] invalid-argument-type - :51:46 - Argument to bound method `_empty` is incorrect: Expected `ExtensionDtype`, found `dtype[Any] | ExtensionDtype`

pandas/tests/arrays/test_timedeltas.py

[error] unresolved-attribute - :70:18 - Object of type `ExtensionArray` has no attribute `total_seconds`

pandas/tests/extension/base/reshaping.py

[error] not-subscriptable - :27:21 - Cannot subscript object of type `ExtensionDtype` with no `__getitem__` method

pandas/tests/extension/date/array.py

[error] invalid-argument-type - :133:34 - Argument to bound method `to_numpy` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`, found `dtype[Any] | (ExtensionDtype & ~DateDtype)`

pandas/tests/extension/decimal/test_decimal.py

[error] unknown-argument - :424:25 - Argument `decimals` does not match any known parameter of bound method `to_numpy`

pandas/tests/extension/json/array.py

[error] no-matching-overload - :240:20 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :242:20 - No overload of function `array` matches arguments

pandas/tests/frame/methods/test_at_time.py

[error] unresolved-attribute - :108:24 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :108:42 - Object of type `DatetimeIndex` has no attribute `minute`
[error] unresolved-attribute - :108:63 - Object of type `DatetimeIndex` has no attribute `second`

pandas/tests/frame/methods/test_convert_dtypes.py

[error] no-matching-overload - :223:21 - No overload of function `to_datetime` matches arguments

pandas/tests/frame/methods/test_to_csv.py

[error] no-matching-overload - :34:16 - No overload of function `read_csv` matches arguments

pandas/tests/frame/test_constructors.py

[error] unresolved-attribute - :2919:45 - Object of type `DatetimeIndex` has no attribute `tzinfo`

pandas/tests/frame/test_reductions.py

[error] unresolved-attribute - :1350:22 - Object of type `bool` has no attribute `item`

pandas/tests/generic/test_frame.py

[error] unknown-argument - :199:26 - Argument `inplace` does not match any known parameter of bound method `fillna`

pandas/tests/groupby/aggregate/test_cython.py

[error] not-iterable - :68:32 - Object of type `Hashable` is not iterable

pandas/tests/groupby/methods/test_quantile.py

[error] invalid-argument-type - :65:39 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - :75:39 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - :86:39 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - :102:51 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - :109:51 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - :121:46 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - :272:44 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - :272:44 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - :311:39 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - :331:39 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] unresolved-attribute - :383:11 - Object of type `DatetimeIndex` has no attribute `floor`
[error] invalid-argument-type - :394:47 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`
[error] invalid-argument-type - :448:61 - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[Unknown | int | float]`

pandas/tests/groupby/methods/test_value_counts.py

[error] no-matching-overload - :143:16 - No overload of bound method `rename` matches arguments

pandas/tests/groupby/test_apply.py

[warning] possibly-missing-attribute - :1151:16 - Attribute `levels` may be missing on object of type `Unknown | Index`

pandas/tests/groupby/test_categorical.py

[warning] possibly-missing-attribute - :492:12 - Attribute `levels` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :493:12 - Attribute `levels` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :494:12 - Attribute `levels` may be missing on object of type `Unknown | Index`

pandas/tests/groupby/test_groupby.py

[error] invalid-argument-type - :1225:19 - Argument to function `sorted` is incorrect: Argument type `Hashable` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] unknown-argument - :2435:58 - Argument `min_period` does not match any known parameter of bound method `rolling`
[error] unknown-argument - :2435:58 - Argument `min_period` does not match any known parameter of bound method `rolling`

pandas/tests/groupby/test_groupby_dropna.py

[error] no-matching-overload - :386:12 - No overload matches arguments

pandas/tests/groupby/test_reductions.py

[error] invalid-argument-type - :1532:32 - Argument to bound method `mean` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - :1535:32 - Argument to bound method `mean` is incorrect: Expected `bool`, found `Literal["True"]`
[error] invalid-argument-type - :1538:32 - Argument to bound method `mean` is incorrect: Expected `bool`, found `Literal[1]`

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

[error] unresolved-attribute - :67:16 - Object of type `Index` has no attribute `freq`
[error] invalid-argument-type - :71:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] unresolved-attribute - :72:16 - Object of type `ndarray[tuple[Any, ...], dtype[Any]] | Index` has no attribute `freq`

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

[error] unresolved-attribute - :232:46 - Object of type `DatetimeIndex` has no attribute `tzinfo`

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

[error] unresolved-attribute - :21:18 - Object of type `DatetimeIndex` has no attribute `normalize`
[error] unresolved-attribute - :38:20 - Object of type `DatetimeIndex` has no attribute `is_normalized`
[error] unresolved-attribute - :49:18 - Object of type `DatetimeIndex` has no attribute `normalize`
[error] unresolved-attribute - :54:20 - Object of type `DatetimeIndex` has no attribute `is_normalized`
[error] unresolved-attribute - :58:18 - Object of type `DatetimeIndex` has no attribute `normalize`
[error] unresolved-attribute - :63:20 - Object of type `DatetimeIndex` has no attribute `is_normalized`
[error] unresolved-attribute - :66:18 - Object of type `DatetimeIndex` has no attribute `normalize`
[error] unresolved-attribute - :71:20 - Object of type `DatetimeIndex` has no attribute `is_normalized`
[error] unresolved-attribute - :93:22 - Object of type `DatetimeIndex` has no attribute `normalize`
[error] unresolved-attribute - :99:24 - Object of type `DatetimeIndex` has no attribute `is_normalized`

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

[error] invalid-argument-type - :27:35 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - :37:35 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - :58:35 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - :81:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - :28 -
Old: Attribute `freq` may be missing on object of type `Unknown | ndarray[tuple[int], dtype[Unknown]]`
New: Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - :38 -
Old: Attribute `freq` may be missing on object of type `Unknown | ndarray[tuple[int], dtype[Unknown]]`
New: Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`

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

[error] invalid-argument-type - :17:28 - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["D"]`
[error] invalid-argument-type - :22:28 - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["D"]`
[error] invalid-argument-type - :26:28 - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["s"]`
[error] unknown-argument - :59:28 - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - :65:23 - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - :71:23 - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - :119:28 - Argument `freq` does not match any known parameter of bound method `round`
[error] unresolved-attribute - :199:18 - Object of type `DatetimeIndex` has no attribute `floor`
[error] unresolved-attribute - :206:18 - Object of type `DatetimeIndex` has no attribute `ceil`

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

[error] unsupported-operator - :81:24 - Operator `*` is not supported between objects of type `Literal[5]` and `BaseOffset | None`
[error] unsupported-operator - :85:24 - Operator `*` is not supported between objects of type `Literal[5]` and `BaseOffset | None`

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

[error] unresolved-attribute - :33:15 - Object of type `DatetimeIndex` has no attribute `to_pydatetime`

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

[error] unresolved-attribute - :154:31 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :167:35 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :177:35 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :188:35 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :198:35 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :204:31 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :210:31 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :215:31 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :221:31 - Object of type `DatetimeIndex` has no attribute `hour`
[warning] possibly-missing-attribute - :241:20 - Attribute `tzinfo` may be missing on object of type `Unknown | DatetimeIndex`
[error] unresolved-attribute - :284:15 - Object of type `DatetimeIndex` has no attribute `hour`

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

[error] unresolved-attribute - :202:16 - Object of type `DatetimeIndex` has no attribute `tzinfo`

pandas/tests/indexes/datetimes/test_date_range.py

[error] unresolved-attribute - :502:16 - Object of type `tzinfo | None` has no attribute `zone`
[error] unresolved-attribute - :507:16 - Object of type `tzinfo | None` has no attribute `zone`
[error] unresolved-attribute - :512:16 - Object of type `tzinfo | None` has no attribute `zone`
[error] unresolved-attribute - :531:23 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :536:23 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :546:23 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :843:9 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :852:17 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :855:18 - Object of type `DatetimeIndex` has no attribute `hour`
[error] invalid-argument-type - :1058:49 - Argument to function `bdate_range` is incorrect: Expected `int | None`, found `Literal["B"]`
[error] invalid-argument-type - :1062:49 - Argument to function `bdate_range` is incorrect: Expected `str | BaseOffset | timedelta`, found `None`
[error] invalid-argument-type - :1136:49 - Argument to function `bdate_range` is incorrect: Expected `int | None`, found `Literal["C"]`
[error] invalid-argument-type - :1171:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - :1191:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - :1216:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - :1338:63 - Argument to function `date_range` is incorrect: Expected `Literal["s", "ms", "us", "ns"] | None`, found `Literal["h"]`

pandas/tests/indexes/datetimes/test_indexing.py

[warning] possibly-missing-attribute - :131:16 - Attribute `freq` may be missing on object of type `Index | Unknown`

pandas/tests/indexes/datetimes/test_reindex.py

[error] unresolved-attribute - :16:20 - Object of type `Index` has no attribute `tz`
[error] unresolved-attribute - :17:20 - Object of type `Index` has no attribute `tz`
[error] invalid-argument-type - :24:38 - Argument to bound method `reindex` is incorrect: Expected `int | float | None`, found `timedelta`

pandas/tests/indexes/datetimes/test_scalar_compat.py

[error] unresolved-attribute - :135:31 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :190:20 - Object of type `DatetimeIndex` has no attribute `day_name`
[error] unresolved-attribute - :191:20 - Object of type `DatetimeIndex` has no attribute `day_name`
[error] unresolved-attribute - :195:25 - Object of type `Index` has no attribute `day_name`
[error] unresolved-attribute - :201:18 - Object of type `DatetimeIndex` has no attribute `month_name`
[error] unresolved-attribute - :219:25 - Object of type `Index` has no attribute `month_name`
[error] unresolved-attribute - :236:16 - Object of type `DatetimeIndex` has no attribute `year`
[error] unresolved-attribute - :237:16 - Object of type `DatetimeIndex` has no attribute `month`
[error] unresolved-attribute - :238:16 - Object of type `DatetimeIndex` has no attribute `day`
[error] unresolved-attribute - :239:16 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :240:16 - Object of type `DatetimeIndex` has no attribute `minute`
[error] unresolved-attribute - :241:16 - Object of type `DatetimeIndex` has no attribute `second`
[error] unresolved-attribute - :242:16 - Object of type `DatetimeIndex` has no attribute `microsecond`
[error] unresolved-attribute - :243:16 - Object of type `DatetimeIndex` has no attribute `dayofweek`
[error] unresolved-attribute - :245:16 - Object of type `DatetimeIndex` has no attribute `dayofyear`
[error] unresolved-attribute - :246:16 - Object of type `DatetimeIndex` has no attribute `dayofyear`
[error] unresolved-attribute - :251:16 - Object of type `DatetimeIndex` has no attribute `quarter`
[error] unresolved-attribute - :252:16 - Object of type `DatetimeIndex` has no attribute `quarter`
[error] unresolved-attribute - :254:16 - Object of type `DatetimeIndex` has no attribute `days_in_month`
[error] unresolved-attribute - :255:16 - Object of type `DatetimeIndex` has no attribute `days_in_month`
[error] unresolved-attribute - :257:16 - Object of type `DatetimeIndex` has no attribute `is_month_start`
[error] unresolved-attribute - :258:20 - Object of type `DatetimeIndex` has no attribute `is_month_start`
[error] unresolved-attribute - :259:16 - Object of type `DatetimeIndex` has no attribute `is_month_start`
[error] unresolved-attribute - :260:16 - Object of type `DatetimeIndex` has no attribute `is_quarter_start`
[error] unresolved-attribute - :261:16 - Object of type `DatetimeIndex` has no attribute `is_quarter_start`
[error] unresolved-attribute - :262:16 - Object of type `DatetimeIndex` has no attribute `is_year_start`
[error] unresolved-attribute - :263:20 - Object of type `DatetimeIndex` has no attribute `is_year_start`
[error] unresolved-attribute - :264:20 - Object of type `DatetimeIndex` has no attribute `is_month_end`
[error] unresolved-attribute - :265:16 - Object of type `DatetimeIndex` has no attribute `is_month_end`
[error] unresolved-attribute - :266:20 - Object of type `DatetimeIndex` has no attribute `is_month_end`
[error] unresolved-attribute - :267:16 - Object of type `DatetimeIndex` has no attribute `is_month_end`
[error] unresolved-attribute - :268:20 - Object of type `DatetimeIndex` has no attribute `is_quarter_end`
[error] unresolved-attribute - :269:20 - Object of type `DatetimeIndex` has no attribute `is_quarter_end`
[error] unresolved-attribute - :270:16 - Object of type `DatetimeIndex` has no attribute `is_quarter_end`
[error] unresolved-attribute - :271:16 - Object of type `DatetimeIndex` has no attribute `is_quarter_end`
[error] unresolved-attribute - :272:20 - Object of type `DatetimeIndex` has no attribute `is_year_end`
[error] unresolved-attribute - :273:16 - Object of type `DatetimeIndex` has no attribute `is_year_end`
[error] unresolved-attribute - :275:20 - Object of type `DatetimeIndex` has no attribute `year`
[error] unresolved-attribute - :276:20 - Object of type `DatetimeIndex` has no attribute `month`
[error] unresolved-attribute - :277:20 - Object of type `DatetimeIndex` has no attribute `day`
[error] unresolved-attribute - :278:20 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :279:20 - Object of type `DatetimeIndex` has no attribute `minute`
[error] unresolved-attribute - :280:20 - Object of type `DatetimeIndex` has no attribute `second`
[error] unresolved-attribute - :281:20 - Object of type `DatetimeIndex` has no attribute `microsecond`
[error] unresolved-attribute - :282:20 - Object of type `DatetimeIndex` has no attribute `dayofweek`
[error] unresolved-attribute - :283:20 - Object of type `DatetimeIndex` has no attribute `dayofyear`
[error] unresolved-attribute - :285:20 - Object of type `DatetimeIndex` has no attribute `quarter`
[error] unresolved-attribute - :286:20 - Object of type `DatetimeIndex` has no attribute `is_month_start`
[error] unresolved-attribute - :287:20 - Object of type `DatetimeIndex` has no attribute `is_month_end`
[error] unresolved-attribute - :288:20 - Object of type `DatetimeIndex` has no attribute `is_quarter_start`
[error] unresolved-attribute - :289:20 - Object of type `DatetimeIndex` has no attribute `is_quarter_end`
[error] unresolved-attribute - :290:20 - Object of type `DatetimeIndex` has no attribute `is_year_start`
[error] unresolved-attribute - :291:20 - Object of type `DatetimeIndex` has no attribute `is_year_end`
[error] unresolved-attribute - :309:19 - Object of type `DatetimeIndex` has no attribute `is_quarter_start`
[error] unresolved-attribute - :312:19 - Object of type `DatetimeIndex` has no attribute `is_leap_year`
[error] unresolved-attribute - :319:20 - Object of type `DatetimeIndex` has no attribute `is_quarter_start`
[error] unresolved-attribute - :320:20 - Object of type `DatetimeIndex` has no attribute `is_quarter_end`
[error] unresolved-attribute - :321:20 - Object of type `DatetimeIndex` has no attribute `is_year_start`
[error] unresolved-attribute - :322:20 - Object of type `DatetimeIndex` has no attribute `is_year_end`
[error] unresolved-attribute - :335:13 - Object of type `DatetimeIndex` has no attribute `is_month_start`
[error] unresolved-attribute - :347:18 - Object of type `DatetimeIndex` has no attribute `is_year_start`
[error] unresolved-attribute - :360:18 - Object of type `DatetimeIndex` has no attribute `is_year_end`
[error] unresolved-attribute - :373:18 - Object of type `DatetimeIndex` has no attribute `is_quarter_start`
[error] unresolved-attribute - :386:18 - Object of type `DatetimeIndex` has no attribute `is_quarter_end`
[error] unresolved-attribute - :399:18 - Object of type `DatetimeIndex` has no attribute `is_month_start`
[error] unresolved-attribute - :412:18 - Object of type `DatetimeIndex` has no attribute `is_month_end`
[error] unresolved-attribute - :418:20 - Object of type `DatetimeIndex` has no attribute `is_year_start`
[error] unresolved-attribute - :421:20 - Object of type `DatetimeIndex` has no attribute `is_quarter_start`
[error] unresolved-attribute - :428:13 - Object of type `DatetimeIndex` has no attribute `is_year_start`
[error] unresolved-attribute - :439:20 - Object of type `DatetimeIndex` has no attribute `is_quarter_start`
[error] unresolved-attribute - :444:18 - Object of type `DatetimeIndex` has no attribute `is_year_start`
[error] unresolved-attribute - :459:19 - Object of type `DatetimeIndex` has no attribute `is_year_start`

pandas/tests/indexes/datetimes/test_timezones.py

[error] unresolved-attribute - :63:16 - Object of type `Index` has no attribute `tz`

pandas/tests/indexes/interval/test_indexing.py

[error] invalid-argument-type - :503:45 - Argument to bound method `get_indexer_non_unique` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/indexes/interval/test_interval.py

[error] unresolved-attribute - :872:18 - Object of type `IntervalIndex` has no attribute `set_closed`
[error] unresolved-attribute - :882:13 - Object of type `IntervalIndex` has no attribute `set_closed`

pandas/tests/indexes/multi/test_util.py

[error] invalid-argument-type - :25:69 - Argument to function `cartesian_product` is incorrect: Expected `list[ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[ndarray[tuple[Any, ...], dtype[Any]] | DatetimeIndex]`

pandas/tests/indexes/period/methods/test_repeat.py

[error] invalid-argument-type - :25:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[int], dtype[Unknown]] | Unknown`

pandas/tests/indexes/period/test_constructors.py

[error] invalid-argument-type - :233:37 - Argument to function `period_range` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - :622:29 - Argument to bound method `_simple_new` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`
[error] invalid-argument-type - :630:41 - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `Index`

pandas/tests/indexes/period/test_period.py

[error] unresolved-attribute - :178:55 - Object of type `DatetimeIndex` has no attribute `hour`

pandas/tests/indexes/test_old_base.py

[error] invalid-argument-type - :407:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - :657:43 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 3 union elements`

pandas/tests/indexes/timedeltas/methods/test_astype.py

[error] invalid-argument-type - :141:49 - Argument to bound method `_simple_new` is incorrect: Expected `Tick | Day | None`, found `BaseOffset | None`

pandas/tests/indexes/timedeltas/methods/test_factorize.py

[error] unresolved-attribute - :35:16 - Object of type `Index` has no attribute `freq`
[error] invalid-argument-type - :39:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] unresolved-attribute - :40:16 - Object of type `ndarray[tuple[Any, ...], dtype[Any]] | Index` has no attribute `freq`

pandas/tests/indexes/timedeltas/methods/test_repeat.py

[error] invalid-argument-type - :15:35 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] invalid-argument-type - :33:35 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - :16 -
Old: Attribute `freq` may be missing on object of type `Unknown | ndarray[tuple[int], dtype[Unknown]]`
New: Attribute `freq` may be missing on object of type `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`

pandas/tests/indexes/timedeltas/test_scalar_compat.py

[error] unresolved-attribute - :30:32 - Object of type `TimedeltaIndex` has no attribute `total_seconds`
[error] unknown-argument - :67:40 - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - :72:22 - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - :78:22 - Argument `freq` does not match any known parameter of bound method `round`
[error] invalid-argument-type - :131:31 - Argument to bound method `round` is incorrect: Expected `int`, found `Unknown | str`
[error] unresolved-attribute - :139:9 - Object of type `TimedeltaIndex` has no attribute `components`

pandas/tests/indexing/test_loc.py

[error] unresolved-attribute - :1286:17 - Object of type `DatetimeIndex` has no attribute `hour`
[error] unresolved-attribute - :1286:35 - Object of type `DatetimeIndex` has no attribute `minute`

pandas/tests/io/excel/test_openpyxl.py

[error] no-matching-overload - :148:9 - No overload of function `read_excel` matches arguments

pandas/tests/io/excel/test_readers.py

[error] no-matching-overload - :240:17 - No overload of function `read_excel` matches arguments
[error] no-matching-overload - :391:13 - No overload of function `read_excel` matches arguments
[error] no-matching-overload - :408:18 - No overload of function `read_excel` matches arguments
[error] invalid-argument-type - :448:47 - Argument to function `read_excel` is incorrect: Expected `int | Sequence[str] | Sequence[int] | ((Unknown, /) -> bool) | None`, found `list[Unknown | str | int]`
[error] no-matching-overload - :558:18 - No overload of function `read_excel` matches arguments
[error] invalid-argument-type - :876:31 - Argument to function `read_excel` is incorrect: Expected `Literal["xlrd", "openpyxl", "odf", "pyxlsb", "calamine"] | None`, found `Literal["foo"]`
[error] no-matching-overload - :1269:18 - No overload of function `read_excel` matches arguments
[error] invalid-argument-type - :1344:47 - Argument to function `read_excel` is incorrect: Expected `int | None`, found `Literal["5"]`
[error] no-matching-overload - :1384:13 - No overload of function `read_excel` matches arguments
[error] invalid-argument-type - :1647:35 - Argument to function `read_excel` is incorrect: Expected `Literal["xlrd", "openpyxl", "odf", "pyxlsb", "calamine"] | None`, found `Literal["foo"]`

pandas/tests/io/formats/test_format.py

[error] invalid-argument-type - :2058:44 - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :2062:44 - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :2065:44 - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :2069:44 - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :2074:44 - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - :2074:44 - Unary operator `-` is not supported for object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :2080:44 - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :2086:44 - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] unsupported-operator - :2086:44 - Unary operator `-` is not supported for object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :2092:44 - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :2096:44 - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/io/formats/test_to_string.py

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

pandas/tests/io/json/test_pandas.py

[error] invalid-argument-type - :1677:23 - Argument to function `read_json` is incorrect: Expected `str | PathLike[str] | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`
[error] invalid-argument-type - :1694:23 - Argument to function `read_json` is incorrect: Expected `str | PathLike[str] | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`
[error] invalid-argument-type - :2315:31 - Argument to function `read_json` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Literal["numpy"]`
[error] invalid-argument-type - :2323:19 - Argument to function `read_json` is incorrect: Expected `str | PathLike[str] | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`
[error] invalid-argument-type - :2323:24 - Argument to function `read_json` is incorrect: Expected `Literal["ujson", "pyarrow"]`, found `Literal["foo"]`
[error] invalid-argument-type - :2331:19 - Argument to function `read_json` is incorrect: Expected `str | PathLike[str] | ReadBuffer[str] | ReadBuffer[bytes]`, found `str | None`

pandas/tests/io/json/test_readlines.py

[error] no-matching-overload - :409:21 - No overload of function `read_json` matches arguments

pandas/tests/io/pytables/test_errors.py

[error] invalid-argument-type - :247:18 - Argument to function `read_hdf` is incorrect: Expected `str | PathLike[str]`, found `BytesIO`

pandas/tests/io/pytables/test_store.py

[error] unresolved-attribute - :509:16 - Object of type `DatetimeIndex` has no attribute `weekday`

pandas/tests/io/test_clipboard.py

[error] invalid-argument-type - :254:29 - Argument to function `read_clipboard` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Unknown | str`
[error] invalid-argument-type - :268:30 - Argument to function `read_clipboard` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Unknown | str`
[error] invalid-argument-type - :278:30 - Argument to function `read_clipboard` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Unknown | str`
[error] invalid-argument-type - :402:28 - Argument to function `read_clipboard` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Literal["numpy"]`

pandas/tests/io/test_common.py

[error] no-matching-overload - :542:18 - No overload of function `read_csv` matches arguments

pandas/tests/io/test_feather.py

[error] invalid-argument-type - :240:37 - Argument to function `read_feather` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Literal["numpy"]`

pandas/tests/io/test_fsspec.py

[warning] possibly-missing-attribute - :323:31 - Attribute `astype` may be missing on object of type `DataFrame | StataReader`

pandas/tests/io/test_html.py

[error] invalid-argument-type - :84:50 - Argument to function `read_html` is incorrect: Expected `Literal["lxml", "html5lib", "bs4"] | Sequence[Literal["lxml", "html5lib", "bs4"]] | None`, found `Literal["invalid flavor"]`
[error] invalid-argument-type - :1613:34 - Argument to function `read_html` is incorrect: Expected `Literal["header", "footer", "body", "all"] | None`, found `Literal["incorrect"]`
[error] invalid-argument-type - :1636:31 - Argument to function `read_html` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Literal["numpy"]`

pandas/tests/io/test_orc.py

[error] invalid-argument-type - :78:31 - Argument to function `read_orc` is incorrect: Expected `list[str] | None`, found `dict_keys[Unknown | str, Unknown | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - :418:29 - Argument to function `read_orc` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Literal["numpy"]`

pandas/tests/io/test_parquet.py

[error] invalid-argument-type - :216:35 - Argument to function `read_parquet` is incorrect: Expected `str | PathLike[str] | ReadBuffer[bytes]`, found `Unknown | None`
[error] invalid-argument-type - :1465:37 - Argument to function `read_parquet` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Literal["numpy"]`

pandas/tests/io/test_sql.py

[error] no-matching-overload - :1178:18 - No overload of function `read_sql_query` matches arguments
[error] unresolved-attribute - :4042:27 - Object of type `DatetimeIndex` has no attribute `to_pydatetime`

pandas/tests/io/test_stata.py

[warning] possibly-missing-attribute - :56:5 - Attribute `index` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :111:49 - Attribute `dtypes` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :121:27 - Attribute `index` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :489:18 - Attribute `kreis1849` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :491:20 - Attribute `kreis1849` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :496:9 - Attribute `to_stata` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :754:31 - Attribute `head` may be missing on object of type `DataFrame | StataReader`
[error] not-subscriptable - :1242:65 - Cannot subscript object of type `StataReader` with no `__getitem__` method
[error] not-subscriptable - :1244:51 - Cannot subscript object of type `StataReader` with no `__getitem__` method
[warning] possibly-missing-attribute - :1252:18 - Attribute `sort_values` may be missing on object of type `DataFrame | StataReader`
[error] not-subscriptable - :1271:31 - Cannot subscript object of type `StataReader` with no `__getitem__` method
[error] not-subscriptable - :1273:20 - Cannot subscript object of type `StataReader` with no `__getitem__` method
[error] not-subscriptable - :1274:24 - Cannot subscript object of type `StataReader` with no `__getitem__` method
[error] invalid-context-manager - :1306:14 - Object of type `DataFrame | StataReader` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[warning] possibly-missing-attribute - :1318:30 - Attribute `iloc` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1352:20 - Attribute `iloc` may be missing on object of type `DataFrame | StataReader`
[error] invalid-context-manager - :1354:14 - Object of type `DataFrame | StataReader` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[error] invalid-context-manager - :1358:14 - Object of type `DataFrame | StataReader` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[error] invalid-context-manager - :1362:14 - Object of type `DataFrame | StataReader` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[error] invalid-context-manager - :1366:14 - Object of type `DataFrame | StataReader` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[error] invalid-context-manager - :1371:14 - Object of type `DataFrame | StataReader` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[error] invalid-context-manager - :1407:14 - Object of type `DataFrame | StataReader` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[warning] possibly-missing-attribute - :1419:30 - Attribute `iloc` may be missing on object of type `DataFrame | StataReader`
[error] invalid-context-manager - :1434:14 - Object of type `DataFrame | StataReader` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[warning] possibly-missing-attribute - :1440:30 - Attribute `iloc` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1665:31 - Attribute `set_index` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1686:28 - Attribute `set_index` may be missing on object of type `DataFrame | StataReader`
[error] invalid-context-manager - :1699:14 - Object of type `DataFrame | StataReader` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[warning] possibly-missing-attribute - :1732:23 - Attribute `loc` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1733:21 - Attribute `loc` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2176:16 - Attribute `drop` may be missing on object of type `DataFrame | StataReader`
[error] invalid-context-manager - :2358:10 - Object of type `DataFrame | StataReader` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly missing
[warning] possibly-missing-attribute - :2376:28 - Attribute `dtypes` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2377:12 - Attribute `loc` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2378:12 - Attribute `loc` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2575:34 - Attribute `a` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2576:28 - Attribute `b` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2577:28 - Attribute `c` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2591:28 - Attribute `dtypes` may be missing on object of type `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2595:28 - Attribute `dtypes` may be missing on object of type `DataFrame | StataReader`

pandas/tests/io/xml/test_xml.py

[error] invalid-argument-type - :1123:29 - Argument to function `read_xml` is incorrect: Expected `Literal["lxml", "etree"]`, found `Literal["bs4"]`
[error] invalid-argument-type - :1472:13 - Argument to function `read_xml` is incorrect: Expected `dict[str, list[str]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :1480:44 - Argument to function `read_xml` is incorrect: Expected `dict[str, list[str]] | None`, found `dict[str, list[str] | str]`
[error] invalid-argument-type - :1966:44 - Argument to function `read_xml` is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `Literal["7z"]`
[error] invalid-argument-type - :2061:26 - Argument to function `read_xml` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Literal["numpy"]`

pandas/tests/plotting/frame/test_frame.py

[error] unresolved-attribute - :854:23 - Object of type `DatetimeIndex` has no attribute `time`

pandas/tests/plotting/test_misc.py

[error] invalid-argument-type - :377:42 - Argument to function `radviz` is incorrect: Expected `list[str] | tuple[str, ...] | None`, found `list[Unknown | list[Unknown | int | float]]`
[error] invalid-argument-type - :442:43 - Argument to function `parallel_coordinates` is incorrect: Expected `str`, found `Literal[0]`
[error] invalid-argument-type - :444:43 - Argument to function `parallel_coordinates` is incorrect: Expected `str`, found `Literal[0]`

pandas/tests/resample/test_datetime_index.py

[error] unresolved-attribute - :1111:20 - Object of type `DatetimeIndex` has no attribute `month`
[error] unresolved-attribute - :1133:20 - Object of type `DatetimeIndex` has no attribute `month`
[error] invalid-argument-type - :1601:9 - Argument to function `assert_frame_equal` is incorrect: Expected `bool | Literal["equiv"]`, found `Literal["W-MON Frequency"]`
[error] invalid-argument-type - :1619:9 - Argument to function `assert_frame_equal` is incorrect: Expected `bool | Literal["equiv"]`, found `Literal["2W-MON Frequency"]`
[error] invalid-argument-type - :1633:9 - Argument to function `assert_frame_equal` is incorrect: Expected `bool | Literal["equiv"]`, found `Literal["MS Frequency"]`
[error] invalid-argument-type - :1647:9 - Argument to function `assert_frame_equal` is incorrect: Expected `bool | Literal["equiv"]`, found `Literal["2MS Frequency"]`
[error] invalid-argument-type - :1666:9 - Argument to function `assert_frame_equal` is incorrect: Expected `bool | Literal["equiv"]`, found `Literal["D Frequency"]`

pandas/tests/reshape/concat/test_concat.py

[error] no-matching-overload - :389:18 - No overload of function `concat` matches arguments
[error] no-matching-overload - :392:13 - No overload of function `concat` matches arguments
[error] no-matching-overload - :398:18 - No overload of function `concat` matches arguments
[error] no-matching-overload - :402:18 - No overload of function `concat` matches arguments
[error] no-matching-overload - :415:18 - No overload of function `concat` matches arguments
[error] no-matching-overload - :504:31 - No overload of function `concat` matches arguments

pandas/tests/reshape/merge/test_merge.py

[error] invalid-argument-type - :214:17 - Argument to function `merge` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - :222:17 - Argument to function `merge` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - :230:17 - Argument to function `merge` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - :231:17 - Argument to function `merge` is incorrect: Expected `bool`, found `list[Unknown | str]`
[error] invalid-argument-type - :1067:53 - Argument to function `merge` is incorrect: Expected `str | bool`, found `Literal[5]`
[error] invalid-argument-type - :1517:64 - Argument to function `merge` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `Unknown | str`
[error] invalid-argument-type - :3047:53 - Argument to function `merge` is incorrect: Expected `Sequence[str | None]`, found `Unknown | bool | str`
[error] invalid-argument-type - :3047:53 - Argument to function `merge` is incorrect: Expected `bool | _NoDefault`, found `Unknown | bool | str`
[error] invalid-argument-type - :3047:53 - Argument to function `merge` is incorrect: Expected `bool`, found `Unknown | bool | str`
[error] invalid-argument-type - :3047:53 - Argument to function `merge` is incorrect: Expected `bool`, found `Unknown | bool | str`
[error] invalid-argument-type - :3047:53 - Argument to function `merge` is incorrect: Expected `str | None`, found `Unknown | bool | str`

pandas/tests/reshape/merge/test_merge_asof.py

[error] invalid-argument-type - :1955:57 - Argument to function `merge_asof` is incorrect: Expected `bool`, found `Literal["foo"]`
[error] invalid-argument-type - :1984:17 - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `float`
[error] invalid-argument-type - :2123:71 - Argument to function `merge_asof` is incorrect: Expected `int | timedelta | None`, found `float`
[error] unresolved-attribute - :3126:32 - Object of type `ExtensionDtype` has no attribute `numpy_dtype`
[error] unresolved-attribute - :3128:32 - Object of type `ExtensionDtype` has no attribute `numpy_dtype`

pandas/tests/scalar/timedelta/test_constructors.py

[error] no-matching-overload - :44:18 - No overload of function `to_timedelta` matches arguments
[error] no-matching-overload - :52:18 - No overload of function `to_timedelta` matches arguments
[error] no-matching-overload - :434:12 - No overload of function `to_timedelta` matches arguments
[error] no-matching-overload - :442:12 - No overload of function `to_timedelta` matches arguments

pandas/tests/scalar/timedelta/test_timedelta.py

[error] unresolved-attribute - :369:16 - Object of type `Timedelta` has no attribute `nanoseconds`
[error] unresolved-attribute - :373:13 - Object of type `Timedelta` has no attribute `hours`
[error] unresolved-attribute - :375:13 - Object of type `Timedelta` has no attribute `minutes`
[error] unresolved-attribute - :377:13 - Object of type `Timedelta` has no attribute `milliseconds`
[error] unresolved-attribute - :383:15 - Object of type `Timedelta` has no attribute `nanoseconds`
[error] unresolved-attribute - :396:16 - Object of type `Timedelta` has no attribute `nanoseconds`
[error] unresolved-attribute - :399:13 - Object of type `Timedelta` has no attribute `hours`
[error] unresolved-attribute - :401:13 - Object of type `Timedelta` has no attribute `minutes`
[error] unresolved-attribute - :403:13 - Object of type `Timedelta` has no attribute `milliseconds`
[error] unresolved-attribute - :406:15 - Object of type `Timedelta` has no attribute `components`

pandas/tests/series/accessors/test_dt_accessor.py

[error] unresolved-attribute - :581:18 - Object of type `PeriodIndex` has no attribute `strftime`

pandas/tests/series/test_constructors.py

[error] unresolved-attribute - :1059:46 - Object of type `DatetimeIndex` has no attribute `to_pydatetime`

pandas/tests/test_algos.py

[error] invalid-argument-type - :155:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] invalid-argument-type - :161:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] invalid-argument-type - :173:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] invalid-argument-type - :179:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] invalid-argument-type - :191:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] invalid-argument-type - :196:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] invalid-argument-type - :206:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] invalid-argument-type - :211:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] invalid-argument-type - :362:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] invalid-argument-type - :380:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] unknown-argument - :391:35 - Argument `order` does not match any known parameter of function `factorize`
[error] invalid-argument-type - :530:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`

pandas/tests/test_nanops.py

[error] invalid-argument-type - :1153:37 - Argument to function `nanmean` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | DatetimeIndex | DatetimeArray`

pandas/tests/test_sorting.py

[error] invalid-argument-type - :475:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series, ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/tests/tools/test_to_datetime.py

[error] no-matching-overload - :568:16 - No overload of function `to_datetime` matches arguments
[error] no-matching-overload - :1488:18 - No overload of function `to_datetime` matches arguments
[error] no-matching-overload - :2035:23 - No overload of function `to_datetime` matches arguments

pandas/tests/tseries/frequencies/test_inference.py

[error] invalid-argument-type - :102:32 - Argument to function `infer_freq` is incorrect: Expected `DatetimeIndex | TimedeltaIndex | Series | DatetimeLikeArrayMixin`, found `PeriodIndex`
[error] invalid-argument-type - :391:32 - Argument to function `infer_freq` is incorrect: Expected `DatetimeIndex | TimedeltaIndex | Series | DatetimeLikeArrayMixin`, found `Index`
[error] invalid-argument-type - :398:39 - Argument to function `infer_freq` is incorrect: Expected `DatetimeIndex | TimedeltaIndex | Series | DatetimeLikeArrayMixin`, found `list[Unknown | str]`
[error] invalid-argument-type - :399:37 - Argument to function `infer_freq` is incorrect: Expected `DatetimeIndex | TimedeltaIndex | Series | DatetimeLikeArrayMixin`, found `Index`

pandas/tests/tseries/holiday/test_calendar.py

[error] invalid-argument-type - :61:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`
[error] invalid-argument-type - :64:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`
[error] invalid-argument-type - :85:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`
[error] invalid-argument-type - :85:38 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`
[error] invalid-argument-type - :86:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`
[error] invalid-argument-type - :86:38 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`
[error] invalid-argument-type - :119:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`

pandas/tests/tseries/holiday/test_federal.py

[error] invalid-argument-type - :57:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`
[error] invalid-argument-type - :58:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`

pandas/tests/tseries/holiday/test_holiday.py

[error] invalid-argument-type - :338:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`
[error] invalid-argument-type - :339:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`
[error] invalid-argument-type - :340:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `DatetimeIndex | Series`

pandas/tests/tseries/offsets/test_offsets_properties.py

[error] unresolved-attribute - :72:13 - Object of type `DatetimeIndex` has no attribute `hour`

pandas/tests/util/test_deprecate_kwarg.py

[error] unknown-argument - :41:20 - Argument `old` does not match any known parameter of function `_f2`
[error] unknown-argument - :47:20 - Argument `old` does not match any known parameter of function `_f2`
[error] unknown-argument - :53:20 - Argument `old` does not match any known parameter of function `_f3`
[error] unknown-argument - :60:13 - Argument `old` does not match any known parameter of function `_f3`

pandas/tests/window/test_ewm.py

[error] invalid-argument-type - :116:40 - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - :129:56 - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - :139:40 - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - :148:57 - Argument to bound method `ewm` is incorrect: Expected `Literal["single", "table"]`, found `Unknown | int`
[error] invalid-argument-type - :148:57 - Argument to bound method `ewm` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - :148:57 - Argument to bound method `ewm` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - :148:57 - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `Unknown | int`
[error] invalid-argument-type - :167:13 - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - :184:13 - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - :202:13 - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - :214:49 - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `Literal["time_col"]`

pandas/util/_decorators.py

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

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

pandera/api/dataframe/model.py

[warning] redundant-cast - :246:16 - Value is already of type `DataFrameBase[Self@__new__]`

pandera/api/pyspark/model.py

[error] invalid-method-override - :124:9 - Invalid override of method `validate`: Definition is incompatible with `pandera.api.dataframe.model.DataFrameModel.validate`

tests/dask/test_dask.py

[warning] unused-type-ignore-comment - :31:55 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :36:24 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :41:24 - Unused blanket `type: ignore` directive

tests/pandas/test_decorators.py

[error] invalid-argument-type - :363:25 - Argument to function `fn_with_check_input` is incorrect: Expected `pandera.typing.pandas.DataFrame[DfModel]`, found `pandas.core.frame.DataFrame`
[warning] unused-type-ignore-comment - :824:65 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1410:69 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1412:64 - Unused blanket `type: ignore` directive

tests/pyspark/test_pyspark_config.py

[error] unresolved-attribute - :139:32 - Object of type `DataFrameBase[TestSchema]` has no attribute `pandera`
[error] unresolved-attribute - :142:18 - Object of type `DataFrameBase[TestSchema]` has no attribute `pandera`
[error] unresolved-attribute - :219:25 - Object of type `DataFrameBase[TestSchema]` has no attribute `pandera`
[error] unresolved-attribute - :222:18 - Object of type `DataFrameBase[TestSchema]` has no attribute `pandera`
[error] unresolved-attribute - :328:18 - Object of type `DataFrameBase[TestSchema]` has no attribute `pandera`
[error] unresolved-attribute - :332:18 - Object of type `DataFrameBase[TestSchema]` has no attribute `pandera`

tests/pyspark/test_pyspark_container.py

[error] unresolved-attribute - :267:20 - Object of type `DataFrameBase[PanderaSchema]` has no attribute `pandera`
[error] unresolved-attribute - :304:16 - Object of type `DataFrameBase[PanderaSchema]` has no attribute `pandera`

tests/pyspark/test_pyspark_error.py

[error] unresolved-attribute - :207:24 - Object of type `DataFrameBase[PanderaSchema]` has no attribute `pandera`
[error] unresolved-attribute - :208:26 - Object of type `DataFrameBase[PanderaSchema]` has no attribute `pandera`

tests/pyspark/test_pyspark_model.py

[error] unresolved-attribute - :116:12 - Object of type `DataFrameBase[Model]` has no attribute `pandera`
[error] unresolved-attribute - :144:12 - Object of type `DataFrameBase[Model]` has no attribute `pandera`
[error] unresolved-attribute - :194:12 - Object of type `DataFrameBase[PanderaSchema]` has no attribute `pandera`
[error] unresolved-attribute - :280:12 - Object of type `DataFrameBase[UniqueSingleColumn]` has no attribute `pandera`
[error] unresolved-attribute - :281:22 - Object of type `DataFrameBase[UniqueSingleColumn]` has no attribute `pandera`
[error] unresolved-attribute - :300:12 - Object of type `DataFrameBase[UniqueMultipleColumns]` has no attribute `pandera`
[error] unresolved-attribute - :301:22 - Object of type `DataFrameBase[UniqueMultipleColumns]` has no attribute `pandera`
[error] unresolved-attribute - :337:12 - Object of type `DataFrameBase[UniqueMultipleColumns]` has no attribute `pandera`
[error] unresolved-attribute - :340:22 - Object of type `DataFrameBase[UniqueMultipleColumns]` has no attribute `pandera`
[error] unresolved-attribute - :525:16 - Object of type `DataFrameBase[ExampleDFModel]` has no attribute `pandera`

tests/strategies/test_strategies.py

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

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

src/pip/_vendor/distlib/compat.py

[error] missing-argument - :1036:25 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1042:25 - No argument provided for required parameter `**kwargs`

src/pip/_vendor/distlib/resources.py

[error] missing-argument - :159:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :183:16 - No argument provided for required parameter `**kwargs`

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

porcupine/pluginmanager.py

[error] invalid-argument-type - :133:49 - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `Unknown | str`

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

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

[error] invalid-await - :70:15 - `None | Coroutine[Any, Any, None]` is not awaitable
[error] invalid-await - :87:19 - `None | Coroutine[Any, Any, None]` is not awaitable
[error] invalid-await - :104:19 - `None | Coroutine[Any, Any, None]` is not awaitable
[error] invalid-await - :140:23 - `None | Coroutine[Any, Any, None]` is not awaitable
[error] unknown-argument - :210:56 - Argument `_sync` does not match any known parameter

src/integrations/prefect-databricks/tests/test_flows.py

[error] no-matching-overload - :165:44 - No overload matches arguments
[error] no-matching-overload - :196:24 - No overload matches arguments
[error] no-matching-overload - :245:19 - No overload matches arguments
[error] no-matching-overload - :283:19 - No overload matches arguments
[error] no-matching-overload - :322:19 - No overload matches arguments
[error] no-matching-overload - :360:19 - No overload matches arguments
[error] no-matching-overload - :401:24 - No overload matches arguments

src/integrations/prefect-dbt/prefect_dbt/cloud/jobs.py

[error] invalid-argument-type - :618:31 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["results"]` on object of type `str`

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/database.py

[error] no-matching-overload - :193:18 - No overload of function `create_engine` matches arguments
[error] invalid-argument-type - :564:17 - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - :612:17 - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - :1223:17 - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - :1275:17 - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - :411:13 - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - :467:13 - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - :521:13 - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - :1058:13 - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - :1118:13 - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - :1176:13 - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`

src/prefect/_internal/compatibility/deprecated.py

[error] invalid-assignment - :156 -
Old: Object of type `_Wrapped[(self), None, (self: T@deprecated_class, *args: Any, **kwargs: Any), None]` is not assignable to attribute `__init__` of type `Overload[(self, o: object, /) -> None, (self, name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None]`
New: Object of type `_Wrapped[(self), None, (self: T@decorator, *args: Any, **kwargs: Any), None]` is not assignable to attribute `__init__` of type `Overload[(self, o: object, /) -> None, (self, name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None]`
[error] unresolved-attribute - :198 -
Old: Object of type `(**P@deprecated_parameter) -> R@deprecated_parameter` has no attribute `__name__`
New: Object of type `(**P@decorator) -> R@decorator` has no attribute `__name__`
[error] invalid-assignment - :285 -
Old: Object of type `_Wrapped[(self, /, **data: Any), None, (__pydantic_self__: M@deprecated_field, **data: Any), None]` is not assignable to attribute `__init__` of type `Overload[(self, o: object, /) -> None, (self, name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None]`
New: Object of type `_Wrapped[(self, /, **data: Any), None, (__pydantic_self__: M@decorator, **data: Any), None]` is not assignable to attribute `__init__` of type `Overload[(self, o: object, /) -> None, (self, name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None]`

src/prefect/_internal/retries.py

[error] unresolved-attribute - :54 -
Old: Object of type `(**P@retry_async_fn) -> Coroutine[Any, Any, R@retry_async_fn]` has no attribute `__name__`
New: Object of type `(**P@decorator) -> Coroutine[Any, Any, R@decorator]` has no attribute `__name__`

src/prefect/cli/_prompts.py

[error] missing-argument - :447:27 - No argument provided for required parameter `**kwargs`

src/prefect/cli/deploy/_actions.py

[error] missing-argument - :162:39 - No argument provided for required parameter `*args`
[error] missing-argument - :177:35 - No argument provided for required parameter `*args`

src/prefect/cli/deploy/_core.py

[error] missing-argument - :135:60 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :153:52 - No argument provided for required parameter `*args`

src/prefect/client/utilities.py

[error] invalid-return-type - :71:12 - Return type does not match returned value: expected `[**P'return](**P'return@client_injector) -> Coroutine[Any, Any, R]`, found `_Wrapped[(...), Coroutine[Any, Any, R@client_injector], P@wrapper, CoroutineType[Any, Any, R@client_injector]]`

src/prefect/input/actions.py

[error] missing-argument - :56:11 - No argument provided for required parameter `*args`
[error] missing-argument - :87:5 - No argument provided for required parameter `*args`
[error] invalid-argument-type - :88:9 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `str`
[error] invalid-argument-type - :88:35 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `UUID | None`
[error] invalid-argument-type - :88:60 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `str | None`
[error] invalid-argument-type - :121:1 - Argument is incorrect: Expected `(**P'return@client_injector) -> None`, found `def create_flow_run_input(key: str, value: Any, flow_run_id: UUID | None = None, sender: str | None = None) -> None`
[error] invalid-argument-type - :183:1 - Argument is incorrect: Expected `(**P'return@client_injector) -> list[FlowRunInput]`, found `def filter_flow_run_input(key_prefix: str, limit: int = 1, exclude_keys: set[str] | None = None, flow_run_id: UUID | None = None) -> list[FlowRunInput]`
[error] invalid-argument-type - :242:1 - Argument is incorrect: Expected `(**P'return@client_injector) -> Any`, found `def read_flow_run_input(key: str, flow_run_id: UUID | None = None) -> Any`
[error] invalid-argument-type - :283:1 - Argument is incorrect: Expected `(**P'return@client_injector) -> None`, found `def delete_flow_run_input(key: str, flow_run_id: UUID | None = None) -> None`

src/prefect/input/run_input.py

[error] missing-argument - :182:15 - No argument provided for required parameter `*args`
[error] missing-argument - :188:19 - No argument provided for required parameter `*args`
[error] missing-argument - :209:9 - No argument provided for required parameter `*args`
[error] invalid-argument-type - :210:13 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `str`
[error] invalid-argument-type - :210:35 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `dict[str, Any] | Unknown`
[error] invalid-argument-type - :210:49 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `UUID | None`
[error] missing-argument - :215:13 - No argument provided for required parameter `*args`
[error] invalid-argument-type - :216:17 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `str`
[error] invalid-argument-type - :217:17 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `str & ~AlwaysFalsy`
[error] invalid-argument-type - :218:17 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `UUID | None`
[error] invalid-argument-type - :252:37 - Argument is incorrect: Expected `P'return@client_injector.args`, found `str`
[error] invalid-argument-type - :252:57 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `UUID`
[error] missing-argument - :579:33 - No argument provided for required parameter `*args`
[error] missing-argument - :593:27 - No argument provided for required parameter `*args`
[error] invalid-argument-type - :594:13 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `str`
[error] invalid-argument-type - :595:13 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `Literal[1]`
[error] invalid-argument-type - :596:13 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `set[str]`
[error] invalid-argument-type - :597:13 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `UUID`
[error] missing-argument - :691:33 - No argument provided for required parameter `*args`
[error] missing-argument - :705:27 - No argument provided for required parameter `*args`
[error] invalid-argument-type - :706:13 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `str`
[error] invalid-argument-type - :707:13 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `Literal[1]`
[error] invalid-argument-type - :708:13 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `set[str]`
[error] invalid-argument-type - :709:13 - Argument is incorrect: Expected `P'return@client_injector.kwargs`, found `UUID`

src/prefect/server/events/models/automations.py

[error] unresolved-attribute - :297 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`
[error] unresolved-attribute - :317 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

src/prefect/server/models/artifacts.py

[error] unresolved-attribute - :449 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`
[error] unresolved-attribute - :449 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

src/prefect/server/models/block_types.py

[error] unresolved-attribute - :200 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

src/prefect/server/models/concurrency_limits_v2.py

[error] unresolved-attribute - :171 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`
[error] unresolved-attribute - :236 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`
[error] unresolved-attribute - :284 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`
[error] unresolved-attribute - :306 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

src/prefect/server/models/deployments.py

[error] unresolved-attribute - :324 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`
[error] unresolved-attribute - :1094 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

src/prefect/server/models/flow_runs.py

[error] unresolved-attribute - :174 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`
[error] unresolved-attribute - :727 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

src/prefect/server/models/flows.py

[error] unresolved-attribute - :83 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

src/prefect/server/models/task_runs.py

[error] unresolved-attribute - :176 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

src/prefect/server/models/variables.py

[error] unresolved-attribute - :123 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`
[error] unresolved-attribute - :140 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

src/prefect/server/models/work_queues.py

[error] unresolved-attribute - :293 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

src/prefect/server/models/workers.py

[error] unresolved-attribute - :257 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`
[error] unresolved-attribute - :668 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`
[error] unresolved-attribute - :847 -
Old: Object of type `Result[Unknown]` has no attribute `rowcount`
New: Object of type `Result[Any]` has no attribute `rowcount`

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

pwndbg/commands/kdmabuf.py

[error] unsupported-operator - :70:8 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[10]]`

pwndbg/commands/onegadget.py

[error] invalid-argument-type - :27:1 - Argument is incorrect: Expected `((show_unsat: bool = False, no_unknown: bool = False, verbose: bool = False) -> None, /) -> ((show_unsat: bool = False, no_unknown: bool = False, verbose: bool = False) -> None) | None`, found `(((show_unsat: bool = False, no_unknown: bool = False, verbose: bool = False) -> None, /) -> (show_unsat: bool = False, no_unknown: bool = False, verbose: bool = False) -> None) | ((show_unsat: bool = False, no_unknown: bool = False, verbose: bool = False) -> None)`

pwndbg/commands/pie.py

[error] invalid-assignment - :58:18 - Object of type `str | None` is not assignable to `str`
[error] invalid-assignment - :85:22 - Object of type `str | None` is not assignable to `str`

pwndbg/commands/ropper.py

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

pwndbg/aglib/elf.py

[warning] unused-type-ignore-comment - :187:72 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :201:71 - Unused blanket `type: ignore` directive

pwndbg/aglib/file.py

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

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-argument-type - :1619:17 - Argument to function `get_typed_pointer_value` is incorrect: Expected `str | Type`, found `Type | None`
[error] invalid-argument-type - :1702:13 - Argument to function `get_typed_pointer_value` is incorrect: Expected `str | Type`, found `Type | None`
[warning] possibly-missing-attribute - :1794:28 - Attribute `_c_struct` may be missing on object of type `type[MallocState] | None`
[warning] possibly-missing-attribute - :1796:37 - Attribute `get_field_offset` may be missing on object of type `type[MallocState] | None`
[warning] possibly-missing-attribute - :1797:37 - Attribute `sizeof` may be missing on object of type `type[MallocState] | None`
[warning] possibly-missing-attribute - :1864:46 - Attribute `sizeof` may be missing on object of type `type[MallocState] | None`
[error] invalid-argument-type - :1871:52 - Argument is incorrect: Expected `int`, found `int | None | Unknown`
[error] call-non-callable - :2057:34 - Object of type `None` is not callable
[error] call-non-callable - :2064:38 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :2081:52 - Attribute `sizeof` may be missing on object of type `type[TcachePerthreadStruct] | None`
[error] call-non-callable - :2108:46 - Object of type `None` is not callable
[error] call-non-callable - :2122:30 - Object of type `None` is not callable
[error] invalid-argument-type - :2149:52 - Argument is incorrect: Expected `int`, found `int | None`
[error] call-non-callable - :2151:24 - Object of type `None` is not callable
[error] call-non-callable - :2237:16 - Object of type `None` is not callable
[error] call-non-callable - :2246:16 - Object of type `None` is not callable

pwndbg/aglib/kernel/__init__.py

[warning] possibly-missing-attribute - :371:16 - Attribute `STRUCT_PAGE_SIZE` may be missing on object of type `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :376:16 - Attribute `STRUCT_PAGE_SHIFT` may be missing on object of type `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :380:16 - Attribute `physmap` may be missing on object of type `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :384:16 - Attribute `phys_offset` may be missing on object of type `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :388:16 - Attribute `page_shift` may be missing on object of type `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :392:16 - Attribute `vmemmap` may be missing on object of type `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :396:16 - Attribute `kbase` may be missing on object of type `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :472:64 - Attribute `vmalloc` may be missing on object of type `ArchPagingInfo | None`
[error] invalid-assignment - :474:20 - Object of type `int | None` is not assignable to `int`
[warning] possibly-missing-attribute - :507:64 - Attribute `vmalloc` may be missing on object of type `ArchPagingInfo | None`
[error] invalid-assignment - :509:20 - Object of type `int | None` is not assignable to `int`
[error] invalid-return-type - :578:16 - Return type does not match returned value: expected `Value`, found `Value | None`
[error] unresolved-attribute - :79 -
Old: Object of type `(**P@requires_debug_symbols) -> T@requires_debug_symbols` has no attribute `__name__`
New: Object of type `(**P@decorator) -> T@decorator` has no attribute `__name__`
[error] unresolved-attribute - :99 -
Old: Object of type `(**P@requires_debug_info) -> T@requires_debug_info` has no attribute `__name__`
New: Object of type `(**P@decorator) -> T@decorator` has no attribute `__name__`
[error] unsupported-operator - :278 -
Old: Operator `+` is not supported between objects of type `None | Unknown` and `Literal[1]`
New: Operator `+` is not supported between objects of type `int | None` and `Literal[1]`
[error] unsupported-operator - :284 -
Old: Operator `+` is not supported between objects of type `None | Unknown` and `int`
New: Operator `+` is not supported between objects of type `int | None` and `int`

pwndbg/aglib/kernel/kallsyms.py

[error] unsupported-operator - :214:12 - Operator `<` is not supported between objects of type `Unknown | tuple[int, ...] | None` and `tuple[Literal[4], Literal[20]]`
[error] unsupported-operator - :259:12 - Operator `<` is not supported between objects of type `Unknown | tuple[int, ...] | None` and `tuple[Literal[6], Literal[4]]`
[error] unsupported-operator - :305:26 - Operator `>=` is not supported between objects of type `Unknown | tuple[int, ...] | None` and `tuple[Literal[6], Literal[4]]`
[error] unsupported-operator - :316:17 - Operator `-` is not supported between objects of type `Unknown | int | None` and `Literal[131072]`

pwndbg/aglib/kernel/kmod.py

[error] unsupported-operator - :58:12 - Operator `<=` is not supported between objects of type `tuple[Literal[6], Literal[13]]` and `tuple[int, ...] | None`
[error] unsupported-operator - :58:23 - Operator `<` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[15]]`
[error] unsupported-operator - :75:20 - Operator `<=` is not supported between objects of type `tuple[Literal[6], Literal[13]]` and `tuple[int, ...] | None`
[error] unsupported-operator - :75:31 - Operator `<` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[15]]`
[error] unsupported-operator - :79:22 - Operator `<=` is not supported between objects of type `tuple[Literal[6], Literal[15]]` and `tuple[int, ...] | None`
[error] unsupported-operator - :142:12 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[5], Literal[2]]`
[error] unsupported-operator - :191:8 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[5], Literal[2]]`
[error] unsupported-operator - :203:12 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[5], Literal[2]]`

pwndbg/aglib/kernel/slab.py

[error] unsupported-operator - :41:8 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[5], Literal[17]]`
[error] unsupported-operator - :474:8 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[2]]`
[error] unsupported-operator - :532:8 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[3]]`
[error] unsupported-operator - :536:49 - Operator `<` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[2]]`

pwndbg/aglib/kernel/symbol.py

[error] unsupported-operator - :95:12 - Operator `<` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[5], Literal[14]]`
[error] unsupported-operator - :297:16 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[5], Literal[10]]`
[error] unsupported-operator - :367:12 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[10]]`

pwndbg/aglib/kernel/vmmap.py

[error] invalid-assignment - :32:13 - Object of type `tuple[tuple[str | None, int | None], ...]` is not assignable to attribute `sections` of type `tuple[tuple[str, int], ...]`
[warning] possibly-missing-attribute - :62:32 - Attribute `USERLAND` may be missing on object of type `Unknown | ArchPagingInfo | None`
[warning] possibly-missing-attribute - :81:32 - Attribute `KERNELRO` may be missing on object of type `Unknown | ArchPagingInfo | None`
[warning] possibly-missing-attribute - :441:32 - Attribute `ESPSTACK` may be missing on object of type `Unknown | ArchPagingInfo | None`

pwndbg/aglib/next.py

[error] unsupported-operator - :258:12 - Operator `<=` is not supported between objects of type `int` and `int | None`
[error] unsupported-operator - :258:21 - Operator `<` is not supported between objects of type `int | None` and `int`
[error] unsupported-operator - :273:16 - Operator `<=` is not supported between objects of type `int` and `int | None`
[error] unsupported-operator - :273:25 - Operator `<` is not supported between objects of type `int | None` and `int`

pwndbg/aglib/proc.py

[error] invalid-argument-type - :96:45 - Argument to function `section_by_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :106:57 - Argument to function `relocations_by_section_name` is incorrect: Expected `str`, found `str | None`

pwndbg/commands/comments.py

[error] invalid-assignment - :37:21 - Invalid subscript assignment with key of type `str | None` and value of type `dict[str, str]` on object of type `dict[str, dict[str, str]]`
[error] invalid-argument-type - :38:17 - Method `__getitem__` of type `bound method dict[str, dict[str, str]].__getitem__(key: str, /) -> dict[str, str]` cannot be called with key of type `None` on object of type `dict[str, dict[str, str]]`

pwndbg/commands/context.py

[error] invalid-argument-type - :1561:27 - Argument is incorrect: Expected `str`, found `str | None`

pwndbg/commands/elf.py

[warning] possibly-missing-attribute - :88:40 - Attribute `read` may be missing on object of type `Page | None`
[warning] possibly-missing-attribute - :89:41 - Attribute `write` may be missing on object of type `Page | None`
[warning] possibly-missing-attribute - :90:41 - Attribute `execute` may be missing on object of type `Page | None`

pwndbg/commands/got.py

[error] invalid-argument-type - :86:14 - Argument to function `_got` is incorrect: Expected `str`, found `str | None`
[warning] possibly-missing-attribute - :153:44 - Attribute `write` may be missing on object of type `Page | None`

pwndbg/commands/kmod.py

[error] unsupported-operator - :52:16 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[4]]`
[error] unsupported-operator - :71:16 - Operator `>=` is not supported between objects of type `tuple[int, ...] | None` and `tuple[Literal[6], Literal[4]]`

pwndbg/commands/patch.py

[error] invalid-argument-type - :82:31 - Argument is incorrect: Expected `tuple[int, int]`, found `tuple[int, int] | None`

pwndbg/commands/ptmalloc2.py

[error] unsupported-operator - :1444:41 - Operator `<` is not supported between objects of type `int` and `int | None`

pwndbg/commands/radare2.py

[warning] possibly-missing-attribute - :51 -
Old: Attribute `address` may be missing on object of type `Unknown | None`
New: Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[warning] possibly-missing-attribute - :53 -
Old: Attribute `address` may be missing on object of type `Unknown | None`
New: Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[error] invalid-argument-type - :55 -
Old: Argument to function `hex` is incorrect: Expected `SupportsIndex`, found `int | None | Unknown`
New: Argument to function `hex` is incorrect: Expected `SupportsIndex`, found `int | None | Any`

pwndbg/commands/rizin.py

[warning] possibly-missing-attribute - :49 -
Old: Attribute `address` may be missing on object of type `Unknown | None`
New: Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[warning] possibly-missing-attribute - :51 -
Old: Attribute `address` may be missing on object of type `Unknown | None`
New: Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[error] invalid-argument-type - :53 -
Old: Argument to function `hex` is incorrect: Expected `SupportsIndex`, found `int | None | Unknown`
New: Argument to function `hex` is incorrect: Expected `SupportsIndex`, found `int | None | Any`

pwndbg/commands/rop.py

[error] invalid-argument-type - :28:36 - Argument is incorrect: Expected `tuple[int, int]`, found `tuple[int, int] | None`

pwndbg/commands/start.py

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

pwndbg/commands/telescope.py

[error] unsupported-operator - :148:16 - Operator `in` is not supported between objects of type `int | None` and `Page`
[error] unsupported-operator - :148:31 - Operator `not in` is not supported between objects of type `int | None` and `Page`

pwndbg/decorators.py

[error] unresolved-attribute - :61 -
Old: Object of type `(**P@suppress_errors) -> T@suppress_errors` has no attribute `__name__`
New: Object of type `(**P@decorator) -> T@decorator` has no attribute `__name__`

pwndbg/emu/emulator.py

[warning] possibly-missing-attribute - :481:24 - Attribute `objfile` may be missing on object of type `Page | None`
[warning] possibly-missing-attribute - :481:51 - Attribute `objfile` may be missing on object of type `Page | None`
[warning] possibly-missing-attribute - :499:48 - Attribute `end` may be missing on object of type `Page | None`
[warning] possibly-missing-attribute - :525:34 - Attribute `objfile` may be missing on object of type `Page | None`

pwndbg/enhance.py

[warning] possibly-missing-attribute - :91:20 - Attribute `objfile` may be missing on object of type `Page | None`
[warning] possibly-missing-attribute - :91:47 - Attribute `objfile` may be missing on object of type `Page | None`
[warning] possibly-missing-attribute - :108:44 - Attribute `end` may be missing on object of type `Page | None`
[warning] possibly-missing-attribute - :124:30 - Attribute `objfile` may be missing on object of type `Page | None`

pwndbg/gdblib/functions.py

[warning] possibly-missing-attribute - :93 -
Old: Attribute `address` may be missing on object of type `Unknown | None`
New: Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`

pwndbg/lib/cache.py

[error] unresolved-attribute - :186 -
Old: Object of type `((**P@cache_until) -> T@cache_until) & <Protocol with members 'cache'>` has no attribute `__name__`
New: Object of type `((**P@inner) -> T@inner) & <Protocol with members 'cache'>` has no attribute `__name__`
[error] unresolved-attribute - :206 -
Old: Object of type `((**P@cache_until) -> T@cache_until) & ~<Protocol with members 'cache'>` has no attribute `__qualname__`
New: Object of type `((**P@inner) -> T@inner) & ~<Protocol with members 'cache'>` has no attribute `__qualname__`
[error] unresolved-attribute - :219 -
Old: Object of type `((**P@cache_until) -> T@cache_until) & ~<Protocol with members 'cache'>` has no attribute `__name__`
New: Object of type `((**P@inner) -> T@inner) & ~<Protocol with members 'cache'>` has no attribute `__name__`

pwndbg/radare2.py

[warning] possibly-missing-attribute - :46 -
Old: Attribute `address` may be missing on object of type `Unknown | None`
New: Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`

pwndbg/rizin.py

[warning] possibly-missing-attribute - :44 -
Old: Attribute `address` may be missing on object of type `Unknown | None`
New: Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`

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

pydantic/deprecated/class_validators.py

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

pydantic/config.py

[error] unresolved-attribute - :1285 -
Old: Unresolved attribute `__pydantic_config__` on type `_TypeT@with_config`
New: Unresolved attribute `__pydantic_config__` on type `_TypeT@inner`

pydantic/functional_serializers.py

[error] invalid-return-type - :315 -
Old: Return type does not match returned value: expected `((_FieldWrapSerializerT@field_serializer, /) -> _FieldWrapSerializerT@field_serializer) | ((_FieldPlainSerializerT@field_serializer, /) -> _FieldPlainSerializerT@field_serializer)`, found `def dec(f: ((Any, /) -> Any) | ((Any, SerializationInfo[Any], /) -> Any) | ((Any, Any, /) -> Any) | ... omitted 7 union elements) -> PydanticDescriptorProxy[Any]`
New: Return type does not match returned value: expected `[_FieldWrapSerializerT'return](_FieldWrapSerializerT'return, /) -> _FieldWrapSerializerT'return`, found `def dec(f: ((Any, /) -> Any) | ((Any, SerializationInfo[Any], /) -> Any) | ((Any, Any, /) -> Any) | ... omitted 7 union elements) -> PydanticDescriptorProxy[Any]`

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

pylint/checkers/async_checker.py

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

pylint/checkers/typecheck.py

[warning] possibly-missing-attribute - :729:46 - Attribute `parent` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :732:34 - Attribute `parent` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :734:34 - Attribute `statement` may be missing on object of type `Unknown | None`

pylint/checkers/unicode.py

[error] invalid-argument-type - :414:17 - Argument to function `_map_positions_to_result` is incorrect: Expected `dict[bytes | str, _BadChar]`, found `dict[bytes, _BadChar]`

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

src/py/_pyodide/_core_docs.py

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

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

testing/test_capture.py

[error] missing-argument - :1111:15 - No argument provided for required parameter `*args`

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

pytest_robotframework/_internal/utils.py

[error] invalid-return-type - :51:16 - Return type does not match returned value: expected `[**P'return](**P'return@decorator) -> T`, found `_Wrapped[(...), T@decorator, P@new_fn, T@decorator]`

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

src/schemathesis/generation/coverage.py

[error] no-matching-overload - :142:12 - No overload of function `one_of` matches arguments

src/schemathesis/generation/hypothesis/builder.py

[error] no-matching-overload - :124:16 - No overload of function `one_of` matches arguments

src/schemathesis/specs/graphql/scalars.py

[error] invalid-argument-type - :77:27 - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - :78:27 - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - :79:63 - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - :80:46 - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - :81:51 - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - :82:51 - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - :83:37 - Argument to bound method `map` is incorrect: Expected `(int, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - :84:74 - Argument to bound method `map` is incorrect: Expected `(int, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - :85:41 - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`

src/schemathesis/specs/graphql/schemas.py

[error] missing-argument - :246:16 - No argument provided for required parameter `*args`

src/schemathesis/specs/openapi/_hypothesis.py

[error] missing-argument - :547:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :795:45 - No arguments provided for required parameters `*args`, `**kwargs`

src/schemathesis/specs/openapi/adapter/parameters.py

[error] missing-argument - :118:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :162:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :190:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :226:12 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :579:16 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :1069:16 - No arguments provided for required parameters `*args`, `**kwargs`

src/schemathesis/specs/openapi/examples.py

[error] missing-argument - :96:9 - No argument provided for required parameter `*args`

src/schemathesis/specs/openapi/negative/__init__.py

[error] missing-argument - :199:24 - No argument provided for required parameter `*args`
[error] missing-argument - :221:16 - No arguments provided for required parameters `*args`, `**kwargs`

src/schemathesis/specs/openapi/schemas.py

[error] missing-argument - :533:16 - No argument provided for required parameter `*args`

src/schemathesis/specs/openapi/stateful/__init__.py

[error] missing-argument - :200:37 - No arguments provided for required parameters `*args`, `**kwargs`
[error] missing-argument - :342:16 - No argument provided for required parameter `*args`

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

sklearn/externals/array_api_compat/_internal.py

[error] unresolved-attribute - :44 -
Old: Object of type `(...) -> _T@get_xp` has no attribute `__name__`
New: Object of type `(...) -> _T@inner` has no attribute `__name__`

sklearn/externals/array_api_compat/common/_linalg.py

[warning] possibly-missing-attribute - :113:15 - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - :113:76 - Attribute `dtype` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - :117:15 - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`

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

scipy/signal/tests/test_short_time_fft.py

[error] call-non-callable - :1116:23 - Method `__class_getitem__` of type `Unknown | ([**_P'return, _R_co'return](**_P'return@classmethod) -> _R_co'return)` is not callable on object of type `<class 'ShortTimeFFT'>`

subprojects/array_api_compat/array_api_compat/array_api_compat/_internal.py

[error] unresolved-attribute - :44 -
Old: Object of type `(...) -> _T@get_xp` has no attribute `__name__`
New: Object of type `(...) -> _T@inner` has no attribute `__name__`

subprojects/array_api_compat/array_api_compat/array_api_compat/common/_linalg.py

[warning] possibly-missing-attribute - :113:15 - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - :113:76 - Attribute `dtype` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - :117:15 - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`

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

scrapy/utils/decorators.py

[error] unresolved-attribute - :31 -
Old: Object of type `(**_P@deprecated) -> _T@deprecated` has no attribute `__name__`
New: Object of type `(**_P@deco) -> _T@deco` has no attribute `__name__`
[error] invalid-assignment - :40 -
Old: Object of type `(...) -> _T@deprecated` is not assignable to `def deco[**_P](func: (**_P@deprecated) -> _T) -> (**_P@deprecated) -> _T`
New: Object of type `(...) -> Unknown` is not assignable to `def deco[**_P, _T](func: (**_P@deco) -> _T) -> (**_P@deco) -> _T`

tests/test_utils_request.py

[error] missing-argument - :146:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :146:37 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :147:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :147:37 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :152:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :152:37 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :156:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :162:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :162:37 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :172:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :172:37 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :172:58 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :174:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :178:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :189:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :189:37 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :190:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :191:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :192:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :199:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :199:37 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :200:16 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :200:37 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :205:15 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :207:15 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :214:15 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :216:15 - No argument provided for required parameter `**kwargs`

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

setuptools/_reqs.py

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

setuptools/discovery.py

[error] missing-argument - :197:20 - No argument provided for required parameter `**kwargs`

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

lib/spack/spack/vendor/jsonschema/_format.py

[error] missing-argument - :172:9 - No argument provided for required parameter `**kwargs`

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

static_frame/core/container_util.py

[error] invalid-argument-type - :1372:21 - Argument to bound method `reindex` is incorrect: Expected `Never`, found `Literal[False]`
[error] call-non-callable - :1084:16 - Object of type `object` is not callable
[error] call-non-callable - :1370:23 - Object of type `object` is not callable

static_frame/core/display_visidata.py

[error] too-many-positional-arguments - :319:56 - Too many positional arguments to bound method `from_concat`: expected 2, got 3

static_frame/core/frame.py

[error] unknown-argument - :4286:21 - Argument `columns` does not match any known parameter of bound method `reindex`
[error] invalid-assignment - :4574:26 - Object of type `Hashable` is not assignable to `tuple[Hashable, ...]`
[error] call-non-callable - :1319:29 - Object of type `object` is not callable
[error] call-non-callable - :1455:29 - Object of type `object` is not callable
[warning] unused-type-ignore-comment - :2135:21 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2181:21 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :6777:32 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :4675 -
Old: Object of type `Unknown | tuple[str, ...]` is not assignable to `tuple[Hashable]`
New: Object of type `Hashable` is not assignable to `tuple[Hashable]`
[error] call-non-callable - :6768:26 - Object of type `object` is not callable
[error] invalid-argument-type - :6768:53 - Argument to bound method `fillna` is incorrect: Expected `Never`, found `int | float`

static_frame/core/index.py

[error] invalid-method-override - :963:9 - Invalid override of method `label_widths_at_depth`: Definition is incompatible with `IndexBase.label_widths_at_depth`

static_frame/core/index_datetime.py

[error] invalid-argument-type - :153 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `(Any & <Protocol with members '__len__'>) | (datetime64[date | int | None] & <Protocol with members '__len__'>)`
New: Argument to function `len` is incorrect: Expected `Sized`, found `(Any & <Protocol with members '__len__'> & ~Top[Index[Any]] & ~str) | (Any & ndarray[object, object]) | (datetime64[date | int | None] & <Protocol with members '__len__'>)`

static_frame/core/index_hierarchy.py

[error] invalid-method-override - :1731:9 - Invalid override of method `label_widths_at_depth`: Definition is incompatible with `IndexBase.label_widths_at_depth`

static_frame/core/quilt.py

[error] missing-argument - :1055:16 - No argument provided for required parameter `level` of bound method `relabel_level_add`
[error] unknown-argument - :1056:13 - Argument `columns` does not match any known parameter of bound method `relabel_level_add`
[warning] unused-type-ignore-comment - :1052:51 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1057:40 - Unused blanket `type: ignore` directive

static_frame/profile/__main__.py

[error] call-non-callable - :972:13 - Object of type `ReduceDispatch` is not callable
[error] call-non-callable - :982:13 - Object of type `ReduceDispatch` is not callable

static_frame/test/property/test_bus.py

[warning] possibly-missing-attribute - :89:35 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :167:31 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`

static_frame/test/property/test_frame.py

[error] invalid-argument-type - :337:29 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None | @Todo`

static_frame/test/unit/test_batch.py

[error] invalid-argument-type - :73:20 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - :93:20 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - :151:20 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - :158:20 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - :164:40 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - :173:20 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - :219:20 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - :249:20 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - :2307:19 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`

static_frame/test/unit/test_bus.py

[error] unresolved-attribute - :822:29 - Object of type `object_` has no attribute `equals`
[error] unresolved-attribute - :2850:42 - Object of type `object_` has no attribute `name`
[warning] possibly-missing-attribute - :3553:18 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :3558:18 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[warning] unused-type-ignore-comment - :706:57 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :942:57 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1744:33 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1753:33 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1806:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2806:39 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2872:39 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2947:47 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2954:60 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_container_util.py

[error] unresolved-attribute - :128:26 - Object of type `int | float` has no attribute `to_pairs`
[error] unresolved-attribute - :131:13 - Object of type `ndarray[Any, Any]` has no attribute `to_pairs`
[error] unresolved-attribute - :134:26 - Object of type `int | float` has no attribute `to_pairs`
[error] unresolved-attribute - :137:13 - Object of type `ndarray[Any, Any]` has no attribute `to_pairs`
[error] unresolved-attribute - :147:13 - Object of type `ndarray[Any, Any]` has no attribute `to_pairs`
[error] unresolved-attribute - :163:26 - Object of type `int | float` has no attribute `to_pairs`
[error] unresolved-attribute - :166:13 - Object of type `ndarray[Any, Any]` has no attribute `to_pairs`
[error] unresolved-attribute - :179:26 - Object of type `int | float` has no attribute `to_pairs`
[error] unresolved-attribute - :207:26 - Object of type `int | float` has no attribute `to_pairs`
[error] unresolved-attribute - :226:13 - Object of type `ndarray[Any, Any]` has no attribute `to_pairs`
[error] unresolved-attribute - :235:13 - Object of type `ndarray[Any, Any]` has no attribute `to_pairs`
[error] no-matching-overload - :359:13 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :379:13 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :553:13 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :568:26 - No overload of bound method `tolist` matches arguments
[warning] unused-type-ignore-comment - :183:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :203:53 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_frame.py

[error] invalid-argument-type - :249:31 - Argument to bound method `from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - :249:55 - Argument to bound method `from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - :255:31 - Argument to bound method `from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - :1821:37 - Argument to bound method `from_parquet` is incorrect: Expected `str | PathLike[Any]`, found `None`
[error] invalid-argument-type - :3706:13 - Argument to bound method `astype` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[Unknown | int, Unknown | <class 'int'> | <class 'bool'>]`
[error] invalid-argument-type - :3759:26 - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[1], Literal[1]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - :3803:14 - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[2], list[Unknown | int]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - :3835:14 - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[2], slice[Literal[2], None, None]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - :3869:14 - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[slice[Literal[1], None, None], slice[Literal[3], None, None]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - :3902:14 - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[error] invalid-argument-type - :3933:14 - Method `__getitem__` of type `Overload[(key: ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None) -> FrameAssignILoc, (key: int | integer[Any]) -> Any]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `InterGetItemILocReduces[FrameAssignILoc, Any]`
[warning] possibly-missing-attribute - :6228:25 - Attribute `equals` may be missing on object of type `signedinteger[_64Bit] | Frame`
[warning] possibly-missing-attribute - :6229:25 - Attribute `equals` may be missing on object of type `signedinteger[_64Bit] | Frame`
[error] unresolved-attribute - :6230:25 - Object of type `float64` has no attribute `equals`
[warning] possibly-missing-attribute - :6231:25 - Attribute `equals` may be missing on object of type `signedinteger[_64Bit] | Frame`
[warning] possibly-missing-attribute - :6232:25 - Attribute `equals` may be missing on object of type `signedinteger[_64Bit] | Frame`
[error] invalid-argument-type - :9484:17 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9495:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9504:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9514:17 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9522:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9535:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9544:17 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9551:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9559:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9570:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9589:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9639:17 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9643:17 - Argument to bound method `from_delimited` is incorrect: Expected `int`, found `Literal["c"]`
[error] invalid-argument-type - :9650:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9669:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9687:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9699:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9715:17 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9726:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9768:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9802:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9823:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9841:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9852:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9863:13 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :9875:38 - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - :12219:45 - Argument to bound method `from_concat` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - :13756:67 - Argument to bound method `from_records` is incorrect: Expected `Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | None | dict[Hashable, str | dtype[Any] | type | None]`, found `Series[Any, Any]`
[error] invalid-argument-type - :14742:24 - Argument to bound method `__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[Unknown | str, Unknown | <class 'str'>]`
[error] invalid-argument-type - :14762:24 - Argument to bound method `__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `tuple[<class 'float'>, <class 'float'>, None, <class 'int'>, <class 'int'>]`
[error] invalid-argument-type - :14785:24 - Argument to bound method `__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[Unknown | str | int, Unknown | <class 'bool'>]`
[error] unresolved-attribute - :16924:13 - Object of type `IndexBase` has no attribute `dtypes`
[error] invalid-argument-type - :22203:30 - Argument to bound method `rank_ordinal` is incorrect: Expected `bool | Sequence[bool]`, found `GeneratorType[Unknown, None, None]`
[error] unresolved-attribute - :22695:27 - Object of type `IndexBase` has no attribute `_map`
[error] unresolved-attribute - :22696:27 - Object of type `IndexBase` has no attribute `_map`
[warning] unused-type-ignore-comment - :134:50 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :135:52 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :815:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :816:50 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1348:49 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1674:49 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :3075:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :3420:37 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :3711:41 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4962:37 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :5014:37 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :6233:61 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :6234:63 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :6235:63 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :6236:61 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :9501:63 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :9510:63 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :11892:64 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :12491:85 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :12492:75 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :12493:75 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :14123:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :14124:50 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :14144:70 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :15990:58 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :16037:53 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_frame_iter.py

[error] invalid-argument-type - :79:45 - Argument to bound method `apply_pool` is incorrect: Expected `(...) -> Any`, found `dict[Unknown | int, Unknown | str]`
[error] unresolved-attribute - :323:13 - Object of type `Series[Any, Any]` has no attribute `iter_tuple`
[error] unresolved-attribute - :344:13 - Object of type `Series[Any, Any]` has no attribute `iter_tuple_items`
[error] too-many-positional-arguments - :837:39 - Too many positional arguments to bound method `__call__`: expected 2, got 3
[error] too-many-positional-arguments - :1159:37 - Too many positional arguments to bound method `__call__`: expected 2, got 3
[error] invalid-argument-type - :1293:48 - Argument to bound method `__call__` is incorrect: Expected `int | list[int]`, found `tuple[Literal[2], Literal[1]]`
[warning] possibly-missing-attribute - :1792:13 - Attribute `to_pairs` may be missing on object of type `@Todo | ndarray[Any, Any]`
[warning] possibly-missing-attribute - :1803:13 - Attribute `to_pairs` may be missing on object of type `@Todo | ndarray[Any, Any]`
[warning] unused-type-ignore-comment - :39:71 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :834:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1162:42 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1752:51 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1755:51 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1763:57 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_index.py

[error] invalid-argument-type - :719:24 - Argument to bound method `sort` is incorrect: Expected `bool`, found `tuple[Literal[True], Literal[False]]`
[warning] unused-type-ignore-comment - :1611:75 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1616:92 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_index_datetime.py

[error] unresolved-attribute - :997:13 - Object of type `Hashable` has no attribute `tolist`
[error] unresolved-attribute - :1001:13 - Object of type `Hashable` has no attribute `tolist`
[error] unresolved-attribute - :1013:13 - Object of type `Hashable` has no attribute `tolist`
[error] unresolved-attribute - :1017:13 - Object of type `Hashable` has no attribute `tolist`

static_frame/test/unit/test_index_hierarchy.py

[error] invalid-argument-type - :726:35 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Any]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] invalid-argument-type - :1511:32 - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `<class 'str'>`
[error] invalid-argument-type - :4336:26 - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `<class 'float'>`
[error] invalid-argument-type - :4355:24 - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `Literal["datetime64[M]"]`
[error] invalid-argument-type - :4419:28 - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `dict[Unknown | int, Unknown | <class 'str'>]`
[error] invalid-argument-type - :4422:28 - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `tuple[<class 'float'>, <class 'datetime64'>, <class 'float'>]`
[error] invalid-argument-type - :4428:28 - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `<class 'float'>`
[error] invalid-argument-type - :4430:24 - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `<class 'IndexDate'>`
[error] unresolved-attribute - :4980:13 - Object of type `Hashable` has no attribute `tolist`
[warning] unused-type-ignore-comment - :4967:68 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :5000:37 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_quilt.py

[error] unresolved-attribute - :339:26 - Object of type `Series[Any, Any]` has no attribute `columns`
[warning] possibly-missing-attribute - :1722:26 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[error] invalid-argument-type - :1724:20 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[warning] possibly-missing-attribute - :1783:26 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[error] invalid-argument-type - :1785:20 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - :1866:24 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - :1906:24 - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[warning] unused-type-ignore-comment - :343:73 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1951:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1965:29 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1980:39 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1988:39 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2477:55 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_series.py

[error] invalid-argument-type - :2423:37 - Argument to bound method `apply` is incorrect: Expected `(...) -> Any`, found `dict[Unknown | int, Unknown | int]`
[error] invalid-argument-type - :2821:27 - Argument to bound method `sort_values` is incorrect: Expected `bool`, found `tuple[Literal[False], Literal[True]]`
[error] invalid-argument-type - :3536:25 - Argument to bound method `clip` is incorrect: Expected `int | float | Series[Any, Any] | None`, found `tuple[Literal[2], Literal[5]]`
[error] unresolved-attribute - :4522:13 - Object of type `Hashable` has no attribute `tolist`
[error] no-matching-overload - :4537:25 - No overload matches arguments
[warning] unused-type-ignore-comment - :1978:39 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4518:79 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4519:77 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4520:80 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4531:81 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4545:63 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4550:93 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4563:65 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4566:71 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4569:71 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :4574:76 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_series_he.py

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

static_frame/test/unit/test_type_blocks.py

[error] invalid-argument-type - :1780:21 - Argument to bound method `_assign_from_iloc_by_sequence` is incorrect: Expected `Sequence[Any]`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`

static_frame/test/unit/test_type_clinic.py

[error] invalid-argument-type - :877:25 - Argument to function `proc1` is incorrect: Expected `int`, found `Literal["foo"]`
[error] invalid-argument-type - :894:22 - Argument to function `proc1` is incorrect: Expected `int`, found `Literal["foo"]`
[error] invalid-argument-type - :906:22 - Argument to function `proc1` is incorrect: Expected `int`, found `Literal["foo"]`

static_frame/test/unit/test_www.py

[error] invalid-argument-type - :93:35 - Argument to bound method `from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `Path | StringIO | BytesIO`
[error] invalid-argument-type - :238:43 - Argument to bound method `from_zip` is incorrect: Expected `Path | str | None`, found `str | PathLike[Any]`
[error] invalid-argument-type - :273:43 - Argument to bound method `from_gzip` is incorrect: Expected `Path | str | None`, found `str | PathLike[Any]`
[error] invalid-argument-type - :276:27 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Path | StringIO | BytesIO`
[error] invalid-argument-type - :296:44 - Argument to bound method `from_json_records` is incorrect: Expected `str | StringIO`, found `Path | StringIO | BytesIO`
[warning] unused-type-ignore-comment - :60:87 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :68:88 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :76:83 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :84:84 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :208:69 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :217:52 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :226:66 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :240:56 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :253:53 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :262:67 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_yarn.py

[error] unresolved-attribute - :1231:13 - Object of type `Yarn[Any]` has no attribute `to_pairs`
[error] unresolved-attribute - :1272:13 - Object of type `Yarn[Any]` has no attribute `to_pairs`
[warning] possibly-missing-attribute - :1676:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] invalid-argument-type - :1689:17 - Argument to bound method `sort_values` is incorrect: Expected `bool`, found `list[Unknown | bool]`
[warning] possibly-missing-attribute - :1697:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1712:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1768:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1789:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1795:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[warning] unused-type-ignore-comment - :694:35 - Unused blanket `type: ignore` directive

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

strawberry/directive.py

[error] unresolved-attribute - :133 -
Old: Object of type `(...) -> T@directive` has no attribute `__name__`
New: Object of type `(...) -> T@_wrap` has no attribute `__name__`

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

sympy/codegen/tests/test_matrix_nodes.py

[error] unsupported-operator - :27:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/decompositions.py

[warning] possibly-missing-attribute - :1321:16 - Attribute `diagonalize` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :1336:16 - Attribute `diagonalize` may be missing on object of type `MatrixBase | Expr`
[error] invalid-return-type - :1350:12 - Return type does not match returned value: expected `tuple[Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition]`, found `tuple[MatrixBase | Expr | Unknown, MatrixBase, MatrixBase | Expr | Unknown]`

sympy/matrices/eigen.py

[error] unresolved-attribute - :1202:37 - Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority` has no attribute `pow`

sympy/matrices/expressions/tests/test_derivatives.py

[error] unsupported-operator - :551:26 - Operator `+` is not supported between two objects of type `MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matadd.py

[error] unsupported-operator - :36:12 - Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matmul.py

[warning] possibly-missing-attribute - :158:68 - Attribute `as_explicit` may be missing on object of type `MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matpow.py

[error] unsupported-operator - :124:47 - Operator `+` is not supported between two objects of type `ImmutableDenseMatrix`

sympy/matrices/expressions/tests/test_permutation.py

[warning] possibly-missing-attribute - :27:12 - Attribute `as_explicit` may be missing on object of type `MatrixBase | Expr`

sympy/matrices/inverse.py

[error] unsupported-operator - :385:11 - Operator `-` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`
[error] unsupported-operator - :393:11 - Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`

sympy/matrices/tests/test_decompositions.py

[warning] possibly-missing-attribute - :23:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :32:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :42:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :51:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :57:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] no-matching-overload - :129:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :130:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :131:12 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :288:10 - Attribute `applyfunc` may be missing on object of type `MatrixBase | Expr`
[error] no-matching-overload - :393:16 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :394:16 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :395:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :396:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] no-matching-overload - :436:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :437:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :439:13 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :448:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :449:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :451:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :461:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :462:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :464:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :472:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :473:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :475:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :485:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :486:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :488:12 - No overload of function `simplify` matches arguments

sympy/matrices/tests/test_reductions.py

[error] unsupported-operator - :377:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[warning] possibly-missing-attribute - :384:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[warning] possibly-missing-attribute - :385:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`

sympy/matrices/tests/test_subspaces.py

[error] not-iterable - :46:35 - Object of type `MatrixBase | Expr` is not iterable
[error] not-iterable - :47:35 - Object of type `MatrixBase | Expr` is not iterable

sympy/physics/optics/polarization.py

[error] no-matching-overload - :669:12 - No overload of function `simplify` matches arguments

sympy/physics/optics/tests/test_gaussopt.py

[error] not-subscriptable - :40:21 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :41:21 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :42:21 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :43:21 - Cannot subscript object of type `Expr` with no `__getitem__` method

sympy/physics/quantum/tests/test_represent.py

[error] unsupported-operator - :89:17 - Operator `+` is not supported between objects of type `MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :91:24 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :93:28 - Operator `+` is not supported between two objects of type `MatrixBase | Expr`
[error] not-subscriptable - :95:26 - Cannot subscript object of type `Expr` with no `__getitem__` method

sympy/solvers/tests/test_numeric.py

[error] unsupported-operator - :137:11 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/algebras/tests/test_quaternion.py

[error] not-subscriptable - :75:10 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] no-matching-overload - :76:10 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :320:10 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :422:33 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/core/numbers.py

[error] invalid-argument-type - :486:5 - Argument is incorrect: Expected `(Number, Expr | int | float, /) -> Expr | int | float`, found `Overload[(self, other: Number | int | float) -> Number, (self, other: Expr) -> Expr]`

sympy/geometry/point.py

[warning] possibly-missing-attribute - :1295:25 - Attribute `tolist` may be missing on object of type `MatrixBase | Expr`

sympy/integrals/tests/test_heurisch.py

[error] not-subscriptable - :390:26 - Cannot subscript object of type `Expr` with no `__getitem__` method

sympy/matrices/common.py

[error] missing-argument - :3082:26 - No argument provided for required parameter `**kwargs`

sympy/matrices/expressions/matpow.py

[error] unsupported-operator - :72:20 - Operator `**` is not supported between objects of type `(Unknown & MatrixBase & ~MatPow) | (Basic & MatrixBase & ~MatPow)` and `Unknown | Basic`

sympy/matrices/expressions/tests/test_blockmatrix.py

[error] unsupported-operator - :235:13 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :235:33 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :235:53 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :459:12 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/matrices/matrixbase.py

[error] unsupported-operator - :979:18 - Operator `+` is not supported between two objects of type `Self@_eval_wilkinson`
[error] invalid-return-type - :2957:16 - Return type does not match returned value: expected `Self@_eval_pow_by_cayley`, found `Self@_eval_pow_by_cayley | T2'return@call_highest_priority | T1'return@call_highest_priority`
[error] invalid-argument-type - :3046:5 - Argument is incorrect: Expected `(MatrixBase, MatrixBase | Expr, /) -> MatrixBase | Expr`, found `Overload[[Self](self, other: Self) -> Self, (self, other: MatrixBase) -> MatrixBase, (self, other: Expr) -> MatrixBase]`
[error] invalid-return-type - :3256:16 - Return type does not match returned value: expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority`
[error] invalid-argument-type - :3256:29 - Argument is incorrect: Expected `T2'return@call_highest_priority | T1'return@call_highest_priority`, found `MatrixBase`
[error] unsupported-operator - :3310:16 - Operator `+` is not supported between two objects of type `MatrixBase`
[error] invalid-return-type - :3314:16 - Return type does not match returned value: expected `Tmat@__sub__`, found `MatrixBase`
[error] not-subscriptable - :3944:39 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] unsupported-operator - :4386:16 - Operator `+` is not supported between two objects of type `Self@add`
[error] invalid-return-type - :4640:16 - Return type does not match returned value: expected `Self@D`, found `MatrixBase | Expr`
[error] not-subscriptable - :4748:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] invalid-return-type - :4923:16 - Return type does not match returned value: expected `Self@analytic_func`, found `Self@analytic_func | T2'return@call_highest_priority | T1'return@call_highest_priority`
[error] invalid-return-type - :5078:16 - Return type does not match returned value: expected `Self@log`, found `MatrixBase | @Todo | Expr`

sympy/matrices/repmatrix.py

[error] unsupported-operator - :321:17 - Operator `-` is not supported between two objects of type `Self@_eval_is_symmetric`

sympy/matrices/solvers.py

[warning] possibly-missing-attribute - :976:16 - Attribute `solve` may be missing on object of type `MatrixBase | Expr`
[error] invalid-return-type - :976:16 - Return type does not match returned value: expected `Tmat@_solve_least_squares`, found `MatrixBase`
[error] invalid-argument-type - :976:30 - Argument to bound method `solve` is incorrect: Argument type `MatrixBase | Expr` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - :976:30 - Argument to bound method `solve` is incorrect: Expected `MatrixBase`, found `MatrixBase | Expr`

sympy/matrices/sparse.py

[warning] possibly-missing-attribute - :417:16 - Attribute `inv` may be missing on object of type `MatrixBase | Expr`

sympy/matrices/tests/test_commonmatrix.py

[error] invalid-argument-type - :889:26 - Argument is incorrect: Expected `MatrixBase`, found `Literal[2]`
[error] unsupported-operator - :1203:31 - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `list[Unknown | int]`
[error] unsupported-operator - :1204:31 - Operator `*` is not supported between objects of type `list[Unknown | int]` and `MutableDenseMatrix`
[error] unsupported-operator - :1249:31 - Operator `+` is not supported between objects of type `MutableDenseMatrix` and `ImmutableDenseNDimArray`

sympy/matrices/tests/test_eigen.py

[error] invalid-argument-type - :406:20 - Argument to function `max` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`
[error] no-matching-overload - :477:12 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :492:12 - Attribute `applyfunc` may be missing on object of type `MatrixBase | Expr | Unknown`

sympy/matrices/tests/test_immutable.py

[error] unsupported-operator - :105:23 - Operator `+` is not supported between two objects of type `ImmutableDenseMatrix`
[error] unsupported-operator - :107:23 - Operator `*` is not supported between objects of type `ImmutableDenseMatrix` and `Literal[2]`

sympy/matrices/tests/test_matrices.py

[error] unsupported-operator - :121:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :123:32 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :141:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] not-subscriptable - :201:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :202:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :203:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :204:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :205:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :206:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :213:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :214:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :215:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :216:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :217:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :218:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] invalid-argument-type - :221:40 - Argument to bound method `multiply_elementwise` is incorrect: Expected `MatrixBase`, found `MatrixBase | Expr`
[error] unsupported-operator - :1232:13 - Operator `*` is not supported between objects of type `MutableDenseMatrix | MutableSparseMatrix` and `Literal[2]`
[error] no-matching-overload - :1739:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :2179:22 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2207:26 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :2680:16 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :2681:16 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :2682:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2683:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2728:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2746:25 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unsupported-operator - :2908:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2921:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2936:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2937:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :2948:14 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[warning] possibly-missing-attribute - :3055:33 - Attribute `analytic_func` may be missing on object of type `MatrixBase | Expr`
[error] no-matching-overload - :3062:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :3065:12 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :3071:60 - Attribute `exp` may be missing on object of type `MatrixBase | Expr`
[error] unsupported-operator - :3471:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[warning] possibly-missing-attribute - :3478:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[warning] possibly-missing-attribute - :3479:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`

sympy/matrices/tests/test_matrixbase.py

[error] unsupported-operator - :491:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :493:32 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] invalid-argument-type - :501:26 - Argument is incorrect: Expected `MatrixBase`, found `Literal[2]`
[error] unsupported-operator - :544:12 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :774:31 - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `list[Unknown | int]`
[error] unsupported-operator - :775:31 - Operator `*` is not supported between objects of type `list[Unknown | int]` and `MutableDenseMatrix`
[error] unsupported-operator - :823:31 - Operator `+` is not supported between objects of type `MutableDenseMatrix` and `ImmutableDenseNDimArray`
[error] unsupported-operator - :876:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :878:32 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :900:12 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :960:31 - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `dict[Unknown, Unknown]`
[error] not-subscriptable - :963:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :964:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :965:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :966:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :967:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :968:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] unsupported-operator - :1006:12 - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `Literal[0]`
[error] unsupported-operator - :1010:12 - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `Literal[0]`
[error] unsupported-operator - :1027:12 - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `Literal[3]`
[error] unsupported-operator - :2032:13 - Operator `*` is not supported between objects of type `MutableDenseMatrix | MutableSparseMatrix` and `Literal[2]`
[error] no-matching-overload - :2497:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :2931:22 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2959:26 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :3384:16 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :3385:16 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :3386:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3387:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3432:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3450:25 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unsupported-operator - :3610:21 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3624:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3639:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3640:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3652:14 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[warning] possibly-missing-attribute - :3768:33 - Attribute `analytic_func` may be missing on object of type `MatrixBase | Expr`
[error] no-matching-overload - :3775:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :3778:12 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :3784:60 - Attribute `exp` may be missing on object of type `MatrixBase | Expr`

sympy/matrices/tests/test_solvers.py

[error] unsupported-operator - :68:13 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] not-subscriptable - :129:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :132:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] no-matching-overload - :200:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :282:9 - Operator `*` is not supported between objects of type `MutableDenseMatrix` and `Literal[2]`
[error] no-matching-overload - :332:16 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :333:16 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :334:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :335:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] no-matching-overload - :341:16 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :342:16 - No overload of function `simplify` matches arguments
[warning] possibly-missing-attribute - :343:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[warning] possibly-missing-attribute - :344:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`

sympy/matrices/tests/test_sparse.py

[error] not-subscriptable - :91:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :92:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :93:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :94:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :95:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :96:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :103:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :104:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :105:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :106:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :107:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :108:16 - Cannot subscript object of type `Expr` with no `__getitem__` method
[warning] possibly-missing-attribute - :336:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :345:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[warning] possibly-missing-attribute - :352:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] unsupported-operator - :438:9 - Operator `*` is not supported between objects of type `MutableSparseMatrix` and `Literal[2]`
[error] unsupported-operator - :573:12 - Operator `+` is not supported between two objects of type `MutableSparseMatrix`
[error] unsupported-operator - :577:52 - Operator `+` is not supported between two objects of type `MutableSparseMatrix`
[error] unsupported-operator - :593:17 - Operator `+` is not supported between two objects of type `MutableSparseMatrix`

sympy/parsing/autolev/test-examples/ruletest5.py

[error] unsupported-operator - :13:6 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :16:38 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :16:84 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :16:131 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :21:44 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :21:90 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :21:137 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :25:37 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :25:83 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :25:130 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/parsing/mathematica.py

[error] invalid-argument-type - :692:38 - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `Unknown | list[Unknown | str]`

sympy/physics/control/tests/test_lti.py

[error] unsupported-operator - :3733:31 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :3733:38 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/physics/mechanics/lagrange.py

[error] unsupported-operator - :222:23 - Operator `-` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :346:17 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`

sympy/physics/mechanics/linearize.py

[error] unsupported-operator - :187:45 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None | MutableDenseMatrix`
[error] unsupported-operator - :196:20 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None | MutableDenseMatrix`
[error] unsupported-operator - :217:28 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :229:29 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :241:29 - Operator `+` is not supported between two objects of type `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :368:26 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :369:20 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :373:30 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :374:24 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :380:30 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :381:24 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :390:24 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :394:24 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :398:24 - Operator `*` is not supported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`

sympy/physics/mechanics/tests/test_jointsmethod.py

[error] unsupported-operator - :247:17 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :249:17 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/physics/mechanics/tests/test_kane.py

[error] not-subscriptable - :442:20 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :443:38 - Cannot subscript object of type `Expr` with no `__getitem__` method

sympy/physics/optics/gaussopt.py

[error] not-subscriptable - :136:18 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :136:26 - Cannot subscript object of type `Expr` with no `__getitem__` method

sympy/physics/vector/functions.py

[error] invalid-argument-type - :380:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`

sympy/simplify/tests/test_simplify.py

[error] not-subscriptable - :88:21 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] no-matching-overload - :986:12 - No overload of function `simplify` matches arguments

sympy/solvers/simplex.py

[error] not-subscriptable - :1068:11 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] invalid-argument-type - :1068:42 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MatrixBase | Expr`
[error] unsupported-operator - :1068:77 - Operator `*` is not supported between objects of type `None | Unknown | MutableDenseMatrix` and `MutableDenseMatrix`

sympy/solvers/tests/test_solvers.py

[error] invalid-argument-type - :501:16 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Expr`
[error] unsupported-operator - :722:19 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :723:19 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :724:19 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`
[error] unsupported-operator - :724:30 - Operator `-` is not supported between two objects of type `MatrixBase | Expr`

sympy/stats/stochastic_process_types.py

[warning] possibly-missing-attribute - :1613:15 - Attribute `tolist` may be missing on object of type `MatrixBase | Expr`

sympy/stats/tests/test_symbolic_multivariate.py

[error] unsupported-operator - :84:36 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :84:84 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :85:36 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`

sympy/tensor/tests/test_tensor.py

[error] unsupported-operator - :1693:19 - Operator `+` is not supported between two objects of type `MutableDenseMatrix`
[error] unsupported-operator - :1694:23 - Operator `-` is not supported between two objects of type `MutableDenseMatrix`

sympy/vector/tests/test_vector.py

[error] not-subscriptable - :107:12 - Cannot subscript object of type `Expr` with no `__getitem__` method
[error] not-subscriptable - :108:23 - Cannot subscript object of type `Expr` with no `__getitem__` method

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

tornado/test/gen_test.py

[error] unresolved-attribute - :300 -
Old: Object of type `(...) -> Future[Unknown]` has no attribute `__name__`
New: Object of type `[_T'return](...) -> Future[Unknown]` has no attribute `__name__`

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

src/trio/_tests/test_socket.py

[warning] unused-type-ignore-comment - :446:20 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :942:65 - Unused blanket `type: ignore` directive

src/trio/_channel.py

[error] invalid-return-type - :610 -
Old: Return type does not match returned value: expected `(**P@as_safe_channel) -> AbstractAsyncContextManager[ReceiveChannel[T@as_safe_channel], bool | None]`, found `(self, *args: P@as_safe_channel.args, **kwargs: P@as_safe_channel.kwargs) -> _AsyncGeneratorContextManager[RecvChanWrapper[T@as_safe_channel], None]`
New: Return type does not match returned value: expected `[_T_co'return, _ExitT_co'return, ReceiveType'return](**P@as_safe_channel) -> AbstractAsyncContextManager[ReceiveChannel[T@as_safe_channel], bool | None]`, found `(self, *args: P@as_safe_channel.args, **kwargs: P@as_safe_channel.kwargs) -> _AsyncGeneratorContextManager[RecvChanWrapper[T@as_safe_channel], None]`

src/trio/_tests/test_fakenet.py

[warning] unused-type-ignore-comment - :136:72 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :193:32 - Unused blanket `type: ignore` directive

src/trio/_tests/test_path.py

[error] invalid-context-manager - :41:16 - Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` cannot be used with `async with` because it does not implement `__aenter__` and `__aexit__`
[warning] possibly-missing-attribute - :124 -
Old: Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Awaitable[Unknown])`
New: Attribute `__name__` may be missing on object of type `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`
[warning] possibly-missing-attribute - :125 -
Old: Attribute `__qualname__` may be missing on object of type `Unknown | ((...) -> Awaitable[Unknown])`
New: Attribute `__qualname__` may be missing on object of type `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`
[warning] possibly-missing-attribute - :128 -
Old: Attribute `__qualname__` may be missing on object of type `Unknown | ((...) -> Awaitable[Unknown])`
New: Attribute `__qualname__` may be missing on object of type `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`

src/trio/_tests/type_tests/path.py

[error] type-assertion-failure - :64:5 - Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :65:5 - Type `Path` does not match asserted type `Unknown`
[error] type-assertion-failure - :119 -
Old: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
New: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]`
[error] type-assertion-failure - :120 -
Old: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
New: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]`
[error] type-assertion-failure - :121 -
Old: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
New: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]`
[error] type-assertion-failure - :122 -
Old: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
New: Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]`
[error] type-assertion-failure - :123 -
Old: Type `AsyncIOWrapper[FileIO]` does not match asserted type `Unknown`
New: Type `AsyncIOWrapper[FileIO]` does not match asserted type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]`
[error] type-assertion-failure - :124 -
Old: Type `AsyncIOWrapper[BufferedRandom]` does not match asserted type `Unknown`
New: Type `AsyncIOWrapper[BufferedRandom]` does not match asserted type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]`
[error] type-assertion-failure - :125 -
Old: Type `AsyncIOWrapper[BufferedWriter]` does not match asserted type `Unknown`
New: Type `AsyncIOWrapper[BufferedWriter]` does not match asserted type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]`
[error] type-assertion-failure - :126 -
Old: Type `AsyncIOWrapper[BufferedReader[_BufferedReaderStream]]` does not match asserted type `Unknown`
New: Type `AsyncIOWrapper[BufferedReader[_BufferedReaderStream]]` does not match asserted type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]`
[error] type-assertion-failure - :127 -
Old: Type `AsyncIOWrapper[BinaryIO]` does not match asserted type `Unknown`
New: Type `AsyncIOWrapper[BinaryIO]` does not match asserted type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]`
[error] type-assertion-failure - :128 -
Old: Type `AsyncIOWrapper[IO[Any]]` does not match asserted type `Unknown`
New: Type `AsyncIOWrapper[IO[Any]]` does not match asserted type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]`
[error] unresolved-attribute - :132:23 - Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `read`
[error] unresolved-attribute - :133:23 - Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `write`
[error] unresolved-attribute - :134:23 - Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `seek`
[error] unresolved-attribute - :137:23 - Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `read`
[error] unresolved-attribute - :138:23 - Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `write`
[error] unresolved-attribute - :140:23 - Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `readlines`

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

torchvision/models/_api.py

[error] unresolved-attribute - :198 -
Old: Object of type `(...) -> M@register_model` has no attribute `__name__`
New: Object of type `(...) -> M@wrapper` has no attribute `__name__`

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

src/werkzeug/test.py

[error] missing-argument - :370:20 - No argument provided for required parameter `**kwargs`

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

doc/examples/monthly-means.ipynb:cell 10

[error] no-matching-overload - :2:11 - No overload of function `notna` matches arguments
[error] no-matching-overload - :15:5 - No overload matches arguments

doc/examples/weather-data.ipynb:cell 14

[error] missing-argument - :1:1 - No argument provided for required parameter `self` of bound method `__call__`

asv_bench/benchmarks/dataset_io.py

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

xarray/tests/test_deprecation_helpers.py

[warning] unused-type-ignore-comment - :18:31 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :22:31 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :26:34 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :34:28 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :42:28 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :46:35 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :60:35 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :83:40 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :87:40 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :91:43 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :100:40 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :104:43 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :113:37 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :117:44 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :132:44 - Unused blanket `type: ignore` directive

xarray/tests/test_groupby.py

[warning] unused-type-ignore-comment - :763:59 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :889:38 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :893:55 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :990:22 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :992:28 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :994:24 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1090:74 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1514:43 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1558:26 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1560:32 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1562:31 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2853:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :2855:44 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :3288:54 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :3301:67 - Unused blanket `type: ignore` directive

xarray/tests/test_plot.py

[error] no-matching-overload - :873:9 - No overload matches arguments
[error] no-matching-overload - :881:9 - No overload matches arguments
[error] no-matching-overload - :889:9 - No overload matches arguments
[error] missing-argument - :1317:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1331:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1338:17 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1340:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1350:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1358:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1364:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1401:17 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1402:17 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1409:9 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1414:13 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1429:21 - No argument provided for required parameter `**kwargs`
[error] missing-argument - :1536:9 - No argument provided for required parameter `**kwargs`
[warning] unused-type-ignore-comment - :716:67 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :721:81 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :726:81 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :740:56 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :945:63 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :1308 -
Old: Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`
New: Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - :1328 -
Old: Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`
New: Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - :1335 -
Old: Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`
New: Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - :1413 -
Old: Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`
New: Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`

xarray/tests/test_ufuncs.py

[warning] unused-type-ignore-comment - :85:63 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :86:63 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :88:64 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :89:64 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :91:68 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :92:68 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :94:68 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :95:68 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :98:48 - Unused blanket `type: ignore` directive

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

zerver/management/commands/send_to_email_mirror.py

[error] unresolved-attribute - :96:17 - Object of type `UserProfile` has no attribute `bot_owner_id`

zerver/tests/test_parallel.py

[error] invalid-argument-type - :197:17 - Argument to function `run_parallel` is incorrect: Expected `(int, /) -> None`, found `[**P'return](**P'return@partial) -> None`
[error] invalid-argument-type - :230:21 - Argument to function `run_parallel` is incorrect: Expected `(int, /) -> None`, found `[**P'return](**P'return@partial) -> None`
[error] invalid-argument-type - :267:17 - Argument to function `run_parallel` is incorrect: Expected `(int, /) -> None`, found `[**P'return](**P'return@partial) -> None`
[error] invalid-argument-type - :300:13 - Argument to function `run_parallel` is incorrect: Expected `(int, /) -> None`, found `[**P'return](**P'return@partial) -> None`

corporate/tests/test_stripe.py

[error] unresolved-attribute - :365 -
Old: Object of type `(**ParamT@mock_stripe) -> ReturnT@mock_stripe` has no attribute `__name__`
New: Object of type `(**ParamT@_mock_stripe) -> ReturnT@_mock_stripe` has no attribute `__name__`
[error] unresolved-attribute - :368 -
Old: Object of type `(**ParamT@mock_stripe) -> ReturnT@mock_stripe` has no attribute `__name__`
New: Object of type `(**ParamT@_mock_stripe) -> ReturnT@_mock_stripe` has no attribute `__name__`

zerver/actions/users.py

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

zerver/lib/import_realm.py

[error] unresolved-attribute - :991:53 - Object of type `UserProfile` has no attribute `realm_id`
[error] invalid-argument-type - :1165:13 - Argument to function `run_parallel` is incorrect: Expected `(dict[str, Any], /) -> None`, found `(def process_avatars(record: dict[str, Any]) -> None) | ([**P'return](**P'return@partial) -> None)`

zerver/lib/parallel.py

[error] missing-argument - :87:13 - No argument provided for required parameter `**kwargs`
[error] invalid-argument-type - :121:46 - Argument to bound method `submit` is incorrect: Expected `(**P'return@partial) -> None`, found `([**P'return](**P'return@partial) -> None) | ((ParallelRecordType@run_parallel_queue, /) -> None)`
[error] invalid-argument-type - :121:60 - Argument to bound method `submit` is incorrect: Expected `P'[email protected]`, found `ParallelRecordType@run_parallel_queue`

zerver/lib/send_email.py

[warning] possibly-missing-attribute - :110:25 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`

zerver/lib/test_runner.py

[error] invalid-argument-type - :129:32 - Argument to function `process_instrumented_calls` is incorrect: Expected `(dict[str, Any], /) -> None`, found `[**P'return](**P'return@partial) -> Any`

zerver/openapi/python_examples.py

[error] unresolved-attribute - :53 -
Old: Object of type `(**ParamT@openapi_test_function) -> ReturnT@openapi_test_function` has no attribute `__name__`
New: Object of type `(**ParamT@wrapper) -> ReturnT@wrapper` has no attribute `__name__`
[error] unresolved-attribute - :56 -
Old: Object of type `(**ParamT@openapi_test_function) -> ReturnT@openapi_test_function` has no attribute `__name__`
New: Object of type `(**ParamT@wrapper) -> ReturnT@wrapper` has no attribute `__name__`

zerver/webhooks/bitbucket/view.py

[error] invalid-assignment - :538:75 - Object of type `dict[str, BodyGetter | ([**P'return](**P'return@partial) -> str)]` is not assignable to `dict[str, BodyGetter]`

zerver/webhooks/github/view.py

[error] invalid-assignment - :1008:61 - Object of type `dict[str, ((Helper, /) -> str) | ([**P'return](**P'return@partial) -> str)]` is not assignable to `dict[str, (Helper, /) -> str]`

zerver/webhooks/gitlab/view.py

[error] invalid-assignment - :538:51 - Object of type `dict[str, EventFunction | ([**P'return](**P'return@partial) -> str)]` is not assignable to `dict[str, EventFunction]`

zerver/webhooks/groove/view.py

[error] invalid-assignment - :93:72 - Object of type `dict[str, ((WildValue, /) -> str | None) | ([**P'return](**P'return@partial) -> str)]` is not assignable to `dict[str, (WildValue, /) -> str | None]`

zerver/webhooks/shortcut/view.py

[error] invalid-assignment - :704:87 - Object of type `dict[str, ((WildValue, WildValue, /) -> str | None) | ([**P'return](**P'return@partial) -> str)]` is not assignable to `dict[str, (WildValue, WildValue, /) -> str | None]`
[error] invalid-assignment - :737:88 - Object of type `dict[str, ((WildValue, WildValue, /) -> str | None) | ([**P'return](**P'return@partial) -> str | None)]` is not assignable to `dict[str, (WildValue, WildValue, /) -> str | None]`
[error] invalid-assignment - :751:99 - Object of type `dict[str, ((WildValue, /) -> Iterator[WildValue]) | ([**P'return](**P'return@partial) -> Iterator[WildValue])]` is not assignable to `dict[str, (WildValue, /) -> Iterator[WildValue]]`

zerver/worker/base.py

[error] invalid-argument-type - :200:29 - Argument to function `signal` is incorrect: Expected `((int, FrameType | None, /) -> Any) | int | None`, found `[**P'return](**P'return@partial) -> None`