Summary

Comparing branches/commits:
Old: main (merge base) 9664474c
New: 21139/merge eae2fd87
Lint Rule Removed Added Changed
Total 110 367 84
invalid-argument-type 1 156 56
unresolved-attribute 6 90 8
unused-ignore-comment 58 0 0
invalid-return-type 22 20 3
missing-argument 0 38 0
invalid-assignment 2 23 9
possibly-missing-attribute 5 17 5
too-many-positional-arguments 14 0 0
no-matching-overload 0 10 0
invalid-raise 0 4 0
invalid-parameter-default 0 0 3
type-assertion-failure 0 3 0
call-non-callable 0 2 0
invalid-await 0 2 0
not-iterable 0 2 0
redundant-cast 2 0 0

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

tests/examples_arguments_syntax/diverging_stacked_bar_chart.py

[error] no-matching-overload - :249:10 - No overload of bound method `apply` matches arguments

tests/examples_methods_syntax/diverging_stacked_bar_chart.py

[error] no-matching-overload - :249:10 - No overload of bound method `apply` matches arguments

tests/expr/test_expr.py

[error] unresolved-attribute - :53:48 - Object of type `(...) -> Expression` has no attribute `__get__`

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

src/antidote/_internal/typing.py

[error] invalid-return-type - :91:62 - Function always implicitly returns `None`, which is not assignable to return type `Out@__call__`
[error] invalid-return-type - :96:70 - Function always implicitly returns `None`, which is not assignable to return type `Out@__call__`

src/antidote/core/__init__.py

[error] missing-argument - :985:41 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :985:61 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :1033:16 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1042:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1048:16 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :1057:10 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-return-type - :1302:30 - Function always implicitly returns `None`, which is not assignable to return type `(...) -> T@__wrapped__`
[error] invalid-return-type - :1305:62 - Function always implicitly returns `None`, which is not assignable to return type `T@__call__`

src/antidote/core/_inject.py

