Ecosystem report

Old: main (merge base) c130dcec New: 25091/merge 10b248af
Lint Rule Removed Added Changed
Total 1058 204 235
unknown-argument 350 0 142
invalid-type-form 140 115 3
invalid-argument-type 222 11 14
unresolved-attribute 61 30 54
unsupported-operator 96 0 8
no-matching-overload 71 0 0
unused-type-ignore-comment 10 31 0
missing-argument 38 0 0
invalid-assignment 13 3 12
invalid-base 26 0 0
too-many-positional-arguments 10 0 0
unsupported-base 2 8 0
invalid-method-override 9 0 0
invalid-return-type 5 1 2
unbound-type-variable 0 3 0
not-iterable 2 0 0
not-subscriptable 0 2 0
redundant-cast 2 0 0
invalid-yield 1 0 0
Project Removed Added Changed
Total 1058 204 235
graphql-core 309 16 146
ibis 217 4 6
mypy 207 12 7
spack 110 2 65
xarray 107 0 0
pandera 18 85 3
zulip 48 25 0
core 0 45 0
discord.py 9 13 7
scrapy 13 0 0
dd-trace-py 9 0 0
jax 6 0 0
attrs 4 0 0
jinja 0 2 1
materialize 1 0 0

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

tests/test_make.py

[error] too-many-positional-arguments - Too many positional arguments: expected 0, got 1
[error] unknown-argument - Argument `y` does not match any known parameter

tests/test_pattern_matching.py

[error] unresolved-attribute - Class `C` has no attribute `__match_args__`
[error] unknown-argument - Argument `a` does not match any known parameter of `object.__init__`

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

homeassistant/auth/providers/command_line.py

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

homeassistant/auth/providers/insecure_example.py

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

homeassistant/auth/providers/trusted_networks.py

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

homeassistant/components/derivative/config_flow.py

[error] invalid-type-form - Variable of type `type[Selector[Unknown]]` is not allowed in a return type annotation

homeassistant/components/integration/config_flow.py

[error] invalid-type-form - Variable of type `type[Selector[Unknown]]` is not allowed in a return type annotation

homeassistant/components/onboarding/views.py

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

homeassistant/components/stream/hls.py

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

homeassistant/auth/mfa_modules/notify.py

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

homeassistant/auth/mfa_modules/totp.py

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

homeassistant/auth/providers/homeassistant.py

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

homeassistant/components/auth/login_flow.py

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

homeassistant/components/homekit/__init__.py

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

homeassistant/components/homekit/type_air_purifiers.py

[warning] unsupported-base - Unsupported class base with type `type[HomeAccessory]`

homeassistant/components/homekit/type_media_players.py

[warning] unsupported-base - Unsupported class base with type `type[HomeAccessory]`

homeassistant/components/homekit/type_sensors.py

[warning] unsupported-base - Unsupported class base with type `type[HomeAccessory]`
[warning] unsupported-base - Unsupported class base with type `type[HomeAccessory]`
[warning] unsupported-base - Unsupported class base with type `type[HomeAccessory]`
[warning] unsupported-base - Unsupported class base with type `type[HomeAccessory]`

homeassistant/components/homekit/type_switches.py

[warning] unsupported-base - Unsupported class base with type `type[HomeAccessory]`
[warning] unsupported-base - Unsupported class base with type `type[HomeAccessory]`

homeassistant/components/nextbus/config_flow.py

[error] invalid-type-form - Variable of type `type[Selector[Unknown]]` is not allowed in a return type annotation

homeassistant/components/stream/__init__.py

[error] unresolved-attribute - Object of type `StreamOutput & ~AlwaysFalsy` has no attribute `video_path`
[error] invalid-type-form - Variable of type `type[StreamOutput]` is not allowed in a type expression
[error] invalid-type-form - Variable of type `type[StreamOutput]` is not allowed in a type expression
[error] invalid-type-form - Variable of type `type[StreamOutput]` is not allowed in a type expression

homeassistant/components/stream/worker.py

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

homeassistant/helpers/schema_config_entry_flow.py

[error] invalid-type-form - Variable of type `type[Selector[Unknown]]` is not allowed in a return type annotation

homeassistant/scripts/auth.py

[error] invalid-type-form - Variable of type `type[AuthProvider]` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `type[AuthProvider]` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `type[AuthProvider]` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `type[AuthProvider]` is not allowed in a parameter annotation

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

tests/contrib/ray/jobs/actor_without_init.py

[error] unresolved-attribute - Class `Counter` has no attribute `remote`

tests/contrib/ray/test_ray.py

[error] unresolved-attribute - Class `Counter` has no attribute `remote`
[error] unresolved-attribute - Class `_InternalActor` has no attribute `remote`
[error] unresolved-attribute - Class `PartiallyIgnoredCounter` has no attribute `remote`
[error] unresolved-attribute - Class `IgnoredCounter` has no attribute `remote`
[error] unresolved-attribute - Class `ComputationManager` has no attribute `remote`
[error] unresolved-attribute - Class `Sender` has no attribute `remote`
[error] unresolved-attribute - Class `Receiver` has no attribute `remote`
[error] unresolved-attribute - Class `Counter` has no attribute `remote`

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

discord/app_commands/namespace.py

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

discord/poll.py

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

discord/abc.py

[error] invalid-yield - Yield type `Message` does not match annotated yield type `PinnedMessage`

discord/app_commands/commands.py