[error] missing-argument - :93:21 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :93:39 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :132:16 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :141:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :147:16 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :156:10 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`

src/antidote/core/_injection.py

[error] missing-argument - :278:53 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :278:73 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[warning] possibly-missing-attribute - :298:9 -
Old: Attribute `__qualname__` may be missing on object of type `(((...) -> object) & ~staticmethod & ~classmethod) | (@Todo & ~staticmethod & ~classmethod)`
New: Attribute `__qualname__` may be missing on object of type `(((...) -> object) & ~staticmethod[object, object] & ~Top[classmethod[Unknown, object, object]]) | (Unknown & ~staticmethod[object, object] & ~Top[classmethod[Unknown, object, object]])`
[warning] possibly-missing-attribute - :298:30 -
Old: Attribute `__name__` may be missing on object of type `(((...) -> object) & ~staticmethod & ~classmethod) | (@Todo & ~staticmethod & ~classmethod)`
New: Attribute `__name__` may be missing on object of type `(((...) -> object) & ~staticmethod[object, object] & ~Top[classmethod[Unknown, object, object]]) | (Unknown & ~staticmethod[object, object] & ~Top[classmethod[Unknown, object, object]])`
[warning] possibly-missing-attribute - :302:17 -
Old: Attribute `__qualname__` may be missing on object of type `(((...) -> object) & ~staticmethod & ~classmethod & ~MethodType) | (@Todo & ~staticmethod & ~classmethod & ~MethodType)`
New: Attribute `__qualname__` may be missing on object of type `(((...) -> object) & ~staticmethod[object, object] & ~Top[classmethod[Unknown, object, object]] & ~MethodType) | (Unknown & ~staticmethod[object, object] & ~Top[classmethod[Unknown, object, object]] & ~MethodType)`
[warning] possibly-missing-attribute - :302:42 -
Old: Attribute `__name__` may be missing on object of type `(((...) -> object) & ~staticmethod & ~classmethod & ~MethodType) | (@Todo & ~staticmethod & ~classmethod & ~MethodType)`
New: Attribute `__name__` may be missing on object of type `(((...) -> object) & ~staticmethod[object, object] & ~Top[classmethod[Unknown, object, object]] & ~MethodType) | (Unknown & ~staticmethod[object, object] & ~Top[classmethod[Unknown, object, object]] & ~MethodType)`

src/antidote/core/_raw/onion.py

[error] invalid-assignment - :417:9 - Object of type `ReferenceType[Self@add_child]` is not assignable to attribute `__parent_ref` of type `Function[Unknown, CatalogOnionLayerImpl | None]`

src/antidote/core/_raw/wrapper.py

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

src/antidote/lib/interface_ext/__init__.py

[error] missing-argument - :576:17 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1237:31 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :1241:31 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1298:23 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1299:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1303:32 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1303:65 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1330:23 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1331:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1335:32 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1335:65 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1361:11 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-return-type - :687:30 - Function always implicitly returns `None`, which is not assignable to return type `(...) -> Out@__wrapped__`
[error] invalid-return-type - :708:10 - Function always implicitly returns `None`, which is not assignable to return type `Dependency[(...) -> Out@single]`
[error] invalid-return-type - :738:10 - Function always implicitly returns `None`, which is not assignable to return type `Dependency[Sequence[(...) -> Out@all]]`
[error] invalid-return-type - :763:47 - Function always implicitly returns `None`, which is not assignable to return type `(...) -> Out@__antidote_dependency_hint__`
[error] invalid-return-type - :776:30 - Function always implicitly returns `None`, which is not assignable to return type `(...) -> Out@__wrapped__`
[error] invalid-return-type - :792:62 - Function always implicitly returns `None`, which is not assignable to return type `Dependency[Out@__call__]`
[error] invalid-return-type - :800:10 - Function always implicitly returns `None`, which is not assignable to return type `(...) -> Dependency[Out@single]`
[error] invalid-return-type - :830:10 - Function always implicitly returns `None`, which is not assignable to return type `(...) -> Dependency[Sequence[Out@all]]`
[warning] unused-ignore-comment - :1158:26 - Unused blanket `type: ignore` directive

src/antidote/lib/interface_ext/_function.py

[error] invalid-return-type - :161:16 - Return type does not match returned value: expected `Dependency[Out@__call__]`, found `Dependency[typing.TypeVar]`

src/antidote/lib/interface_ext/_interface.py

[error] missing-argument - :257:17 - No argument provided for required parameter `_R_co` of class `staticmethod`

src/antidote/lib/lazy_ext/__init__.py

[error] missing-argument - :210:17 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :216:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :499:38 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :505:35 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :635:32 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :635:65 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-return-type - :584:30 - Function always implicitly returns `None`, which is not assignable to return type `(...) -> Out@__wrapped__`
[error] invalid-return-type - :590:62 - Function always implicitly returns `None`, which is not assignable to return type `Dependency[Out@__call__]`
[error] invalid-return-type - :598:30 - Function always implicitly returns `None`, which is not assignable to return type `(...) -> Out@__wrapped__`
[error] invalid-return-type - :604:62 - Function always implicitly returns `None`, which is not assignable to return type `Dependency[Out@__call__]`

src/antidote/lib/lazy_ext/_lazy.py

[error] missing-argument - :104:17 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :110:10 - No argument provided for required parameter `_R_co` of class `staticmethod`

tests/lib/interface/test_class.py

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

tests/lib/interface/test_function.py

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

tests/lib/interface/test_lazy.py

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

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

src/async_utils/task_cache.py

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

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

asynq/decorators.pyi

[error] too-many-positional-arguments - :70:10 - Too many positional arguments to class `PureAsyncDecoratorBinder`: expected 1, got 2

asynq/tests/test_debug.py

[error] unresolved-attribute - :179:15 - Object of type `AsyncDecorator[Any, Unknown]` has no attribute `__name__`
[error] unresolved-attribute - :181:9 - Object of type `AsyncDecorator[Any, Unknown]` has no attribute `__name__`

asynq/tests/test_mock.py

[error] unresolved-attribute - :271:13 - Unresolved attribute `cant_set_attribute` on type `bound method AsyncDecorator[Any, Unknown].asynq(...) -> AsyncTask[Any]`.

asynq/tests/test_tools.py

[error] unresolved-attribute - :189:17 - Object of type `DecoratorBinder[Unknown]` has no attribute `__acached_per_instance_cache__`
[error] unresolved-attribute - :440:5 - Object of type `AsyncDecorator[Any, Unknown]` has no attribute `dirty`
[error] unresolved-attribute - :450:5 - Object of type `AsyncDecorator[Any, Unknown]` has no attribute `dirty`

asynq/tools.py

[error] unresolved-attribute - :206:9 - Unresolved attribute `__acached_per_instance_cache__` on type `AsyncDecorator[Any, Unknown]`.
[error] unresolved-attribute - :268:17 - Object of type `AsyncDecorator[Any, Unknown]` has no attribute `alazy_constant_refresh_time`
[error] unresolved-attribute - :269:33 - Object of type `AsyncDecorator[Any, Unknown]` has no attribute `alazy_constant_refresh_time`
[error] unresolved-attribute - :271:17 - Unresolved attribute `alazy_constant_cached_value` on type `AsyncDecorator[Any, Unknown]`.
[error] unresolved-attribute - :272:17 - Unresolved attribute `alazy_constant_refresh_time` on type `AsyncDecorator[Any, Unknown]`.
[error] unresolved-attribute - :273:20 - Object of type `AsyncDecorator[Any, Unknown]` has no attribute `alazy_constant_cached_value`
[error] unresolved-attribute - :276:13 - Unresolved attribute `alazy_constant_refresh_time` on type `AsyncDecorator[Any, Unknown]`.
[error] unresolved-attribute - :278:9 - Unresolved attribute `dirty` on type `AsyncDecorator[Any, Unknown]`.
[error] unresolved-attribute - :279:9 - Unresolved attribute `alazy_constant_refresh_time` on type `AsyncDecorator[Any, Unknown]`.
[error] unresolved-attribute - :280:9 - Unresolved attribute `alazy_constant_cached_value` on type `AsyncDecorator[Any, Unknown]`.
[error] unresolved-attribute - :310:9 - Unresolved attribute `original_fn` on type `AsyncDecorator[Any, Unknown]`.
[error] unresolved-attribute - :350:77 - Object of type `Self@cache_key` has no attribute `fn`
[error] unresolved-attribute - :353:16 - Object of type `Self@asyncio` has no attribute `fn`
[error] unresolved-attribute - :357:20 - Object of type `Self@asynq` has no attribute `fn`
[error] unresolved-attribute - :364:20 - Object of type `Self@asynq` has no attribute `fn`
[error] unresolved-attribute - :377:24 - Object of type `Self@asynq` has no attribute `fn`
[warning] possibly-missing-attribute - :336:13 - Attribute `dirty` may be missing on object of type `DecoratorBinder[Unknown] | @Todo`
[error] unresolved-attribute - :336:13 - Object of type `DecoratorBinder[Unknown]` has no attribute `dirty`
[warning] possibly-missing-attribute - :338:13 - Attribute `dirty` may be missing on object of type `DecoratorBinder[Unknown] | @Todo`
[error] unresolved-attribute - :338:13 - Object of type `DecoratorBinder[Unknown]` has no attribute `dirty`

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

beartype/_util/cache/utilcachecall.py

[warning] unused-ignore-comment - :266:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :493:28 - Unused blanket `type: ignore` directive

beartype/_util/cache/utilcacheobjattr.py

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

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

src/bokeh/plotting/_decorators.py

[error] unresolved-attribute - :67:9 - Unresolved attribute `__signature__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :91:9 - Unresolved attribute `__signature__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

src/bokeh/server/session.py

[error] invalid-return-type - :110:12 - Return type does not match returned value: expected `F@_needs_document_lock`, found `_Wrapped[Unknown, Unknown, Unknown, Unknown]`

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

boostedblob/globals.py

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

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

src/check_jsonschema/cli/param_types.py

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

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

cki_lib/retrying.py

[error] unresolved-attribute - :25:13 - Unresolved attribute `failed_count` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :26:13 - Unresolved attribute `retries` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :35:21 - Object of type `_Wrapped[Unknown, Unknown, Unknown, Unknown]` has no attribute `failed_count`
[error] unresolved-attribute - :37:24 - Object of type `_Wrapped[Unknown, Unknown, Unknown, Unknown]` has no attribute `failed_count`

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

benchmarks/bm/iast_fixtures/str_methods.py

[error] unresolved-attribute - :683:13 - Unresolved attribute `s_variables` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

ddtrace/_trace/tracer.py

[error] invalid-return-type - :877:20 - Return type does not match returned value: expected `AnyCallable@wrap`, found `AnyCallable@wrap | _Wrapped[Unknown, Unknown, Unknown, Unknown]`

ddtrace/vendor/psutil/_common.py

[error] unresolved-attribute - :306:5 - Unresolved attribute `cache_clear` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :362:5 - Unresolved attribute `cache_activate` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :363:5 - Unresolved attribute `cache_deactivate` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

tests/internal/test_utils_inspection.py

[error] invalid-argument-type - :54:24 - Argument to function `undecorated` is incorrect: Expected `FunctionType`, found `_Wrapper[Unknown, Unknown]`

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

discord/app_commands/commands.py

[error] missing-argument - :807:19 - No argument provided for required parameter `error` of function `on_error`
[error] invalid-argument-type - :807:35 - Argument to function `on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
[error] invalid-argument-type - :807:48 - Argument to function `on_error` is incorrect: Expected `Interaction[Client]`, found `AppCommandError`
[error] missing-argument - :810:23 - No argument provided for required parameter `error` of function `on_error`
[error] invalid-argument-type - :810:46 - Argument to function `on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
[error] invalid-argument-type - :810:59 - Argument to function `on_error` is incorrect: Expected `Interaction[Client]`, found `AppCommandError`

discord/app_commands/errors.py

[error] unresolved-attribute - :453:95 - Object of type `object` has no attribute `__qualname__`

discord/app_commands/tree.py

[error] invalid-assignment - :754:13 -
Old: Object of type `list[Command | Group]` is not assignable to `list[@Todo | Group | ContextMenu]`
New: Object of type `list[Command[Unknown, Unknown, Unknown] | Group]` is not assignable to `list[Command[Any, @Todo, Any] | Group | ContextMenu]`
[error] invalid-assignment - :764:17 -
Old: Object of type `list[Command | Group]` is not assignable to `list[@Todo | Group | ContextMenu]`
New: Object of type `list[Command[Unknown, Unknown, Unknown] | Group]` is not assignable to `list[Command[Any, @Todo, Any] | Group | ContextMenu]`

discord/ext/commands/cog.py

[error] invalid-argument-type - :288:28 - Argument to class `Command` is incorrect: Expected `Cog | None`, found `typing.Self`
[error] invalid-assignment - :527:13 -
Old: Object of type `Literal[True]` is not assignable to attribute `__cog_listener__` on type `(FuncT@listener & ~staticmethod) | ((...) -> Unknown)`
New: Object of type `Literal[True]` is not assignable to attribute `__cog_listener__` on type `(FuncT@listener & ~staticmethod[object, object]) | ((...) -> object)`
[error] unresolved-attribute - :528:33 -
Old: Object of type `(FuncT@listener & ~staticmethod) | ((...) -> Unknown)` has no attribute `__name__`
New: Object of type `(FuncT@listener & ~staticmethod[object, object]) | ((...) -> object)` has no attribute `__name__`
[error] unresolved-attribute - :530:17 -
Old: Object of type `(FuncT@listener & ~staticmethod) | ((...) -> Unknown)` has no attribute `__cog_listener_names__`
New: Object of type `(FuncT@listener & ~staticmethod[object, object]) | ((...) -> object)` has no attribute `__cog_listener_names__`
[error] invalid-assignment - :532:17 -
Old: Object of type `list[Unknown | (str & ~AlwaysFalsy)]` is not assignable to attribute `__cog_listener_names__` on type `(FuncT@listener & ~staticmethod) | ((...) -> Unknown)`
New: Object of type `list[Unknown | (str & ~AlwaysFalsy)]` is not assignable to attribute `__cog_listener_names__` on type `(FuncT@listener & ~staticmethod[object, object]) | ((...) -> object)`

discord/ext/commands/core.py

[warning] possibly-missing-attribute - :680:52 - Attribute `cog_command_error` may be missing on object of type `CogT@Command & ~None`
[warning] possibly-missing-attribute - :919:47 - Attribute `cog_before_invoke` may be missing on object of type `CogT@Command & ~None`
[error] invalid-argument-type - :921:23 - Argument to bound method `cog_before_invoke` is incorrect: Expected `Cog`, found `CogT@Command`
[warning] possibly-missing-attribute - :939:47 - Attribute `cog_after_invoke` may be missing on object of type `CogT@Command & ~None`
[error] invalid-argument-type - :941:23 - Argument to bound method `cog_after_invoke` is incorrect: Expected `Cog`, found `CogT@Command`
[warning] possibly-missing-attribute - :1312:58 - Attribute `cog_check` may be missing on object of type `CogT@Command & ~None`
[error] too-many-positional-arguments - :129:35 - Too many positional arguments to class `Group`: expected 1, got 3
[error] invalid-return-type - :516:16 - Return type does not match returned value: expected `CogT@cog`, found `Unknown | CogT@cog | typing.TypeVar`
[warning] unused-ignore-comment - :815:43 - Unused blanket `type: ignore` directive
[error] too-many-positional-arguments - :820:31 - Too many positional arguments to class `Group`: expected 1, got 3
[error] too-many-positional-arguments - :838:39 - Too many positional arguments to class `Group`: expected 1, got 3
[warning] unused-ignore-comment - :955:87 - Unused blanket `type: ignore` directive
[error] too-many-positional-arguments - :1571:9 - Too many positional arguments to class `Group`: expected 1, got 3
[error] too-many-positional-arguments - :1744:91 - Too many positional arguments to class `Group`: expected 1, got 3
[error] too-many-positional-arguments - :1747:85 - Too many positional arguments to class `Group`: expected 1, got 3
[error] invalid-return-type - :653:16 -
Old: Return type does not match returned value: expected `Self@copy`, found `Command | @Todo`
New: Return type does not match returned value: expected `Self@copy`, found `Command[CogT@Command, P@Command, T@Command]`
[error] invalid-return-type - :660:20 -
Old: Return type does not match returned value: expected `Self@_update_copy`, found `Command | @Todo`
New: Return type does not match returned value: expected `Self@_update_copy`, found `Command[CogT@Command, P@Command, T@Command]`
[error] unresolved-attribute - :1949:9 -
Old: Unresolved attribute `predicate` on type `def decorator(func: @Todo) -> @Todo`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Any, @Todo, Any] | @Todo) -> Command[Any, @Todo, Any] | @Todo`.
[error] unresolved-attribute - :1956:9 -
Old: Unresolved attribute `predicate` on type `def decorator(func: @Todo) -> @Todo`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Any, @Todo, Any] | @Todo) -> Command[Any, @Todo, Any] | @Todo`.
[error] unresolved-attribute - :2373:9 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command | @Todo) -> Command | @Todo`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | @Todo) -> Command[Unknown, Unknown, Unknown] | @Todo`.
[error] unresolved-attribute - :2380:9 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command | @Todo) -> Command | @Todo`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | @Todo) -> Command[Unknown, Unknown, Unknown] | @Todo`.
[error] unresolved-attribute - :2448:9 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command | @Todo) -> Command | @Todo`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | @Todo) -> Command[Unknown, Unknown, Unknown] | @Todo`.
[error] unresolved-attribute - :2455:9 -
Old: Unresolved attribute `predicate` on type `def decorator(func: Command | @Todo) -> Command | @Todo`.
New: Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, Unknown, Unknown] | @Todo) -> Command[Unknown, Unknown, Unknown] | @Todo`.

discord/ext/commands/help.py

[warning] unused-ignore-comment - :510:37 - Unused blanket `type: ignore` directive
[error] too-many-positional-arguments - :849:44 - Too many positional arguments to class `Group`: expected 1, got 3
[warning] unused-ignore-comment - :1199:50 - Unused blanket `type: ignore` directive
[error] too-many-positional-arguments - :1303:44 - Too many positional arguments to class `Group`: expected 1, got 3
[error] too-many-positional-arguments - :1589:44 - Too many positional arguments to class `Group`: expected 1, got 3

discord/ext/commands/hybrid.py

[error] unresolved-attribute - :328:9 - Unresolved attribute `__signature__` on type `(...) -> @Todo`.
[error] unresolved-attribute - :338:17 - Object of type `(...) -> @Todo` has no attribute `__signature__`
[error] too-many-positional-arguments - :90:35 - Too many positional arguments to class `Group`: expected 1, got 3
[warning] unused-ignore-comment - :463:59 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :539:16 - Return type does not match returned value: expected `CogT@cog`, found `Unknown | CogT@cog`
[error] too-many-positional-arguments - :603:19 - Too many positional arguments to class `Group`: expected 1, got 3
[warning] unused-ignore-comment - :703:61 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :707:16 - Return type does not match returned value: expected `CogT@cog`, found `Unknown | CogT@cog`

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

src/graphql/execution/execute.py

[error] invalid-assignment - :220:5 - Object of type `staticmethod[Unknown, Unknown]` is not assignable to `(Any, /) -> @Todo`

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

hydpy/core/importtools.py

[error] unresolved-attribute - :1076:19 - Object of type `typing.TypeVar` has no attribute `parameters`
[error] invalid-assignment - :1080:17 - Method `__setitem__` of type `bound method dict[Model, tuple[tuple[Any, Any], Any]].__setitem__(key: Model, value: tuple[tuple[Any, Any], Any], /) -> None` cannot be called with a key of type `typing.TypeVar` and a value of type `tuple[tuple[tuple[@Todo, ...], dict[str, @Todo]], Unknown]` on object of type `dict[Model, tuple[tuple[Any, Any], Any]]`
[error] invalid-assignment - :1085:17 - Method `__setitem__` of type `bound method dict[Model, tuple[tuple[Any, Any], Any]].__setitem__(key: Model, value: tuple[tuple[Any, Any], Any], /) -> None` cannot be called with a key of type `typing.TypeVar` and a value of type `tuple[tuple[tuple[@Todo, ...], dict[str, @Todo]], Unknown]` on object of type `dict[Model, tuple[tuple[Any, Any], Any]]`
[error] unresolved-attribute - :1075:9 - Object of type `typing.TypeVar` has no attribute `preparemethod2arguments`

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

src/hydra_zen/structured_configs/_implementations.py

[error] not-iterable - :1199:46 - Object of type `object` is not iterable

src/hydra_zen/typing/_implementations.py

[error] too-many-positional-arguments - :173:41 - Too many positional arguments to class `BuildsWithSig`: expected 1, got 2

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

ibis/common/dispatch.py

[error] unresolved-attribute - :117:5 - Unresolved attribute `dispatch` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :118:5 - Unresolved attribute `register` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

ibis/common/annotations.py

[error] unresolved-attribute - :651:5 - Unresolved attribute `__signature__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

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

jax/_src/pallas/fuser/fusion.py

[error] invalid-return-type - :40:12 - Return type does not match returned value: expected `K@__call__`, found `typing.TypeVar`

jax/_src/util.py

[error] unresolved-attribute - :302:7 - Unresolved attribute `cache_clear` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :303:7 - Unresolved attribute `cache_info` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :473:5 - Unresolved attribute `cache_info` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :474:5 - Unresolved attribute `cache_clear` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :475:5 - Unresolved attribute `cache_keys` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :476:5 - Unresolved attribute `_multi_weakref_id_to_key` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :477:5 - Unresolved attribute `_multi_weakref_to_key_ids` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

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

src/jinja2/async_utils.py

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

src/jinja2/compiler.py

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

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

manticore/native/cpu/abstractcpu.py

[error] unresolved-attribute - :1206:5 - Unresolved attribute `old_method` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

manticore/platforms/evm.py

[error] unresolved-attribute - :635:9 - Unresolved attribute `__signature__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

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

mkdocs/config/config_options.py

[error] invalid-assignment - :692:5 - Object of type `staticmethod[Unknown, Unknown]` is not assignable to `(str, /) -> bool`

mkdocs/plugins.py

[warning] possibly-missing-attribute - :490:32 - Attribute `__get__` may be missing on object of type `Unknown | ((...) -> T@CombinedEvent)`
[error] not-iterable - :514:24 - Object of type `object` is not iterable