[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`

discord/app_commands/errors.py

[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`

discord/app_commands/tree.py

[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`
[error] unresolved-attribute - Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`

discord/ext/commands/context.py

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

discord/ext/commands/converter.py

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

discord/interactions.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to `Message.__init__` is incorrect: Expected `ConnectionState[Client]`, found `_InteractionMessageState`
[error] invalid-method-override - Invalid override of method `edit`: Definition is incompatible with `Message.edit`

discord/member.py

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

discord/message.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-return-type - Return type does not match returned value: expected `Message | None`, found `(ConnectionState[Client] & ~AlwaysTruthy) | None | Message`

discord/state.py

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

discord/webhook/async_.py

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

discord/webhook/sync.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-method-override - Invalid override of method `edit`: Definition is incompatible with `Message.edit`
[error] invalid-method-override - Invalid override of method `add_files`: Definition is incompatible with `Message.add_files`
[error] invalid-method-override - Invalid override of method `remove_attachments`: Definition is incompatible with `Message.remove_attachments`
[error] invalid-method-override - Invalid override of method `delete`: Definition is incompatible with `PartialMessage.delete`

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

src/graphql/utilities/concat_ast.py

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

src/graphql/utilities/separate_operations.py

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

src/graphql/validation/rules/max_introspection_depth_rule.py

[error] unresolved-attribute - Object of type `Node & ~FragmentSpreadNode` has no attribute `selection_set`

tests/language/test_predicates.py

[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`

tests/type/test_schema.py

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

tests/utilities/test_type_info.py

[error] unknown-argument - Argument `alias` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`

tests/utilities/test_value_from_ast_untyped.py

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

src/graphql/error/graphql_error.py

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

src/graphql/language/parser.py

[error] unknown-argument - Argument `definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `default_value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type_condition` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type_condition` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type_condition` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `block` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation_types` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `default_value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `types` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `repeatable` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `locations` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `operation_types` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `types` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter

src/graphql/language/visitor.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None | (tuple[object, ...] & ~Node) | Node`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None | (tuple[Unknown, ...] & Node)`
[error] unresolved-attribute - Attribute `keys` is not defined on `None`, `tuple[object, ...] & ~Node` in union `Any | None | (tuple[object, ...] & ~Node) | Node`
[error] unresolved-attribute - Attribute `keys` is not defined on `None` in union `Any | None | (tuple[Unknown, ...] & Node) | (tuple[_T@list, ...] & Node) | (_T@list & Node)`
[error] not-subscriptable - Cannot subscript object of type `_T@list` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `_T@list` with no `__getitem__` method
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[Any | None | int | Node, Literal[VisitorActionEnum.REMOVE]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[int | str, Unknown | Node]`, found `tuple[object, Literal[VisitorActionEnum.REMOVE]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[Any | None | int | Node, (tuple[object, ...] & ~Node) | Node]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[int | str, Unknown | Node]`, found `tuple[object, Any | (tuple[Unknown, ...] & Node) | (tuple[_T@list, ...] & Node) | (_T@list & Node)]`

src/graphql/type/definition.py

[error] invalid-argument-type - Invalid argument to key "parse_literal" with declared type `((ValueNode, dict[str, Any] | None, /) -> Any) | None` on TypedDict `GraphQLScalarTypeKwargs`: value of type `None | (bound method Self@to_kwargs.parse_literal(node: ValueNode, variables: dict[str, Any] | None = None) -> Any) | (def parse_literal(self, node: ValueNode, variables: dict[str, Any] | None = None) -> Any)`

src/graphql/type/validate.py

[error] not-iterable - Object of type `(InputValueDefinitionNode & ~AlwaysTruthy & ~AlwaysFalsy) | (tuple[ConstDirectiveNode, ...] & ~AlwaysFalsy)` may not be iterable

src/graphql/utilities/ast_from_value.py

[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`

src/graphql/utilities/print_schema.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `block` does not match any known parameter of `object.__init__`

src/graphql/utilities/value_from_ast.py

[error] invalid-argument-type - Argument to function `GraphQLScalarType.parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode & ~AlwaysFalsy & ~VariableNode & ~NullValueNode`
[error] invalid-argument-type - Argument to function `GraphQLScalarType.parse_literal` is incorrect: Expected `ValueNode`, found `dict[str, Any] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `GraphQLScalarType.parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode & ~AlwaysFalsy & ~VariableNode & ~NullValueNode`

src/graphql/validation/rules/values_of_correct_type.py

[error] invalid-argument-type - Argument to function `GraphQLScalarType.parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`

tests/error/test_graphql_error.py

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

tests/execution/test_subscribe.py

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

tests/language/test_ast.py

[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Unknown | SelectionNode, ...]`, found `list[Unknown | FieldNode]`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`

tests/language/test_parser.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unresolved-attribute - Attribute `kind` is not defined on `Location & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Location & ~AlwaysTruthy & ~AlwaysFalsy) | (Token & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `value` is not defined on `Location & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Location & ~AlwaysTruthy & ~AlwaysFalsy) | (Token & ~AlwaysFalsy)`

tests/language/test_printer.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`

tests/language/test_schema_parser.py

[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `default_value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `block` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `operation_types` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`

tests/language/test_schema_printer.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`

tests/language/test_visitor.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter

tests/type/test_definition.py

[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`

tests/type/test_directives.py

[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `repeatable` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `locations` does not match any known parameter of `object.__init__`

tests/utilities/test_ast_from_value.py

[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`

tests/utilities/test_ast_to_dict.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`

tests/utilities/test_build_ast_schema.py

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

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

ibis/expr/operations/temporal_windows.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str | Unknown, Timestamp | Unknown]`

ibis/backends/athena/__init__.py

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

ibis/backends/bigquery/__init__.py

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

ibis/backends/bigquery/datatypes.py

[error] unresolved-attribute - Object of type `DataType` has no attribute `value_type`
[error] unresolved-attribute - Object of type `DataType` has no attribute `value_type`
[error] unresolved-attribute - Object of type `DataType` has no attribute `fields`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, DataType]`

ibis/backends/bigquery/tests/unit/test_compiler.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`

ibis/backends/clickhouse/__init__.py

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

ibis/backends/databricks/__init__.py

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

ibis/backends/databricks/tests/test_datatypes.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str | Struct]`

ibis/backends/datafusion/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, DataType]`

ibis/backends/druid/__init__.py

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

ibis/backends/duckdb/__init__.py

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

ibis/backends/exasol/__init__.py

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

ibis/backends/flink/ddl.py

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

ibis/backends/flink/tests/test_ddl.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Int64 | Float64]`

ibis/backends/impala/__init__.py

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

ibis/backends/impala/ddl.py

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

ibis/backends/materialize/__init__.py

[error] not-iterable - Object of type `Attribute` is not iterable
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, DataType]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, DataType]`

ibis/backends/mssql/__init__.py

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

ibis/backends/mysql/__init__.py

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

ibis/backends/oracle/__init__.py

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

ibis/backends/oracle/tests/test_datatypes.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`

ibis/backends/polars/rewrites.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenDict[str, str]`, found `dict[Unknown, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, DataType]`
[error] unsupported-operator - Operator `|` is not supported between two objects of type `Schema`

ibis/backends/postgres/__init__.py

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

ibis/backends/pyspark/datatypes.py

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

ibis/backends/risingwave/__init__.py

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

ibis/backends/singlestoredb/__init__.py

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

ibis/backends/snowflake/__init__.py

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

ibis/backends/sql/datatypes.py

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

ibis/backends/sql/rewrites.py

[error] invalid-assignment - Object of type `dict[Unknown, Unknown]` is not assignable to `FrozenDict[str, Value[Unknown, Any]]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenDict[str, Value[Unknown, Any]]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenDict[str, Value[Unknown, Any]]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenDict[str, Value[Unknown, Any]]`, found `dict[Unknown, Unknown]`

ibis/backends/sqlite/__init__.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Any, DataType]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterator[tuple[str, DataType]]`, found `Schema`

ibis/backends/tests/test_join.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`

ibis/backends/trino/__init__.py

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

ibis/common/collections.py

[error] unresolved-attribute - Object of type `<super: <class 'FrozenDict'>, Self@__init__>` has no attribute `__init__`
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] invalid-argument-type - Argument to bound method `MapSet._check_conflict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Self@__xor__`
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2

ibis/common/tests/test_collections.py

[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `MySchema`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `MySchema`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `<` is not supported between objects of type `MySchema` and `Literal[1]`
[error] unsupported-operator - Operator `<=` is not supported between objects of type `MySchema` and `Literal[1]`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `>` is not supported between objects of type `MySchema` and `Literal[1]`
[error] unsupported-operator - Operator `>=` is not supported between objects of type `MySchema` and `Literal[1]`
[error] unsupported-operator - Operator `&` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `&` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `&` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `&` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `&` is not supported between objects of type `MySchema` and `Literal[1]`
[error] unsupported-operator - Operator `|` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `|` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `|` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `|` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `|` is not supported between objects of type `MySchema` and `Literal[1]`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `-` is not supported between objects of type `MySchema` and `Literal[1]`
[error] unsupported-operator - Operator `^` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `^` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `^` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `^` is not supported between two objects of type `MySchema`
[error] unsupported-operator - Operator `^` is not supported between two objects of type `MySchema`

ibis/common/tests/test_graph_benchmarks.py

[error] invalid-type-form - Invalid subscript of object of type `type[FrozenDict[Unknown, Unknown]]` in a type expression
[error] invalid-type-form - Invalid subscript of object of type `type[FrozenDict]` in a type expression

ibis/common/tests/test_grounds.py

[error] unbound-type-variable - Type variable `T` is not bound to any outer generic context
[error] unbound-type-variable - Type variable `K` is not bound to any outer generic context
[error] unbound-type-variable - Type variable `V` is not bound to any outer generic context
[error] invalid-argument-type - Argument is incorrect: Expected `List[Unknown]`, found `list[Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `Map[Unknown, Unknown]`, found `dict[Unknown, Unknown] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument is incorrect: Expected `List[Float]`, found `list[str | int]`
[error] invalid-argument-type - Argument is incorrect: Expected `Map[str, Integer]`, found `dict[str, str | int | float]`

ibis/common/tests/test_grounds_benchmarks.py

[error] invalid-type-form - Invalid subscript of object of type `type[FrozenDict[Unknown, Unknown]]` in a type expression
[error] invalid-type-form - Invalid subscript of object of type `type[FrozenDict]` in a type expression

ibis/expr/api.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, DataType]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, DataType]`

ibis/expr/datatypes/tests/test_core.py

[error] invalid-assignment - Cannot assign to a subscript on an object of type `Struct`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Struct`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Struct`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `&` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `|` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Struct`
[error] unsupported-operator - Operator `^` is not supported between two objects of type `Struct`

ibis/expr/datatypes/value.py

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

ibis/expr/operations/relations.py

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

ibis/expr/rewrites.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenDict[Node, Node] | None`, found `Mapping[Node, Node] | None`
[error] invalid-assignment - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `subs` of type `FrozenDict[Value[Unknown, Any], Field] | None`
[error] invalid-assignment - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `ambigs` of type `FrozenDict[Value[Unknown, Any], tuple[Value[Unknown, Any], ...]] | None`
[error] unresolved-attribute - Attribute `__contains__` is not defined on `None` in union `FrozenDict[Value[Unknown, Any], tuple[Value[Unknown, Any], ...]] | None`
[error] unresolved-attribute - Attribute `__contains__` is not defined on `None` in union `@Todo | None`

ibis/expr/schema.py

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

ibis/expr/sql.py

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

ibis/expr/tests/test_api.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`

ibis/expr/tests/test_format.py

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

ibis/expr/tests/test_newrels.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Boolean | Int64 | Float64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int8 | Float64 | Int32]`

ibis/expr/tests/test_schema.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Float64 | Boolean]`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Schema`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Int64 | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Float64 | Boolean | Date]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | Float64 | String]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | Float64 | String | Boolean]`
[error] unsupported-operator - Operator `&` is not supported between two objects of type `Schema`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Float64]`
[error] unsupported-operator - Operator `|` is not supported between two objects of type `Schema`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, String | Int64 | Float64 | Boolean | Date]`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Schema`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64]`
[error] unsupported-operator - Operator `-` is not supported between two objects of type `Schema`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Boolean | Date]`
[error] unsupported-operator - Operator `^` is not supported between two objects of type `Schema`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | Boolean | Date]`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Schema`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Schema`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Schema`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Schema`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Boolean]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Timestamp]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | Int32 | Int16 | ... omitted 14 union elements]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | Array[Unknown]]`