nox (https://github.com/wntrblm/nox)

nox/_decorators.py

[error] unresolved-attribute - :61:5 - Unresolved attribute `__kwdefaults__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

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

pandas/core/ops/common.py

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

pandas/util/_decorators.py

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

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

tests/test_frame.py

[error] type-assertion-failure - :3603:13 - Argument does not have asserted type `Series[Any]`
[error] no-matching-overload - :3603:25 - No overload of bound method `apply` matches arguments
[error] type-assertion-failure - :3614:15 - Argument does not have asserted type `Series[Any]`
[error] no-matching-overload - :3614:27 - No overload of bound method `apply` matches arguments
[error] type-assertion-failure - :3625:15 - Argument does not have asserted type `Series[Any]`
[error] no-matching-overload - :3625:27 - No overload of bound method `apply` matches arguments
[error] no-matching-overload - :3652:17 - No overload of bound method `apply` matches arguments
[error] no-matching-overload - :1681:33 - No overload of bound method `apply` matches arguments
[error] no-matching-overload - :3637:25 - No overload of bound method `apply` matches arguments

tests/test_groupby.py

[error] no-matching-overload - :273:21 - No overload of bound method `apply` matches arguments
[error] no-matching-overload - :284:21 - No overload of bound method `apply` matches arguments

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

pandera/api/dataframe/model_components.py

[warning] redundant-cast - :285:35 - Value is already of type `classmethod`

pandera/api/pyspark/model_components.py

[warning] redundant-cast - :241:35 - Value is already of type `classmethod`

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

src/prefect/_internal/compatibility/async_dispatch.py

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

src/integrations/prefect-dask/prefect_dask/task_runners.py

[error] invalid-argument-type - :474:28 - Argument to bound method `map` is incorrect: Expected `Task[P@map, R@map | CoroutineType[Any, Any, R@map]]`, found `Task[P@map, R@map]`

src/integrations/prefect-kubernetes/integration_tests/src/prefect_kubernetes_integration_tests/utils/prefect_core.py

[error] invalid-await - :28:25 - `Flow[Unknown, Any] | Coroutine[Any, Any, Flow[Unknown, Any]]` is not awaitable

src/prefect/cache_policies.py

[warning] possibly-missing-attribute - :300:25 - Attribute `__code__` may be missing on object of type `Unknown | (((...) -> Any) & (() -> object))`

src/prefect/deployments/runner.py

[error] unresolved-attribute - :750:59 - Object of type `Flow[Unknown, Any]` has no attribute `__name__`
[warning] possibly-missing-attribute - :772:70 - Attribute `__name__` may be missing on object of type `Unknown | (((...) -> Any) & (() -> object))`

src/prefect/flow_engine.py

[error] invalid-return-type - :357:20 - Return type does not match returned value: expected `R@FlowRunEngine | State[Any] | None`, found `(R@FlowRunEngine & ~<class 'NotSet'> & ~Top[State[Any]] & ~Coroutine[object, Never, object]) | (type[NotSet] & ~<class 'NotSet'> & ~Coroutine[object, Never, object]) | Unknown | (PrefectFuture[Unknown] & ~Top[State[Any]] & ~Coroutine[object, Never, object])`
[error] invalid-raise - :361:23 - Cannot raise object of type `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)` (must be a `BaseException` subclass or instance)
[error] invalid-return-type - :362:20 - Return type does not match returned value: expected `R@FlowRunEngine | State[Any] | None`, found `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`
[error] invalid-return-type - :370:16 - Return type does not match returned value: expected `R@FlowRunEngine | State[Any] | None`, found `Unknown | Coroutine[Any, Any, Unknown]`
[error] invalid-assignment - :385:9 - Object of type `PrefectFuture[Unknown] | Any` is not assignable to attribute `_return_value` of type `R@FlowRunEngine | type[NotSet]`
[error] invalid-assignment - :448:9 - Object of type `BaseException` is not assignable to attribute `_raised` of type `Exception | type[NotSet]`
[error] invalid-argument-type - :581:31 - Argument to bound method `__call__` is incorrect: Expected `Flow[P@FlowRunEngine, Coroutine[Any, Any, R@FlowRunEngine]]`, found `Flow[P@FlowRunEngine, R@FlowRunEngine] | Flow[P@FlowRunEngine, Coroutine[Any, Any, R@FlowRunEngine]]`
[error] invalid-argument-type - :581:31 - Argument to bound method `__call__` is incorrect: Expected `Flow[P@FlowRunEngine, R@FlowRunEngine]`, found `Flow[P@FlowRunEngine, R@FlowRunEngine] | Flow[P@FlowRunEngine, Coroutine[Any, Any, R@FlowRunEngine]]`
[error] invalid-assignment - :695:25 - Object of type `int | float` is not assignable to attribute `retry_delay` of type `int | None`
[error] invalid-return-type - :937:20 - Return type does not match returned value: expected `R@AsyncFlowRunEngine | State[Any] | None`, found `object`
[error] invalid-raise - :941:23 - Cannot raise object of type `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)` (must be a `BaseException` subclass or instance)
[error] invalid-return-type - :942:20 - Return type does not match returned value: expected `R@AsyncFlowRunEngine | State[Any] | None`, found `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`
[error] invalid-assignment - :962:9 - Object of type `PrefectFuture[Unknown] | Any` is not assignable to attribute `_return_value` of type `R@AsyncFlowRunEngine | type[NotSet]`
[error] invalid-assignment - :1026:13 - Object of type `BaseException` is not assignable to attribute `_raised` of type `Exception | type[NotSet]`
[error] invalid-argument-type - :1158:31 - Argument to bound method `__call__` is incorrect: Expected `Flow[P@AsyncFlowRunEngine, Coroutine[Any, Any, R@AsyncFlowRunEngine]]`, found `Flow[P@AsyncFlowRunEngine, R@AsyncFlowRunEngine] | Flow[P@AsyncFlowRunEngine, Coroutine[Any, Any, R@AsyncFlowRunEngine]]`
[error] invalid-argument-type - :1158:31 - Argument to bound method `__call__` is incorrect: Expected `Flow[P@AsyncFlowRunEngine, R@AsyncFlowRunEngine]`, found `Flow[P@AsyncFlowRunEngine, R@AsyncFlowRunEngine] | Flow[P@AsyncFlowRunEngine, Coroutine[Any, Any, R@AsyncFlowRunEngine]]`
[error] invalid-assignment - :1276:25 - Object of type `int | float` is not assignable to attribute `retry_delay` of type `int | None`
[error] invalid-argument-type - :1473:43 - Argument to bound method `handle_success` is incorrect: Expected `R@run_generator_flow_sync`, found `None`
[error] invalid-argument-type - :1513:49 - Argument to bound method `handle_success` is incorrect: Expected `R@run_generator_flow_async`, found `None`
[warning] unused-ignore-comment - :203:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :949:77 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :795:31 -
Old: Function can implicitly return `None`, which is not assignable to return type `R@call_flow_fn | Coroutine[Any, Any, R@call_flow_fn]`
New: Function can implicitly return `None`, which is not assignable to return type `R@FlowRunEngine | Coroutine[Any, Any, R@FlowRunEngine]`
[error] invalid-argument-type - :1560:48 -
Old: Argument to function `run_generator_flow_async` is incorrect: Expected `FlowRun | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_generator_flow_async` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1560:48 -
Old: Argument to function `run_generator_flow_async` is incorrect: Expected `Iterable[PrefectFuture[Unknown]] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_generator_flow_async` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1560:48 -
Old: Argument to function `run_generator_flow_async` is incorrect: Expected `Literal["state", "result"]`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_generator_flow_async` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1560:48 -
Old: Argument to function `run_generator_flow_async` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_generator_flow_async` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1560:48 -
Old: Argument to function `run_generator_flow_async` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_generator_flow_async` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1560:48 - Argument to function `run_generator_flow_async` is incorrect: Expected `Flow[Unknown, Unknown]`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1560:48 - Argument to function `run_generator_flow_async` is incorrect: Expected `Iterable[PrefectFuture[Unknown]] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1560:48 - Argument to function `run_generator_flow_async` is incorrect: Expected `Literal["state", "result"]`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1560:48 - Argument to function `run_generator_flow_async` is incorrect: Expected `dict[str, Any] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1560:48 - Argument to function `run_generator_flow_async` is incorrect: Expected `dict[str, Any] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1562:47 -
Old: Argument to function `run_generator_flow_sync` is incorrect: Expected `FlowRun | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_generator_flow_sync` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1562:47 -
Old: Argument to function `run_generator_flow_sync` is incorrect: Expected `Iterable[PrefectFuture[Any]] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_generator_flow_sync` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1562:47 -
Old: Argument to function `run_generator_flow_sync` is incorrect: Expected `Literal["state", "result"]`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_generator_flow_sync` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1562:47 -
Old: Argument to function `run_generator_flow_sync` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_generator_flow_sync` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1562:47 -
Old: Argument to function `run_generator_flow_sync` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_generator_flow_sync` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1562:47 - Argument to function `run_generator_flow_sync` is incorrect: Expected `Flow[Unknown, Unknown]`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1562:47 - Argument to function `run_generator_flow_sync` is incorrect: Expected `Iterable[PrefectFuture[Any]] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1562:47 - Argument to function `run_generator_flow_sync` is incorrect: Expected `Literal["state", "result"]`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1562:47 - Argument to function `run_generator_flow_sync` is incorrect: Expected `dict[str, Any] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1562:47 - Argument to function `run_generator_flow_sync` is incorrect: Expected `dict[str, Any] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1564:38 -
Old: Argument to function `run_flow_async` is incorrect: Expected `FlowRun | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_flow_async` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1564:38 -
Old: Argument to function `run_flow_async` is incorrect: Expected `Iterable[PrefectFuture[Any]] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_flow_async` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1564:38 -
Old: Argument to function `run_flow_async` is incorrect: Expected `Literal["state", "result"]`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_flow_async` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1564:38 -
Old: Argument to function `run_flow_async` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_flow_async` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1564:38 -
Old: Argument to function `run_flow_async` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_flow_async` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1564:38 - Argument to function `run_flow_async` is incorrect: Expected `Flow[Unknown, Unknown]`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1564:38 - Argument to function `run_flow_async` is incorrect: Expected `Iterable[PrefectFuture[Any]] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1564:38 - Argument to function `run_flow_async` is incorrect: Expected `Literal["state", "result"]`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1564:38 - Argument to function `run_flow_async` is incorrect: Expected `dict[str, Any] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1564:38 - Argument to function `run_flow_async` is incorrect: Expected `dict[str, Any] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1566:37 -
Old: Argument to function `run_flow_sync` is incorrect: Expected `FlowRun | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_flow_sync` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1566:37 -
Old: Argument to function `run_flow_sync` is incorrect: Expected `Iterable[PrefectFuture[Any]] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_flow_sync` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1566:37 -
Old: Argument to function `run_flow_sync` is incorrect: Expected `Literal["state", "result"]`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_flow_sync` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1566:37 -
Old: Argument to function `run_flow_sync` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_flow_sync` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1566:37 -
Old: Argument to function `run_flow_sync` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | FlowRun | None | ... omitted 3 union elements`
New: Argument to function `run_flow_sync` is incorrect: Expected `FlowRun | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1566:37 - Argument to function `run_flow_sync` is incorrect: Expected `Flow[Unknown, Unknown]`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1566:37 - Argument to function `run_flow_sync` is incorrect: Expected `Iterable[PrefectFuture[Any]] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1566:37 - Argument to function `run_flow_sync` is incorrect: Expected `Literal["state", "result"]`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1566:37 - Argument to function `run_flow_sync` is incorrect: Expected `dict[str, Any] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`
[error] invalid-argument-type - :1566:37 - Argument to function `run_flow_sync` is incorrect: Expected `dict[str, Any] | None`, found `Flow[P@run_flow, R@run_flow] | FlowRun | None | ... omitted 3 union elements`

src/prefect/flows.py

[warning] unused-ignore-comment - :429:56 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :282:34 - Attribute `__name__` may be missing on object of type `(((...) -> R@__init__) & (() -> object)) | (@Todo & (() -> object) & ~classmethod & ~staticmethod)`
[error] unresolved-attribute - :282:34 - Object of type `((...) -> R@Flow) & (() -> object)` has no attribute `__name__`
[warning] possibly-missing-attribute - :399:68 - Attribute `__name__` may be missing on object of type `(((...) -> R@__init__) & (() -> object)) | (@Todo & (() -> object) & ~classmethod & ~staticmethod)`
[error] unresolved-attribute - :399:68 - Object of type `((...) -> R@Flow) & (() -> object)` has no attribute `__name__`

src/prefect/runner/runner.py

[error] invalid-await - :1646:23 - `Awaitable[None] | None` is not awaitable

src/prefect/server/database/dependencies.py

[error] unresolved-attribute - :220:16 - Object of type `Self@__wrapped__` has no attribute `_func`
[error] unresolved-attribute - :265:40 - Object of type `Self@__call__` has no attribute `_func`
[error] invalid-return-type - :289:16 - Return type does not match returned value: expected `Self@__get__ | _DBInjectorMethod[T@DBInjector, P@DBInjector, R@DBInjector]`, found `_DBInjectorMethod[T@DBInjector & ~None, Unknown, Unknown]`
[error] unresolved-attribute - :289:44 - Object of type `Self@__get__` has no attribute `_func`
[error] unresolved-attribute - :292:31 - Object of type `Self@__repr__` has no attribute `_func`
[error] unresolved-attribute - :298:24 - Object of type `Self@__doc__` has no attribute `_func`
[error] unresolved-attribute - :302:9 - Object of type `Self@__doc__` has no attribute `_func`
[error] unresolved-attribute - :306:9 - Object of type `Self@__doc__` has no attribute `_func`
[error] unresolved-attribute - :320:40 - Object of type `Self@__call__` has no attribute `_func`
[error] unresolved-attribute - :328:44 - Object of type `Self@__repr__` has no attribute `_func`
[error] unresolved-attribute - :334:24 - Object of type `Self@__doc__` has no attribute `_func`
[error] unresolved-attribute - :338:9 - Object of type `Self@__doc__` has no attribute `_func`
[error] unresolved-attribute - :342:9 - Object of type `Self@__doc__` has no attribute `_func`
[error] invalid-return-type - :325:16 - Return type does not match returned value: expected `T@__self__`, found `typing.TypeVar`

src/prefect/task_engine.py