ibis/expr/types/generic.py

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

ibis/expr/types/joins.py

[error] invalid-argument-type - Argument to bound method `DerefMap.from_targets` is incorrect: Expected `Mapping[Node, Node] | None`, found `dict[Field, Unknown & Field]`
[error] invalid-argument-type - Argument to bound method `DerefMap.from_targets` is incorrect: Expected `Mapping[Node, Node] | None`, found `dict[Field, @Todo & Field]`
[error] invalid-argument-type - Argument to bound method `DerefMap.from_targets` is incorrect: Expected `Mapping[Node, Node] | None`, found `dict[Field, Unknown & Field]`
[error] invalid-argument-type - Argument to bound method `DerefMap.from_targets` is incorrect: Expected `Mapping[Node, Node] | None`, found `dict[Field, @Todo & Field]`

ibis/expr/types/relations.py

[error] invalid-argument-type - Argument is incorrect: Expected `Value[Numeric | String, Any] | FrozenDict[str, Any]`, found `Scalar | Mapping[str, Scalar]`

ibis/expr/types/temporal_windows.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Columnar]]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, ibis.expr.datashape.Scalar]]`, found `Sequence[ibis.expr.types.generic.Scalar] | None`

ibis/formats/numpy.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, DataType]`

ibis/formats/pandas.py

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