[error] call-non-callable - :344:21 - Object of type `None` is not callable
[error] invalid-return-type - :492:24 - Return type does not match returned value: expected `R@SyncTaskRunEngine | State[Any] | None`, found `object`
[error] invalid-return-type - :494:20 - Return type does not match returned value: expected `R@SyncTaskRunEngine | State[Any] | None`, found `(R@SyncTaskRunEngine & ~<class 'NotSet'> & ~Top[ResultRecord[Unknown]]) | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'> & ~Top[ResultRecord[Unknown]])`
[error] invalid-raise - :499:23 - Cannot raise object of type `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)` (must be a `BaseException` subclass or instance)
[error] invalid-return-type - :502:20 - Return type does not match returned value: expected `R@SyncTaskRunEngine | State[Any] | None`, found `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`
[error] invalid-argument-type - :668:21 - Argument is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - :735:29 - Argument to function `emit_task_run_state_change_event` is incorrect: Expected `State[Any]`, found `State[Any] | None`
[warning] possibly-missing-attribute - :852:28 - Attribute `isolation_level` may be missing on object of type `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[warning] possibly-missing-attribute - :855:17 - Attribute `isolation_level` may be missing on object of type `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[error] call-non-callable - :936:38 - Object of type `None` is not callable
[error] invalid-return-type - :1100:24 - Return type does not match returned value: expected `R@AsyncTaskRunEngine | State[Any] | None`, found `object`
[error] invalid-return-type - :1102:20 - Return type does not match returned value: expected `R@AsyncTaskRunEngine | State[Any] | None`, found `(R@AsyncTaskRunEngine & ~<class 'NotSet'> & ~Top[ResultRecord[Unknown]]) | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'> & ~Top[ResultRecord[Unknown]])`
[error] invalid-raise - :1107:23 - Cannot raise object of type `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)` (must be a `BaseException` subclass or instance)
[error] invalid-return-type - :1110:20 - Return type does not match returned value: expected `R@AsyncTaskRunEngine | State[Any] | None`, found `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`
[error] invalid-argument-type - :1275:21 - Argument is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - :1340:29 - Argument to function `emit_task_run_state_change_event` is incorrect: Expected `State[Any]`, found `State[Any] | None`
[warning] possibly-missing-attribute - :1458:28 - Attribute `isolation_level` may be missing on object of type `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[warning] possibly-missing-attribute - :1461:17 - Attribute `isolation_level` may be missing on object of type `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[error] invalid-argument-type - :1627:47 - Argument to bound method `handle_success` is incorrect: Expected `R@run_generator_task_sync`, found `None`
[error] invalid-argument-type - :1684:53 - Argument to bound method `handle_success` is incorrect: Expected `R@run_generator_task_async`, found `None`
[warning] possibly-missing-attribute - :220:13 - Attribute `extra` may be missing on object of type `Logger | @Todo`
[error] unresolved-attribute - :220:13 - Object of type `Logger` has no attribute `extra`
[warning] possibly-missing-attribute - :222:37 -
Old: Attribute `name` may be missing on object of type `TaskRun | None | @Todo`
New: Attribute `name` may be missing on object of type `TaskRun | None`
[error] invalid-assignment - :224:13 -
Old: Object of type `str` is not assignable to attribute `name` on type `TaskRun | None | @Todo`
New: Object of type `str` is not assignable to attribute `name` on type `TaskRun | None`
[error] invalid-argument-type - :1759:41 -
Old: Argument to function `run_generator_task_async` is incorrect: Expected `Literal["state", "result"]`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 -
Old: Argument to function `run_generator_task_async` is incorrect: Expected `TaskRun | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 -
Old: Argument to function `run_generator_task_async` is incorrect: Expected `UUID | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 -
Old: Argument to function `run_generator_task_async` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 -
Old: Argument to function `run_generator_task_async` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 -
Old: Argument to function `run_generator_task_async` is incorrect: Expected `dict[str, set[RunInput]] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 - Argument to function `run_generator_task_async` is incorrect: Expected `TaskRun | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 - Argument to function `run_generator_task_async` is incorrect: Expected `Task[Unknown, Unknown]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 - Argument to function `run_generator_task_async` is incorrect: Expected `UUID | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 - Argument to function `run_generator_task_async` is incorrect: Expected `dict[str, Any] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 - Argument to function `run_generator_task_async` is incorrect: Expected `dict[str, Any] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1759:41 - Argument to function `run_generator_task_async` is incorrect: Expected `dict[str, set[RunInput]] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 -
Old: Argument to function `run_generator_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 -
Old: Argument to function `run_generator_task_sync` is incorrect: Expected `TaskRun | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 -
Old: Argument to function `run_generator_task_sync` is incorrect: Expected `UUID | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 -
Old: Argument to function `run_generator_task_sync` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 -
Old: Argument to function `run_generator_task_sync` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 -
Old: Argument to function `run_generator_task_sync` is incorrect: Expected `dict[str, set[RunInput]] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_generator_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 - Argument to function `run_generator_task_sync` is incorrect: Expected `TaskRun | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 - Argument to function `run_generator_task_sync` is incorrect: Expected `Task[Unknown, Unknown]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 - Argument to function `run_generator_task_sync` is incorrect: Expected `UUID | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 - Argument to function `run_generator_task_sync` is incorrect: Expected `dict[str, Any] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 - Argument to function `run_generator_task_sync` is incorrect: Expected `dict[str, Any] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1761:40 - Argument to function `run_generator_task_sync` is incorrect: Expected `dict[str, set[RunInput]] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 -
Old: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 -
Old: Argument to function `run_task_async` is incorrect: Expected `TaskRun | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 -
Old: Argument to function `run_task_async` is incorrect: Expected `UUID | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 -
Old: Argument to function `run_task_async` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 -
Old: Argument to function `run_task_async` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 -
Old: Argument to function `run_task_async` is incorrect: Expected `dict[str, set[RunInput]] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 - Argument to function `run_task_async` is incorrect: Expected `TaskRun | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 - Argument to function `run_task_async` is incorrect: Expected `Task[Unknown, Unknown]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 - Argument to function `run_task_async` is incorrect: Expected `UUID | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 - Argument to function `run_task_async` is incorrect: Expected `dict[str, Any] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 - Argument to function `run_task_async` is incorrect: Expected `dict[str, Any] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1763:31 - Argument to function `run_task_async` is incorrect: Expected `dict[str, set[RunInput]] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 -
Old: Argument to function `run_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 -
Old: Argument to function `run_task_sync` is incorrect: Expected `TaskRun | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 -
Old: Argument to function `run_task_sync` is incorrect: Expected `UUID | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 -
Old: Argument to function `run_task_sync` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 -
Old: Argument to function `run_task_sync` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 -
Old: Argument to function `run_task_sync` is incorrect: Expected `dict[str, set[RunInput]] | None`, found `@Todo | UUID | None | ... omitted 4 union elements`
New: Argument to function `run_task_sync` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 - Argument to function `run_task_sync` is incorrect: Expected `TaskRun | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 - Argument to function `run_task_sync` is incorrect: Expected `Task[Unknown, Unknown]`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 - Argument to function `run_task_sync` is incorrect: Expected `UUID | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 - Argument to function `run_task_sync` is incorrect: Expected `dict[str, Any] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 - Argument to function `run_task_sync` is incorrect: Expected `dict[str, Any] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1765:30 - Argument to function `run_task_sync` is incorrect: Expected `dict[str, set[RunInput]] | None`, found `Task[P@run_task, R@run_task | Coroutine[Any, Any, R@run_task]] | UUID | None | ... omitted 5 union elements`

src/prefect/task_runners.py

[error] invalid-return-type - :950:16 - Return type does not match returned value: expected `PrefectDistributedFuture[R@PrefectTaskRunner]`, found `PrefectDistributedFuture[R@PrefectTaskRunner | CoroutineType[Any, Any, R@PrefectTaskRunner]]`
[error] invalid-argument-type - :400:32 -
Old: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `@Todo | UUID | dict[str, Any] | ... omitted 5 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 -
Old: Argument to function `run_task_async` is incorrect: Expected `TaskRun | None`, found `@Todo | UUID | dict[str, Any] | ... omitted 5 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 -
Old: Argument to function `run_task_async` is incorrect: Expected `UUID | None`, found `@Todo | UUID | dict[str, Any] | ... omitted 5 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 -
Old: Argument to function `run_task_async` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | UUID | dict[str, Any] | ... omitted 5 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 -
Old: Argument to function `run_task_async` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | UUID | dict[str, Any] | ... omitted 5 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 -
Old: Argument to function `run_task_async` is incorrect: Expected `dict[str, set[RunInput]] | None`, found `@Todo | UUID | dict[str, Any] | ... omitted 5 union elements`
New: Argument to function `run_task_async` is incorrect: Expected `Literal["state", "result"]`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 - Argument to function `run_task_async` is incorrect: Expected `TaskRun | None`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 - Argument to function `run_task_async` is incorrect: Expected `Task[Unknown, Unknown]`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 - Argument to function `run_task_async` is incorrect: Expected `UUID | None`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 - Argument to function `run_task_async` is incorrect: Expected `dict[str, Any] | None`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 - Argument to function `run_task_async` is incorrect: Expected `dict[str, Any] | None`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - :400:32 - Argument to function `run_task_async` is incorrect: Expected `dict[str, set[RunInput]] | None`, found `Task[P@submit, R@ThreadPoolTaskRunner | CoroutineType[Any, Any, R@ThreadPoolTaskRunner]] | UUID | dict[str, Any] | ... omitted 5 union elements`

src/prefect/tasks.py

[warning] possibly-missing-attribute - :183:9 - Attribute `__code__` may be missing on object of type `Unknown | (((...) -> Any) & (() -> object))`
[error] invalid-assignment - :470:17 - Object of type `object` is not assignable to attribute `name` of type `str`
[error] invalid-argument-type - :773:13 - Argument to bound method `__init__` is incorrect: Expected `CachePolicy | type[NotSet]`, found `CachePolicy | type[NotSet] | None`
[error] invalid-argument-type - :825:13 - Argument to bound method `__init__` is incorrect: Expected `list[str | Asset] | None`, found `(list[str | Asset] & ~AlwaysFalsy) | list[Asset]`
[error] invalid-return-type - :1141:20 - Return type does not match returned value: expected `R@Task | State[R@Task] | None`, found `Coroutine[Any, Any, Any] | Any`
[error] invalid-return-type - :1147:16 - Return type does not match returned value: expected `R@Task | State[R@Task] | None`, found `State[R@Task] | R@Task | State[Never]`
[error] invalid-argument-type - :1681:13 - Argument to function `emit_task_run_state_change_event` is incorrect: Expected `State[Any]`, found `State[Any] | None`
[warning] unused-ignore-comment - :642:56 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1553:53 - Argument to bound method `apply_async` is incorrect: Expected `Iterable[PrefectFuture[Unknown]] | None`, found `Iterable[PrefectFuture[R@map] | R@map] | None`
[error] invalid-argument-type - :781:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
New: Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | (type[NotSet] & ~<class 'NotSet'>)`
[error] invalid-argument-type - :787:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `int | float | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
New: Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `int | float | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`
[error] invalid-argument-type - :792:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
New: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`
[error] invalid-argument-type - :798:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
New: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`
[error] invalid-argument-type - :816:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
New: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`
[error] invalid-argument-type - :817:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
New: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | Unknown | None`

src/prefect/utilities/asyncutils.py

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

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

psycopg/psycopg/pq/_debug.py

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

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

pwndbg/exception.py

[error] invalid-assignment - :122:1 - Object of type `_Wrapped[Unknown, Unknown, Unknown, Unknown]` is not assignable to attribute `set_trace` on type `Unknown | <module 'pdb'>`

pwndbg/lib/cache.py

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

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

pydantic/_internal/_validate_call.py

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

pydantic/dataclasses.py

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

pydantic/deprecated/decorator.py

[warning] unused-ignore-comment - :58:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :59:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :60:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :61:44 - Unused blanket `type: ignore` directive

pydantic/v1/decorator.py

[warning] unused-ignore-comment - :42:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :43:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :44:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :45:44 - Unused blanket `type: ignore` directive

pydantic/v1/main.py

[error] invalid-parameter-default - :935:5 -
Old: Default value of type `None` is not assignable to annotated parameter type `dict[str, @Todo]`
New: Default value of type `None` is not assignable to annotated parameter type `dict[str, classmethod[Any, Any, Any]]`
[error] invalid-parameter-default - :949:5 -
Old: Default value of type `None` is not assignable to annotated parameter type `dict[str, @Todo]`
New: Default value of type `None` is not assignable to annotated parameter type `dict[str, classmethod[Any, Any, Any]]`
[error] invalid-parameter-default - :962:5 -
Old: Default value of type `None` is not assignable to annotated parameter type `dict[str, @Todo]`
New: Default value of type `None` is not assignable to annotated parameter type `dict[str, classmethod[Any, Any, Any]]`

pydantic/v1/typing.py

[error] missing-argument - :283:26 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`

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

src/py/_pyodide/_core_docs.py

[warning] unused-ignore-comment - :1336:17 - Unused blanket `type: ignore` directive
[error] too-many-positional-arguments - :1342:6 - Too many positional arguments to class `JsCallableDoubleProxy`: expected 1, got 2

src/py/pyodide/webloop.py

[error] invalid-assignment - :980:5 - Implicit shadowing of function `run`
[error] invalid-assignment - :981:5 - Implicit shadowing of function `sleep`

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

src/_pytest/config/compat.py

[warning] unused-ignore-comment - :81:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :82:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :85:32 - Unused blanket `type: ignore` directive

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

sklearn/externals/array_api_compat/_internal.py

[error] unresolved-attribute - :49:9 - Unresolved attribute `__signature__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

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

scipy/_lib/_util.py

[error] unresolved-attribute - :350:9 - Unresolved attribute `__signature__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

scipy/_lib/array_api_compat/array_api_compat/_internal.py

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

scipy/fft/_helper.py

[error] invalid-assignment - :75:1 - Implicit shadowing of function `next_fast_len`
[error] unresolved-attribute - :76:1 - Unresolved attribute `__wrapped__` on type `def next_fast_len(target, real=Literal[False]) -> Unknown`.
[error] unresolved-attribute - :77:1 - Unresolved attribute `__signature__` on type `def next_fast_len(target, real=Literal[False]) -> Unknown`.
[error] invalid-assignment - :141:1 - Implicit shadowing of function `prev_fast_len`
[error] unresolved-attribute - :142:1 - Unresolved attribute `__wrapped__` on type `def prev_fast_len(target, real=Literal[False]) -> Unknown`.
[error] unresolved-attribute - :143:1 - Unresolved attribute `__signature__` on type `def prev_fast_len(target, real=Literal[False]) -> Unknown`.

scipy/stats/_axis_nan_policy.py

[error] unresolved-attribute - :713:9 - Unresolved attribute `__signature__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

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

setuptools/_vendor/autocommand/autoasync.py

[error] unresolved-attribute - :140:9 - Unresolved attribute `__signature__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

setuptools/_vendor/autocommand/autoparse.py

[error] unresolved-attribute - :306:5 - Unresolved attribute `func` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :307:5 - Unresolved attribute `parser` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

setuptools/_vendor/jaraco/functools/__init__.py

[error] invalid-assignment - :72:13 - Object of type `Unknown` is not assignable to attribute `saved_result` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown] & ~<Protocol with members 'saved_result'>`
[error] unresolved-attribute - :73:16 - Object of type `_Wrapped[Unknown, Unknown, Unknown, Unknown]` has no attribute `saved_result`
[error] unresolved-attribute - :75:5 - Unresolved attribute `reset` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

setuptools/_vendor/typeguard/_decorators.py

[error] invalid-assignment - :221:9 -
Old: Object of type `(...) -> Unknown` is not assignable to `T_CallableOrType@typechecked | None`
New: Object of type `(() -> object) | ((...) -> object)` is not assignable to `T_CallableOrType@typechecked | None`

setuptools/_vendor/typing_extensions.py

[error] invalid-assignment - :2842:21 - Object of type `_Wrapped[Unknown, Unknown, Unknown, Unknown]` is not assignable to attribute `__init_subclass__` on type `_T@__call__ & type`
[error] unresolved-attribute - :2845:17 - Unresolved attribute `__deprecated__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] invalid-return-type - :2856:24 - Return type does not match returned value: expected `_T@__call__`, found `_Wrapped[Unknown, Unknown, Unknown, Unknown]`
[error] invalid-assignment - :2820:17 -
Old: Object of type `staticmethod` is not assignable to attribute `__new__` on type `_T@__call__ & type`
New: Object of type `staticmethod[Unknown, Unknown]` is not assignable to attribute `__new__` on type `_T@__call__ & type`
[error] invalid-assignment - :2833:21 -
Old: Object of type `classmethod` is not assignable to attribute `__init_subclass__` on type `_T@__call__ & type`
New: Object of type `classmethod[Unknown, Unknown, Unknown]` is not assignable to attribute `__init_subclass__` on type `_T@__call__ & type`
[error] unresolved-attribute - :2844:38 - Unresolved attribute `__deprecated__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :2855:38 - Unresolved attribute `__deprecated__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

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

lib/spack/spack/util/pattern.py

[error] invalid-assignment - :92:21 - Implicit shadowing of function `getter`

lib/spack/spack/vendor/jinja2/async_utils.py

[error] unresolved-attribute - :41:9 - Unresolved attribute `jinja_async_variant` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

lib/spack/spack/vendor/jinja2/compiler.py

[error] invalid-return-type - :56:12 - Return type does not match returned value: expected `F@optimizeconst`, found `_Wrapped[Unknown, Unknown, Unknown, Unknown]`

starlette (https://github.com/encode/starlette)

tests/middleware/test_cors.py

[error] invalid-argument-type - :20:17 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :81:17 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :132:17 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :181:17 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :222:17 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :255:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :285:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :310:17 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :382:17 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :415:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :436:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :456:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :473:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :492:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`
[error] invalid-argument-type - :513:17 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CORSMiddleware'>`

tests/middleware/test_https_redirect.py

[error] invalid-argument-type - :16:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'HTTPSRedirectMiddleware'>`

tests/middleware/test_middleware.py

[error] invalid-argument-type - :16:29 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CustomMiddleware'>`
[error] invalid-argument-type - :21:36 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CustomMiddleware'>`

tests/middleware/test_session.py