ibis/formats/polars.py

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

ibis/formats/tests/test_pandas.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Boolean | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Int64 | String | Boolean | Float64]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`

ibis/selectors.py

[error] invalid-type-form - Invalid subscript of object of type `type[FrozenDict[Unknown, Unknown]]` in a type expression
[error] invalid-type-form - Invalid subscript of object of type `type[FrozenDict]` in a type expression

ibis/tests/expr/test_table.py

[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, DataType]`, found `dict[str, str]`
[error] invalid-argument-type - Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Any]]`, found `dict[str, Alias]`

ibis/tests/strategies.py

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

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

jax/_src/pallas/pipelining/schedulers.py

[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Array, ...]`, found `tuple[ShapedArray, ...]`
[error] invalid-argument-type - Argument is incorrect: Expected `Array`, found `ShapedArray`
[error] invalid-argument-type - Argument is incorrect: Expected `tuple[Array, ...]`, found `Sequence[int | Array] | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `Array`, found `Array | int`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[int] | None`, found `list[Array | int]`
[error] invalid-argument-type - Argument to function `compute_grid_indices` is incorrect: Expected `Array`, found `Array | int`

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

src/jinja2/environment.py

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

src/jinja2/ext.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_"]` and value of type `def _gettext_alias(__context: Context, /, *args: Any, **kwargs: Any) -> Any | Undefined` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_"]` and value of type `def _gettext_alias(__context: Unknown, /, *args: Any, **kwargs: Any) -> Any | Undefined` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`

src/jinja2/lexer.py

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

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

misc/python/materialize/output_consistency/ignore_filter/ignore_verdict.py

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