[error] invalid-argument-type - :35:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'SessionMiddleware'>`
[error] invalid-argument-type - :67:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'SessionMiddleware'>`
[error] invalid-argument-type - :92:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'SessionMiddleware'>`
[error] invalid-argument-type - :127:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'SessionMiddleware'>`
[error] invalid-argument-type - :146:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'SessionMiddleware'>`
[error] invalid-argument-type - :165:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'SessionMiddleware'>`
[error] invalid-argument-type - :187:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'SessionMiddleware'>`

tests/middleware/test_trusted_host.py

[error] invalid-argument-type - :16:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'TrustedHostMiddleware'>`
[error] invalid-argument-type - :44:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'TrustedHostMiddleware'>`

starlette/applications.py

[error] invalid-argument-type - :92:25 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ServerErrorMiddleware'>`
[error] invalid-argument-type - :94:27 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ExceptionMiddleware'>`
[error] invalid-argument-type - :247:33 - Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'BaseHTTPMiddleware'>`

tests/middleware/test_base.py

[error] invalid-argument-type - :84:28 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CustomMiddleware'>`
[error] invalid-argument-type - :152:24 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'aMiddleware'>`
[error] invalid-argument-type - :153:24 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'bMiddleware'>`
[error] invalid-argument-type - :154:24 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'cMiddleware'>`
[error] invalid-argument-type - :169:75 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CustomMiddleware'>`
[error] invalid-argument-type - :187:44 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CustomMiddleware'>`
[error] invalid-argument-type - :277:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'BaseHTTPMiddleware'>`
[error] invalid-argument-type - :315:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'BaseHTTPMiddleware'>`
[error] invalid-argument-type - :335:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'BaseHTTPMiddleware'>`
[error] invalid-argument-type - :362:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'BaseHTTPMiddleware'>`
[error] invalid-argument-type - :433:24 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'BaseHTTPMiddleware'>`
[error] invalid-argument-type - :434:24 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ContextManagerMiddleware'>`
[error] invalid-argument-type - :609:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ConsumingMiddleware'>`
[error] invalid-argument-type - :638:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ConsumingMiddleware'>`
[error] invalid-argument-type - :667:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ConsumingMiddleware'>`
[error] invalid-argument-type - :693:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ConsumingMiddleware'>`
[error] invalid-argument-type - :725:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ConsumingMiddleware'>`
[error] invalid-argument-type - :754:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ConsumingMiddleware'>`
[error] invalid-argument-type - :843:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ConsumingMiddleware'>`
[error] invalid-argument-type - :871:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'ConsumingMiddleware'>`
[error] invalid-argument-type - :1086:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'MyMiddleware'>`
[error] invalid-argument-type - :1220:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'BaseHTTPMiddleware'>`
[error] invalid-argument-type - :1278:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'PassthroughMiddleware'>`

tests/middleware/test_gzip.py

[error] invalid-argument-type - :23:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'GZipMiddleware'>`
[error] invalid-argument-type - :41:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'GZipMiddleware'>`
[error] invalid-argument-type - :61:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'GZipMiddleware'>`
[error] invalid-argument-type - :84:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'GZipMiddleware'>`
[error] invalid-argument-type - :107:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'GZipMiddleware'>`
[error] invalid-argument-type - :132:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'GZipMiddleware'>`
[error] invalid-argument-type - :155:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'GZipMiddleware'>`
[error] invalid-argument-type - :180:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'GZipMiddleware'>`

tests/test_applications.py

[error] invalid-argument-type - :119:26 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'TrustedHostMiddleware'>`
[error] invalid-argument-type - :517:28 - Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'SimpleInitializableMiddleware'>`
[error] invalid-argument-type - :518:28 - Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'NoOpMiddleware'>`
[error] invalid-argument-type - :552:24 - Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'MiddlewareWithArgs'>`
[error] invalid-argument-type - :553:24 - Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'MiddlewareWithArgs'>`
[error] invalid-argument-type - :575:24 - Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `def _middleware_factory(app: @Todo, arg: str) -> @Todo`
[error] invalid-argument-type - :576:24 - Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `(@Todo, str, /) -> @Todo`

tests/test_authentication.py

[error] invalid-argument-type - :188:28 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'AuthenticationMiddleware'>`
[error] invalid-argument-type - :343:28 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'AuthenticationMiddleware'>`

tests/test_requests.py

[error] invalid-argument-type - :645:79 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CustomMiddleware'>`

tests/test_routing.py

[error] invalid-argument-type - :327:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CustomMiddleware'>`
[error] invalid-argument-type - :930:36 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'AddHeadersMiddleware'>`
[error] invalid-argument-type - :948:36 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'AddHeadersMiddleware'>`
[error] invalid-argument-type - :965:36 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'AddHeadersMiddleware'>`
[error] invalid-argument-type - :1069:40 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'NamedMiddleware'>`
[error] invalid-argument-type - :1074:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'NamedMiddleware'>`
[error] invalid-argument-type - :1121:40 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'WebsocketMiddleware'>`

tests/test_staticfiles.py

[error] invalid-argument-type - :59:30 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'BaseHTTPMiddleware'>`

tests/test_templates.py

[error] invalid-argument-type - :82:32 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'CustomMiddleware'>`

tests/test_testclient.py

[error] invalid-argument-type - :190:58 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'BrokenMiddleware'>`

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

strawberry/exceptions/conflicting_arguments.py

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

strawberry/exceptions/invalid_argument_type.py

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

strawberry/exceptions/missing_arguments_annotations.py

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

strawberry/exceptions/missing_return_annotation.py

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

strawberry/exceptions/unresolved_field_type.py

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

strawberry/types/fields/resolver.py

[error] invalid-return-type - :392:20 - Return type does not match returned value: expected `(...) -> T@StrawberryResolver`, found `((...) -> object) | ((...) -> Unknown) | (() -> object)`

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

lib/streamlit/runtime/fragment.py

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

lib/streamlit/runtime/metrics_util.py

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

lib/streamlit/runtime/caching/cache_utils.py

[warning] possibly-missing-attribute - :222:20 - Attribute `__qualname__` may be missing on object of type `Unknown | ((...) -> R@CachedFunc)`

svcs (https://github.com/hynek/svcs)

tests/typing/starlette.py

[error] invalid-argument-type - :58:47 - Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[Unknown]`, found `<class 'SVCSMiddleware'>`

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

sympy/utilities/decorator.py

[error] invalid-assignment - :97:5 - Implicit shadowing of function `func_wrapper`
[error] unresolved-attribute - :337:13 - Unresolved attribute `_sympy_deprecated_func` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

sympy/utilities/memoization.py

[error] unresolved-attribute - :36:9 - Unresolved attribute `cache_length` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :37:9 - Unresolved attribute `fetch_item` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

sympy/core/cache.py

[error] unresolved-attribute - :79:9 - Unresolved attribute `cache_info` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] unresolved-attribute - :80:9 - Unresolved attribute `cache_clear` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.

sympy/testing/pytest.py

[error] invalid-assignment - :200:9 - Implicit shadowing of function `wrapper`
[error] invalid-assignment - :212:13 - Implicit shadowing of function `func_wrapper`
[error] invalid-assignment - :223:9 - Implicit shadowing of function `func_wrapper`
[error] unresolved-attribute - :224:9 - Unresolved attribute `__wrapped__` on type `def func_wrapper() -> Unknown`.
[error] invalid-assignment - :234:9 - Implicit shadowing of function `func_wrapper`
[error] unresolved-attribute - :235:9 - Unresolved attribute `__wrapped__` on type `def func_wrapper() -> Unknown`.

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

tornado/gen.py

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

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

src/werkzeug/datastructures/mixins.py

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

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

xarray/core/common.py

[error] invalid-assignment - :869:13 -
Old: Method `__setitem__` of type `bound method dict[str, @Todo].__setitem__(key: str, value: @Todo, /) -> None` cannot be called with a key of type `object` and a value of type `Self@pipe` on object of type `dict[str, @Todo]`
New: Method `__setitem__` of type `bound method dict[str, Unknown].__setitem__(key: str, value: Unknown, /) -> None` cannot be called with a key of type `object` and a value of type `Self@pipe` on object of type `dict[str, Unknown]`

xarray/tests/test_plot.py

[error] unresolved-attribute - :1309:53 - Object of type `(...) -> Unknown` has no attribute `__name__`
[warning] possibly-missing-attribute - :1309:53 - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[Unknown, Unknown]`
[error] unresolved-attribute - :1329:12 - Object of type `(...) -> Unknown` has no attribute `__name__`
[warning] possibly-missing-attribute - :1329:12 - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[Unknown, Unknown]`
[error] unresolved-attribute - :1336:12 - Object of type `(...) -> Unknown` has no attribute `__name__`
[warning] possibly-missing-attribute - :1336:12 - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[Unknown, Unknown]`
[error] unresolved-attribute - :1414:12 - Object of type `(...) -> Unknown` has no attribute `__name__`
[warning] possibly-missing-attribute - :1414:12 - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[Unknown, Unknown]`

xarray/util/deprecation_helpers.py

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

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

corporate/lib/decorator.py

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

zerver/decorator.py

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