mypy (https://github.com/python/mypy)

mypy/reachability.py

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

mypy/server/astmerge.py

[error] invalid-argument-type - Argument to bound method `NodeReplaceVisitor.process_synthetic_type_info` is incorrect: Expected `TypeInfo`, found `Unknown | None | TypeInfo`

mypy/treetransform.py

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

mypy/plugins/proper_plugin.py

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

mypy/typeshed/stdlib/typing.pyi

[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a type expression
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a type expression
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-argument-type - Argument to `TypeVar.__init__` is incorrect: Expected `Any | None`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `tuple[EllipsisType, <class 'Any'>]` on object of type `_SpecialForm`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `tuple[EllipsisType, <class 'Any'>]` on object of type `_SpecialForm`
[error] unsupported-operator - Operator `|` is not supported between objects of type `object` and `<class 'type'>`
[error] invalid-argument-type - Argument to `TypeVar.__init__` is incorrect: Expected `Any | None`, found `<special-form 'type[object]'>`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a parameter annotation
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-argument-type - Argument to `TypeVar.__init__` is incorrect: Expected `Any`, found `<class 'str'>`
[error] invalid-argument-type - Argument to `TypeVar.__init__` is incorrect: Expected `Any`, found `<class 'bytes'>`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-base - Invalid class base with type `_SpecialForm`
[error] invalid-base - Invalid class base with type `_SpecialForm`
[error] invalid-base - Invalid class base with type `_SpecialForm`
[error] invalid-base - Invalid class base with type `_SpecialForm`
[error] invalid-base - Invalid class base with type `_SpecialForm`
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-base - Invalid class base with type `_SpecialForm`
[error] invalid-base - Invalid class base with type `_SpecialForm`
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] unknown-argument - Argument `default` does not match any known parameter of `TypeVar.__init__`
[error] unknown-argument - Argument `default` does not match any known parameter of `TypeVar.__init__`
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `tuple[TypeVar, TypeVar, TypeVar]` on object of type `_SpecialForm`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a type expression
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a type expression
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-base - Invalid class base with type `_Final`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-base - Invalid class base with type `_Final`
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `tuple[TypeVar, TypeVar]` on object of type `_SpecialForm`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-base - Invalid class base with type `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `TypeVar` on object of type `_SpecialForm`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] unsupported-operator - Operator `|` is not supported between two objects of type `TypeVar`
[error] unsupported-operator - Operator `|` is not supported between two objects of type `TypeVar`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a type expression
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a type expression
[error] invalid-base - Invalid class base with type `_Final`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-base - Invalid class base with type `_Final`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] unsupported-operator - Operator `|` is not supported between objects of type `TypeVar` and `None`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a type expression
[error] invalid-base - Invalid class base with type `_Final`
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a type alias value
[error] invalid-argument-type - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `tuple[EllipsisType, <class 'Any'>]` on object of type `_SpecialForm`
[error] invalid-type-form - Variable of type `object` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a return type annotation
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a type expression
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a type expression
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a type expression
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a type expression
[error] invalid-type-form - Invalid subscript of object of type `_SpecialForm` in a type expression
[error] invalid-type-form - Variable of type `TypeVar` is not allowed in a parameter annotation

mypy/build.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `Unknown | None | MypyFile` on object of type `dict[str, MypyFile]`
[error] invalid-return-type - Return type does not match returned value: expected `TypeChecker`, found `Unknown | TypeChecker | None`

mypy/checker.py

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

mypy/checkexpr.py

[error] invalid-assignment - Object of type `dict[Expression, UninhabitedType]` is not assignable to `dict[Expression, Type]`
[error] invalid-assignment - Object of type `dict[Unknown, UninhabitedType]` is not assignable to `dict[Unknown, Type]`
[error] invalid-assignment - Object of type `dict[Expression, UninhabitedType]` is not assignable to `dict[Expression, Type]`
[error] invalid-assignment - Object of type `dict[Unknown, UninhabitedType]` is not assignable to `dict[Unknown, Type]`

mypy/checkmember.py

[warning] redundant-cast - Value is already of type `Decorator`
[warning] redundant-cast - Value is already of type `Decorator`

mypy/checkpattern.py

[error] invalid-argument-type - Argument to bound method `PatternChecker.contract_starred_pattern_types` is incorrect: Expected `list[Type]`, found `list[Type] | list[Unknown] | list[AnyType] | list[Instance]`
[error] invalid-argument-type - Argument to bound method `PatternChecker.contract_starred_pattern_types` is incorrect: Expected `list[Type]`, found `list[Type] | list[Unknown] | list[AnyType]`

mypy/dmypy_server.py

[error] invalid-argument-type - Argument to bound method `FileSystemCache.listdir` is incorrect: Expected `str`, found `PathLike[PathLike[Never] | str] | str`

mypy/nodes.py

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

mypy/semanal.py

[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `line` on type `Unknown | None | TypeApplication | TypeAliasExpr`
[error] invalid-assignment - Object of type `Unknown` is not assignable to attribute `column` on type `Unknown | None | TypeApplication | TypeAliasExpr`

mypy/strconv.py

[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["BaseType"], list[Instance] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["BaseTypeExpr"], list[Expression] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["TypeVars"], list[TypeVarLikeType] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["Decorators"], list[Expression] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["TupleType"], list[TupleType]]`

mypy/types.py

[error] invalid-assignment - Object of type `object` is not assignable to `T@accept`
[error] invalid-assignment - Object of type `object` is not assignable to `T@accept`
[error] invalid-assignment - Object of type `object` is not assignable to `T@accept`
[error] invalid-assignment - Object of type `object` is not assignable to `T@accept`
[error] invalid-assignment - Object of type `object` is not assignable to `T@accept`
[error] invalid-assignment - Invalid subscript assignment with key of type `TypeVarId` and value of type `Type` on object of type `dict[TypeVarId, TupleType]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `Type` on object of type `dict[Unknown & TypeVarId, TupleType]`

mypyc/irbuild/main.py

[error] invalid-argument-type - Argument is incorrect: Expected `F@strict_optional_dec`, found `def build_ir(modules: list[MypyFile], graph: dict[str, State], types: dict[Expression, Type], mapper: Mapper, options: CompilerOptions, errors: Errors) -> dict[str, ModuleIR]`
[error] invalid-argument-type - Argument is incorrect: Expected `F@strict_optional_dec`, found `def build_ir(modules: list[MypyFile], graph: dict[str, State], types: dict[Unknown, Type], mapper: Mapper, options: CompilerOptions, errors: Errors) -> dict[str, ModuleIR]`

mypyc/irbuild/statement.py

[error] invalid-argument-type - Argument to function `transform_try_except` is incorrect: Expected `(() -> None) | None`, found `(() -> Value) | None`
[error] invalid-argument-type - Argument to function `transform_try_finally_stmt_async` is incorrect: Expected `() -> None`, found `() -> Value`
[error] invalid-argument-type - Argument to function `transform_try_finally_stmt` is incorrect: Expected `() -> None`, found `() -> Value`

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

pandera/api/pandas/array.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `(...) -> Unknown`

pandera/api/polars/model.py

[error] invalid-argument-type - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `(...) -> Unknown`
[error] unresolved-attribute - Object of type `DataType` has no attribute `_get_polars_schema`

pandera/engines/numpy_engine.py

[warning] unsupported-base - Unsupported class base with type `<class 'pandera.engines.numpy_engine.Float64 @ pandera/engines/numpy_engine.py:261:11'> | <class 'pandera.engines.numpy_engine.Float64 @ pandera/engines/numpy_engine.py:269:11'>`
[warning] unsupported-base - Unsupported class base with type `<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'>`

pandera/typing/common.py

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

pandera/typing/pandas.py

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

pandera/typing/pyspark_sql.py

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

tests/io/test_pandas_io.py

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

tests/pandas/test_dtypes.py

[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-assignment - Object of type `list[tuple[dict[Unknown, Unknown], list[Unknown]] | tuple[dict[<class 'datetime'> | <class 'datetime64'> | <class 'pandera.dtypes.Timestamp'> | ... omitted 3 union elements, str], Series[pandas._libs.tslibs.timestamps.Timestamp]] | tuple[dict[PeriodDtype, str], Series[Period]] | tuple[dict[<class 'SparseDtype'> | SparseDtype, SparseDtype], Series[Any]] | tuple[dict[IntervalDtype, str], Series[Interval[int | float]]]]` is not assignable to `list[tuple[dict[Unknown, Unknown], list[Unknown]]]`
[error] invalid-assignment - Object of type `list[tuple[dict[Unknown, Unknown], list[Unknown]] | tuple[dict[<class 'datetime'> | <class 'datetime64'> | type[Unknown] | ... omitted 3 union elements, str], Series[Timestamp]] | tuple[dict[PeriodDtype, str], Series[Period]] | tuple[dict[<class 'SparseDtype'> | SparseDtype, SparseDtype], Series[Any]] | tuple[dict[IntervalDtype, str], Series[Interval[int | float]]]]` is not assignable to `list[tuple[dict[Unknown, Unknown], list[Unknown]]]`

tests/pandas/test_model.py

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

tests/pandas/test_numpy_engine.py

[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`

tests/pandas/test_typing.py

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

tests/pyspark/test_schemas_on_pyspark_pandas.py

[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'> | <class 'Complex64'> | ... omitted 15 union elements`, found `<class 'Timedelta64'>`
[error] invalid-argument-type - Argument to bound method `set.update` is incorrect: Expected `Iterable[<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'> | <class 'Complex64'> | ... omitted 15 union elements]`, found `set[<class 'Float128'> | <class 'Complex256'>]`

tests/strategies/test_strategies.py

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-argument-type - Argument to function `str_length_strategy` is incorrect: Expected `pandera.engines.numpy_engine.DataType | pandera.engines.pandas_engine.DataType`, found `<class 'String'>`
[error] invalid-argument-type - Argument to function `str_length_strategy` is incorrect: Expected `pandera.engines.numpy_engine.DataType | pandera.engines.pandas_engine.DataType`, found `type[Unknown]`
[error] invalid-argument-type - Argument to function `str_length_strategy` is incorrect: Expected `pandera.engines.numpy_engine.DataType | pandera.engines.pandas_engine.DataType`, found `<class 'String'>`
[error] invalid-argument-type - Argument to function `str_length_strategy` is incorrect: Expected `pandera.engines.numpy_engine.DataType | pandera.engines.pandas_engine.DataType`, found `type[Unknown]`

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

tests/test_crawler.py

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

tests/test_feedexport.py

[error] unresolved-attribute - Unresolved attribute `open_file` on type `<class 'Storage'>`.
[error] unresolved-attribute - Class `Storage` has no attribute `open_file`
[error] unresolved-attribute - Unresolved attribute `store_file` on type `<class 'Storage'>`.
[error] unresolved-attribute - Class `Storage` has no attribute `open_file`
[error] unresolved-attribute - Class `Storage` has no attribute `store_file`
[error] unresolved-attribute - Unresolved attribute `open_file` on type `<class 'Storage'>`.
[error] unresolved-attribute - Class `Storage` has no attribute `open_file`
[error] unresolved-attribute - Unresolved attribute `store_file` on type `<class 'Storage'>`.
[error] unresolved-attribute - Unresolved attribute `file_was_closed` on type `<class 'Storage'>`.
[error] unresolved-attribute - Class `Storage` has no attribute `open_file`
[error] unresolved-attribute - Class `Storage` has no attribute `store_file`
[error] unresolved-attribute - Class `Storage` has no attribute `file_was_closed`

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

lib/spack/spack/cmd/create.py

[error] invalid-argument-type - Argument to bound method `RepoPath.get_repo` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | Literal[True] | (Unknown & ~AlwaysFalsy)`

lib/spack/spack/cray_manifest.py

[error] unresolved-attribute - Unresolved attribute `_hashes_final` on type `Spec`
[error] unresolved-attribute - Unresolved attribute `origin` on type `Spec`

lib/spack/spack/externals.py

[error] invalid-assignment - Object of type `Microarchitecture` is not assignable to attribute `target` on type `None | (ArchSpec & ~AlwaysTruthy) | (Unknown & ~AlwaysTruthy)`

lib/spack/spack/test/provider_index.py

[error] invalid-argument-type - Argument to `ProviderIndex.__init__` is incorrect: Expected `Iterable[Spec] | None`, found `list[str]`

lib/spack/spack/binary_distribution.py

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

lib/spack/spack/builder.py

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

lib/spack/spack/cmd/solve.py

[error] invalid-argument-type - Argument to function `msg` is incorrect: Expected `str`, found `Spec | Unknown`

lib/spack/spack/database.py

[error] unresolved-attribute - Object of type `Spec` has no attribute `_package_hash`
[error] invalid-argument-type - Argument to `InstallRecord.__init__` is incorrect: Expected `str | None`, found `object`

lib/spack/spack/directives.py

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

lib/spack/spack/environment/environment.py

[error] invalid-assignment - Object of type `None | str | bool | Unknown` is not assignable to `str`
[error] invalid-argument-type - Argument to function `traverse_nodes` is incorrect: Expected `Sequence[Spec]`, found `dict_values[str, Spec]`
[error] invalid-argument-type - Argument to function `traverse_nodes` is incorrect: Expected `Sequence[Unknown]`, found `dict_values[str, Unknown]`

lib/spack/spack/installer.py

[error] no-matching-overload - No overload of function `join` matches arguments
[error] invalid-argument-type - Argument to bound method `RepoPath.get_repo` is incorrect: Expected `str`, found `None | str | bool | Unknown`
[error] no-matching-overload - No overload of function `join` matches arguments
[error] invalid-argument-type - Argument to function `create_or_construct` is incorrect: Expected `str | None`, found `None | str | bool | Unknown`

lib/spack/spack/modules/lmod.py

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

lib/spack/spack/solver/asp.py

[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[GitVersion | StandardVersion, list[Provenance]].__getitem__(key: GitVersion | StandardVersion, /) -> list[Provenance]` cannot be called with key of type `ConcreteVersion` on object of type `dict[GitVersion | StandardVersion, list[Provenance]]`
[error] invalid-argument-type - Argument to bound method `PossibleDependencyGraph.unreachable` is incorrect: Expected `Spec`, found `str`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `str | bool | (Unknown & ~None)` on object of type `dict[str, str]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[GitVersion | StandardVersion, list[Provenance]].__getitem__(key: GitVersion | StandardVersion, /) -> list[Provenance]` cannot be called with key of type `ConcreteVersion` on object of type `dict[GitVersion | StandardVersion, list[Provenance]]`

lib/spack/spack/spec.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["compiler"]` and value of type `str` on object of type `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Self@_satisfies, Unknown]`, found `tuple[Spec, Unknown]`
[error] unresolved-attribute - Unresolved attribute `_patches_in_order_of_appearance` on type `VariantValue`
[error] unresolved-attribute - Unresolved attribute `spec` on type `VariantMap`
[error] invalid-method-override - Invalid override of method `__setitem__`: Definition is incompatible with `HashableMap.__setitem__`
[error] unresolved-attribute - Unresolved attribute `_patches_in_order_of_appearance` on type `VariantValue`
[error] unresolved-attribute - Attribute `intersects` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `intersects` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `constrain` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `constrain` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `platform` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `platform` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `os` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `os` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `platform` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `platform` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `platform` on type `None | ArchSpec | Unknown`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `platform` on type `None | Unknown`
[error] unresolved-attribute - Attribute `os` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `os` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `os` on type `None | ArchSpec | Unknown`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `os` on type `None | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | Unknown`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `target` on type `None | ArchSpec | Unknown`
[error] invalid-assignment - Object of type `Unknown & ~AlwaysFalsy` is not assignable to attribute `target` on type `None | Unknown`

lib/spack/spack/test/architecture.py

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

lib/spack/spack/test/cmd/dependencies.py

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

lib/spack/spack/test/cmd/dependents.py

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

lib/spack/spack/test/cmd/env.py

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

lib/spack/spack/test/cmd/spec.py

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

lib/spack/spack/test/cmd/uninstall.py

[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `dag_hash` is not defined on `None` in union `Unknown | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Spec] | None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
[error] unsupported-operator - Operator `in` is not supported between two objects of type `Spec | None`
[error] unsupported-operator - Operator `in` is not supported between two objects of type `Unknown | None`

lib/spack/spack/test/concretization/core.py

[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[bool | str]`, found `tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[bool | str]`, found `tuple[bool | str, ...] | bool | str`
[error] unresolved-attribute - Attribute `target` is not defined on `None` in union `None | ArchSpec | Unknown`
[error] invalid-argument-type - Argument to bound method `ReusableSpecsSelector.reusable_specs` is incorrect: Expected `list[Spec]`, found `list[Spec | str]`

lib/spack/spack/test/concretization/errors.py

[error] invalid-argument-type - Argument to `OutputDoesNotSatisfyInputError.__init__` is incorrect: Expected `list[tuple[Spec, Spec | None]]`, found `list[tuple[Spec, Spec] | tuple[Spec, None]]`

lib/spack/spack/test/conftest.py

[error] invalid-assignment - Object of type `def _libc_from_python(self) -> Unknown` is not assignable to attribute `default_libc` of type `def default_libc(self) -> Spec | None`
[error] invalid-assignment - Object of type `def _libc_from_python(self) -> Unknown` is not assignable to attribute `default_libc` of type `def default_libc(self) -> Unknown | None`

lib/spack/spack/test/cray_manifest.py

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

lib/spack/spack/test/database.py

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

lib/spack/spack/test/directives.py

[error] invalid-assignment - Object of type `dict[Spec, str]` is not assignable to attribute `licenses` of type `property`
[error] invalid-assignment - Object of type `dict[Unknown, str]` is not assignable to attribute `licenses` of type `property`
[error] invalid-assignment - Object of type `dict[Spec, str]` is not assignable to attribute `licenses` of type `property`
[error] invalid-assignment - Object of type `dict[Unknown, str]` is not assignable to attribute `licenses` of type `property`

lib/spack/spack/test/directory_layout.py

[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`

lib/spack/spack/test/env.py

[error] unresolved-attribute - Unresolved attribute `_hash` on type `Spec`
[error] unresolved-attribute - Object of type `Spec` has no attribute `_hash`

lib/spack/spack/test/installer_tui.py

[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to `BuildInfo.__init__` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to `BuildInfo.__init__` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`

lib/spack/spack/test/modules/common.py

[error] invalid-argument-type - Argument to function `get_module` is incorrect: Expected `Spec`, found `MockSpec`

lib/spack/spack/test/patch.py

[error] unresolved-attribute - Object of type `VariantValue` has no attribute `_patches_in_order_of_appearance`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["a69b288d7393261e613c276c6d38a01461028291f6e381623acc58139d01f54d"]` and `tuple[bool | str, ...] | bool | str`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Literal["a69b288d7393261e613c276c6d38a01461028291f6e381623acc58139d01f54d"]` and `tuple[bool | str, ...] | bool | str`

lib/spack/spack/test/spec_semantics.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["test"]` and `None | ArchSpec | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["debian"]` and `None | ArchSpec | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["x86_64"]` and `None | ArchSpec | Unknown`
[error] unresolved-attribute - Unresolved attribute `_hash` on type `Spec`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Spec`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Spec`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Spec`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Spec`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Spec`
[error] unsupported-operator - Operator `>=` is not supported between two objects of type `Spec`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `Spec`

lib/spack/spack/test/spec_syntax.py

[error] invalid-argument-type - Argument to function `expand_toolchains` is incorrect: Expected `Spec`, found `Spec | None`
[error] unresolved-attribute - Unresolved attribute `_hash` on type `Spec`
[error] unresolved-attribute - Unresolved attribute `_hash` on type `Spec`
[error] unresolved-attribute - Unresolved attribute `_hash` on type `Spec`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["fake"]` and `Spec | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["fake"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["zmpi"]` and `Spec | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["zmpi"]` and `Unknown | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["zmpi"]` and `Spec | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["zmpi"]` and `Unknown | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["zmpi"]` and `Spec | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["zmpi"]` and `Unknown | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["fake"]` and `Spec | None`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["fake"]` and `Unknown | None`
[error] unresolved-attribute - Attribute `lookup_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `lookup_hash` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `lookup_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `lookup_hash` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `replace_hash` is not defined on `None` in union `Unknown | None`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Spec | None`
[error] unsupported-operator - Operator `<=` is not supported between two objects of type `Unknown | None`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Spec | None`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `Unknown | None`
[error] unresolved-attribute - Attribute `intersects` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `intersects` is not defined on `None` in union `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Spec.intersects` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] unresolved-attribute - Attribute `intersects` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `intersects` is not defined on `None` in union `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Spec.intersects` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] unresolved-attribute - Attribute `satisfies` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `satisfies` is not defined on `None` in union `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Spec.satisfies` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] unresolved-attribute - Attribute `satisfies` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `satisfies` is not defined on `None` in union `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Spec.satisfies` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] unresolved-attribute - Attribute `architecture` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - Attribute `architecture` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - Attribute `platform` is not defined on `None` in union `None | ArchSpec | Unknown`

lib/spack/spack/traverse.py

[error] invalid-argument-type - Argument to `DependencySpec.__init__` is incorrect: Expected `Spec`, found `None`

lib/spack/spack/variant.py

[error] invalid-argument-type - Argument to `VariantValue.__init__` is incorrect: Expected `tuple[bool | str, ...]`, found `tuple[None]`

lib/spack/spack/vendor/jinja2/environment.py

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

lib/spack/spack/vendor/jinja2/ext.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_"]` and value of type `def _gettext_alias(__context: Context, /, *args: Any, **kwargs: Any) -> Any | Undefined` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`
[error] invalid-assignment - Invalid subscript assignment with key of type `Literal["_"]` and value of type `def _gettext_alias(__context: Unknown, /, *args: Any, **kwargs: Any) -> Any | Undefined` on object of type `dict[str, <class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements]`

lib/spack/spack/vendor/jinja2/lexer.py

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

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

xarray/tests/test_plot.py

[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] invalid-argument-type - Argument to bound method `_Wrapped.__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `str`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] invalid-argument-type - Argument to bound method `_Wrapped.__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `Literal["ro"]`
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] invalid-argument-type - Argument to bound method `_Wrapped.__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `Literal["period"]`
[error] invalid-argument-type - Argument to bound method `_Wrapped.__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `Literal["period"]`
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] no-matching-overload - No overload matches arguments
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] invalid-argument-type - Argument to bound method `_Wrapped.__call__` is incorrect: Expected `DatasetPlotAccessor`, found `Literal["A"]`
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments
[error] no-matching-overload - No overload matches arguments

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

zerver/tests/test_auth_backends.py

[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `get_data_from_redis`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `full_name_validated`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `full_name_validated`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `put_data_in_redis`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `put_data_in_redis`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `put_data_in_redis`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `put_data_in_redis`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `put_data_in_redis`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `put_data_in_redis`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `put_data_in_redis`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `put_data_in_redis`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `put_data_in_redis`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `full_name_validated`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `full_name_validated`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `full_name_validated`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `full_name_validated`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `ID_TOKEN_ISSUER`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `JWK_URL`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `JWK_URL`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `full_name_validated`
[error] unresolved-attribute - Object of type `type[ExternalAuthMethod]` has no attribute `full_name_validated`

zerver/tests/test_import_export.py

[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`

zerver/tests/test_slack_importer.py

[error] unknown-argument - Argument `content_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `file_type_extension` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `url` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `file_type_extension` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `url` does not match any known parameter of `object.__init__`

zerver/tests/test_typed_endpoint.py

[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `error_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of `object.__init__`

zerver/views/auth.py

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

zproject/backends.py

[error] invalid-type-form - Variable of type `type[ExternalAuthMethod]` is not allowed in a parameter annotation