[ty] Materialize only substituted typevars during specialization by charliermarsh · Pull Request #23725 · astral-sh/ruff (original) (raw)
mypy_primer results
Changes were detected when running on open source projects
bidict (https://github.com/jab/bidict)
- bidict/_base.py:510:9: error[no-matching-overload] No overload of bound method
updatematches arguments - Found 18 diagnostics
- Found 17 diagnostics
werkzeug (https://github.com/pallets/werkzeug)
- src/werkzeug/sansio/response.py:613:54: error[unresolved-attribute] Object of type
objecthas no attributeto_header - Found 385 diagnostics
- Found 384 diagnostics
pydantic (https://github.com/pydantic/pydantic)
- pydantic/fields.py:1573:13: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None, foundTop[dict[Unknown, Unknown]] | (((dict[str, Divergent], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None
- pydantic/fields.py:1573:13: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None, founddict[str, Divergent] | dict[Never, Never] | (((dict[str, Divergent], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None
- pydantic/v1/class_validators.py:260:25: error[invalid-argument-type] Argument to function
signatureis incorrect: Expected(...) -> Any, foundobject - pydantic/v1/class_validators.py:263:32: error[invalid-argument-type] Argument to function
signatureis incorrect: Expected(...) -> Any, foundobject - Found 3185 diagnostics
- Found 3183 diagnostics
schemathesis (https://github.com/schemathesis/schemathesis)
- src/schemathesis/specs/openapi/checks.py:1039:9: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedlist[Unknown] | dict[str, Any] | str | ... omitted 4 union elements, foundTop[list[Unknown]] | Top[dict[Unknown, Unknown]] | str | ... omitted 4 union elements
- src/schemathesis/specs/openapi/checks.py:1039:9: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedlist[Unknown] | dict[str, Any] | str | ... omitted 4 union elements, foundlist[Unknown] | list[Never] | dict[str, Any] | ... omitted 6 union elements
Expression (https://github.com/cognitedata/Expression)
- expression/collections/maptree.py:112:28: error[invalid-return-type] Return type does not match returned value: expected
Option[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Key@rebalance | Unknown, object]]
- expression/collections/maptree.py:112:28: error[invalid-return-type] Return type does not match returned value: expected
Option[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Key@rebalance, object]]
- expression/collections/maptree.py:113:25: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance | Unknown, object]], foundOption[MapTreeLeaf[Key@rebalance, Value@rebalance]]
- expression/collections/maptree.py:113:25: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, object]], foundOption[MapTreeLeaf[Key@rebalance, Value@rebalance]]
- expression/collections/maptree.py:114:25: error[invalid-argument-type] Argument to function
mkis incorrect: Argument typeobjectdoes not satisfy upper boundSupportsLessThanof type variableKey
- expression/collections/maptree.py:113:38: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Never, Never]] - expression/collections/maptree.py:116:25: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, object]], foundOption[MapTreeLeaf[Never, object]]
- expression/collections/maptree.py:116:28: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Unknown, object]], foundOption[Top[MapTreeLeaf[Unknown, Unknown]]]
- expression/collections/maptree.py:116:28: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Never, object]], foundOption[MapTreeLeaf[Never, Never]] - expression/collections/maptree.py:116:39: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedNever, foundobject
- expression/collections/maptree.py:116:59: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Unknown, object]], foundOption[Top[MapTreeLeaf[Unknown, Unknown]]]
- expression/collections/maptree.py:116:59: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Never, object]], foundOption[MapTreeLeaf[Never, Never]]
- expression/collections/maptree.py:121:24: error[invalid-return-type] Return type does not match returned value: expected
Option[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Key@rebalance | Unknown, object]]
- expression/collections/maptree.py:121:24: error[invalid-return-type] Return type does not match returned value: expected
Option[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Key@rebalance, object]]
- expression/collections/maptree.py:121:27: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance | Unknown, object]], foundOption[MapTreeLeaf[Key@rebalance, Value@rebalance]]
- expression/collections/maptree.py:121:27: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, object]], foundOption[MapTreeLeaf[Key@rebalance, Value@rebalance]] - expression/collections/maptree.py:121:40: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Never, Never]] - expression/collections/maptree.py:121:51: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedKey@rebalance, foundobject
- expression/collections/maptree.py:121:71: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance | Unknown, object]], foundOption[Top[MapTreeLeaf[Unknown, Unknown]]]
- expression/collections/maptree.py:121:71: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, object]], foundOption[MapTreeLeaf[Never, Never]]
- expression/collections/maptree.py:132:32: error[invalid-return-type] Return type does not match returned value: expected
Option[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Unknown | Key@rebalance, object]]
- expression/collections/maptree.py:132:32: error[invalid-return-type] Return type does not match returned value: expected
Option[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Key@rebalance, object]] - expression/collections/maptree.py:133:29: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, object]], foundOption[MapTreeLeaf[Never, object]]
- expression/collections/maptree.py:133:32: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Unknown, object]], foundOption[Top[MapTreeLeaf[Unknown, Unknown]]]
- expression/collections/maptree.py:133:32: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Never, object]], foundOption[MapTreeLeaf[Never, Never]] - expression/collections/maptree.py:133:42: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedNever, foundobject
- expression/collections/maptree.py:133:62: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Unknown, object]], foundOption[Top[MapTreeLeaf[Unknown, Unknown]]]
- expression/collections/maptree.py:133:62: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Never, object]], foundOption[MapTreeLeaf[Never, Never]]
- expression/collections/maptree.py:134:29: error[invalid-argument-type] Argument to function
mkis incorrect: Argument typeobjectdoes not satisfy upper boundSupportsLessThanof type variableKey - expression/collections/maptree.py:136:29: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Unknown | Key@rebalance, object]], foundOption[MapTreeLeaf[Key@rebalance, Value@rebalance]]
- expression/collections/maptree.py:136:29: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, object]], foundOption[MapTreeLeaf[Key@rebalance, Value@rebalance]] - expression/collections/maptree.py:136:32: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Never, Never]]
- expression/collections/maptree.py:141:28: error[invalid-return-type] Return type does not match returned value: expected
Option[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Unknown | Key@rebalance, object]]
- expression/collections/maptree.py:141:28: error[invalid-return-type] Return type does not match returned value: expected
Option[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Key@rebalance, object]]
- expression/collections/maptree.py:141:31: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Unknown | Key@rebalance, object]], foundOption[Top[MapTreeLeaf[Unknown, Unknown]]]
- expression/collections/maptree.py:141:31: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, object]], foundOption[MapTreeLeaf[Never, Never]] - expression/collections/maptree.py:141:41: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedKey@rebalance, foundobject
- expression/collections/maptree.py:141:61: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Unknown | Key@rebalance, object]], foundOption[MapTreeLeaf[Key@rebalance, Value@rebalance]]
- expression/collections/maptree.py:141:61: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, object]], foundOption[MapTreeLeaf[Key@rebalance, Value@rebalance]] - expression/collections/maptree.py:141:64: error[invalid-argument-type] Argument to function
mkis incorrect: ExpectedOption[MapTreeLeaf[Key@rebalance, Value@rebalance]], foundOption[MapTreeLeaf[Never, Never]]
- Found 202 diagnostics
- Found 210 diagnostics
tornado (https://github.com/tornadoweb/tornado)
- tornado/routing.py:355:55: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expecteddict[str, Any] | None, foundobject
- tornado/routing.py:355:55: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expecteddict[str, Any] | None, found@Todo | dict[str, Any] | str
- tornado/routing.py:355:55: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedstr | None, foundobject
- tornado/routing.py:355:55: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedstr | None, found@Todo | dict[str, Any] | str
pandera (https://github.com/pandera-dev/pandera)
- pandera/decorators.py:371:21: error[unresolved-attribute] Object of type
objecthas no attributecoerce - Found 1633 diagnostics
- Found 1632 diagnostics
antidote (https://github.com/Finistere/antidote)
- tests/core/test_catalog.py:384:38: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective
- Found 236 diagnostics
- Found 237 diagnostics
koda-validate (https://github.com/keithasaurus/koda-validate)
- koda_validate/_internal.py:248:16: error[invalid-return-type] Return type does not match returned value: expected
(Any, /) -> tuple[Literal[True], A@_wrap_sync_validator] | tuple[Literal[False], Invalid], foundbound method Top[_ToTupleValidator[Unknown]]._validate_to_tuple(val: Never) -> tuple[Literal[True], object] | tuple[Literal[False], Invalid]
- koda_validate/_internal.py:248:16: error[invalid-return-type] Return type does not match returned value: expected
(Any, /) -> tuple[Literal[True], A@_wrap_sync_validator] | tuple[Literal[False], Invalid], foundbound method Top[_ToTupleValidator[Unknown]]._validate_to_tuple(val: Any) -> tuple[Literal[True], object] | tuple[Literal[False], Invalid]
- koda_validate/_internal.py:265:16: error[invalid-return-type] Return type does not match returned value: expected
(Any, /) -> Awaitable[tuple[Literal[True], A@_wrap_async_validator] | tuple[Literal[False], Invalid]], foundbound method Top[_ToTupleValidator[Unknown]]._validate_to_tuple_async(val: Never) -> CoroutineType[object, Never, tuple[Literal[True], object] | tuple[Literal[False], Invalid]]
- koda_validate/_internal.py:265:16: error[invalid-return-type] Return type does not match returned value: expected
(Any, /) -> Awaitable[tuple[Literal[True], A@_wrap_async_validator] | tuple[Literal[False], Invalid]], foundbound method Top[_ToTupleValidator[Unknown]]._validate_to_tuple_async(val: Any) -> CoroutineType[Any, Any, tuple[Literal[True], object] | tuple[Literal[False], Invalid]]
- koda_validate/serialization/json_schema.py:431:38: error[invalid-argument-type] Argument is incorrect: Expected
Validator[Any] | Predicate[Any] | PredicateAsync[Any], foundobject - koda_validate/serialization/json_schema.py:451:29: error[invalid-argument-type] Argument is incorrect: Expected
Validator[Any] | Predicate[Any] | PredicateAsync[Any], foundobject - koda_validate/serialization/json_schema.py:464:37: error[invalid-argument-type] Argument to function
lenis incorrect: ExpectedSized, foundobject - koda_validate/serialization/json_schema.py:467:29: error[invalid-argument-type] Argument to function
lenis incorrect: ExpectedSized, foundobject - koda_validate/serialization/json_schema.py:468:29: error[invalid-argument-type] Argument to function
lenis incorrect: ExpectedSized, foundobject - koda_validate/serialization/json_schema.py:469:54: error[not-iterable] Object of type
objectis not iterable - Found 424 diagnostics
- Found 418 diagnostics
meson (https://github.com/mesonbuild/meson)
- mesonbuild/build.py:425:24: error[invalid-return-type] Return type does not match returned value: expected
_T@copy_value, foundTop[list[Unknown]] | Top[dict[Unknown, Unknown]] | Top[set[Unknown]]
- mesonbuild/build.py:425:24: error[invalid-return-type] Return type does not match returned value: expected
_T@copy_value, foundlist[Never] | dict[Never, Never] | set[Never]
discord.py (https://github.com/Rapptz/discord.py)
- discord/app_commands/errors.py:453:95: error[unresolved-attribute] Object of type
Top[(...) -> Coroutine[object, Never, object]]has no attribute__qualname__
- discord/app_commands/errors.py:453:95: error[unresolved-attribute] Object of type
(...) -> Coroutine[Any, Any, Unknown]has no attribute__qualname__ - discord/ext/commands/core.py:1499:16: error[invalid-return-type] Return type does not match returned value: expected
Command[CogT@GroupMixin, (...), Any] | None, found(Command[CogT@GroupMixin, (...), Any] & Top[GroupMixin[Unknown]]) | Command[object, (...), Any]
- discord/ext/commands/core.py:2358:32: error[invalid-argument-type] Argument to bound method
appendis incorrect: Expected(Context[object], /) -> bool | Coroutine[Never, object, bool], founddef predicate[BotT](ctx: Context[BotT]) -> bool - discord/ext/commands/core.py:2433:32: error[invalid-argument-type] Argument to bound method
appendis incorrect: Expected(Context[object], /) -> bool | Coroutine[Never, object, bool], founddef predicate[BotT](ctx: Context[BotT]) -> bool - discord/ext/commands/core.py:2632:32: error[invalid-argument-type] Argument to bound method
before_invokeis incorrect: Expected((object, Unknown, /) -> Coroutine[Never, object, Never]) | ((Unknown, /) -> Coroutine[Never, object, Never]), found((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])
- discord/ext/commands/core.py:2632:32: error[invalid-argument-type] Argument to bound method
before_invokeis incorrect: Expected((object, Unknown, /) -> Coroutine[Any, Any, Any]) | ((Unknown, /) -> Coroutine[Any, Any, Any]), found((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])
- discord/ext/commands/core.py:2655:31: error[invalid-argument-type] Argument to bound method
after_invokeis incorrect: Expected((object, Unknown, /) -> Coroutine[Never, object, Never]) | ((Unknown, /) -> Coroutine[Never, object, Never]), found((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])
- discord/ext/commands/core.py:2655:31: error[invalid-argument-type] Argument to bound method
after_invokeis incorrect: Expected((object, Unknown, /) -> Coroutine[Any, Any, Any]) | ((Unknown, /) -> Coroutine[Any, Any, Any]), found((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])
- Found 536 diagnostics
- Found 535 diagnostics
mkdocs (https://github.com/mkdocs/mkdocs)
- mkdocs/contrib/search/init.py:44:34: error[invalid-argument-type] Argument to bound method
removeis incorrect: ExpectedNever, found~Literal["en"] - mkdocs/contrib/search/init.py:48:34: error[invalid-argument-type] Argument to bound method
removeis incorrect: ExpectedNever, found~Literal["en"] - mkdocs/plugins.py:514:24: error[not-iterable] Object of type
objectis not iterable - Found 223 diagnostics
- Found 220 diagnostics
prefect (https://github.com/PrefectHQ/prefect)
- src/integrations/prefect-docker/tests/test_containers.py:27:47: error[invalid-argument-type] Argument is incorrect: Expected
str, foundstr | bool | dict[Unknown | str, Unknown | int] | None - src/integrations/prefect-docker/tests/test_containers.py:27:47: error[invalid-argument-type] Argument is incorrect: Expected
str | list[str] | None, foundstr | bool | dict[Unknown | str, Unknown | int] | None - src/integrations/prefect-docker/tests/test_containers.py:27:47: error[invalid-argument-type] Argument is incorrect: Expected
str | None, foundstr | bool | dict[Unknown | str, Unknown | int] | None - src/integrations/prefect-docker/tests/test_containers.py:27:47: error[invalid-argument-type] Argument is incorrect: Expected
bool | None, foundstr | bool | dict[Unknown | str, Unknown | int] | None - src/integrations/prefect-docker/tests/test_containers.py:27:47: error[invalid-argument-type] Argument is incorrect: Expected
str | list[str] | None, foundstr | bool | dict[Unknown | str, Unknown | int] | None - src/integrations/prefect-docker/tests/test_containers.py:27:47: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, str] | list[str] | None, foundstr | bool | dict[Unknown | str, Unknown | int] | None - src/integrations/prefect-docker/tests/test_containers.py:27:47: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundstr | bool | dict[Unknown | str, Unknown | int] | None - src/integrations/prefect-docker/tests/test_containers.py:42:47: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundstr
- src/integrations/prefect-docker/tests/test_containers.py:26:31: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-docker/tests/test_containers.py:55:47: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundstr - src/integrations/prefect-docker/tests/test_containers.py:68:47: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundstr - src/integrations/prefect-docker/tests/test_containers.py:81:47: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundstr
- src/integrations/prefect-docker/tests/test_containers.py:41:26: error[invalid-await]
objectis not awaitable - src/integrations/prefect-docker/tests/test_containers.py:54:31: error[invalid-await]
objectis not awaitable - src/integrations/prefect-docker/tests/test_containers.py:67:31: error[invalid-await]
objectis not awaitable - src/integrations/prefect-docker/tests/test_containers.py:80:31: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-docker/tests/test_images.py:16:44: error[invalid-argument-type] Argument is incorrect: Expected
str, foundstr | bool
- src/integrations/prefect-docker/tests/test_images.py:16:23: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-docker/tests/test_images.py:16:44: error[invalid-argument-type] Argument is incorrect: Expected
str | None, foundstr | bool - src/integrations/prefect-docker/tests/test_images.py:16:44: error[invalid-argument-type] Argument is incorrect: Expected
str | None, foundstr | bool - src/integrations/prefect-docker/tests/test_images.py:16:44: error[invalid-argument-type] Argument is incorrect: Expected
bool, foundstr | bool - src/integrations/prefect-docker/tests/test_images.py:16:44: error[invalid-argument-type] Argument is incorrect: Expected
DockerHost | None, foundstr | bool - src/integrations/prefect-docker/tests/test_images.py:16:44: error[invalid-argument-type] Argument is incorrect: Expected
DockerRegistryCredentials | None, foundstr | bool - src/integrations/prefect-docker/tests/test_images.py:16:44: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundstr | bool - src/integrations/prefect-docker/tests/test_images.py:29:47: error[invalid-argument-type] Argument is incorrect: Expected
bool, foundstr
- src/integrations/prefect-docker/tests/test_images.py:28:27: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-docker/tests/test_images.py:29:47: error[invalid-argument-type] Argument is incorrect: Expected
DockerRegistryCredentials | None, foundstr - src/integrations/prefect-docker/tests/test_images.py:29:47: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundstr - src/integrations/prefect-docker/tests/test_images.py:31:16: error[unresolved-attribute] Attribute
idis not defined onlist[Unknown]in unionUnknown | list[Unknown] - src/integrations/prefect-docker/tests/test_images.py:51:17: error[invalid-argument-type] Argument is incorrect: Expected
bool, foundstr
- src/integrations/prefect-docker/tests/test_images.py:48:27: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-docker/tests/test_images.py:51:17: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundstr - src/integrations/prefect-docker/tests/test_images.py:53:16: error[unresolved-attribute] Attribute
idis not defined onlist[Unknown]in unionUnknown | list[Unknown] - src/integrations/prefect-docker/tests/test_images.py:64:47: error[invalid-argument-type] Argument is incorrect: Expected
str, foundstr | bool
- src/integrations/prefect-docker/tests/test_images.py:63:28: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-docker/tests/test_images.py:64:47: error[invalid-argument-type] Argument is incorrect: Expected
str | None, foundstr | bool - src/integrations/prefect-docker/tests/test_images.py:64:47: error[invalid-argument-type] Argument is incorrect: Expected
str | None, foundstr | bool - src/integrations/prefect-docker/tests/test_images.py:64:47: error[invalid-argument-type] Argument is incorrect: Expected
bool, foundstr | bool - src/integrations/prefect-docker/tests/test_images.py:64:47: error[invalid-argument-type] Argument is incorrect: Expected
DockerRegistryCredentials | None, foundstr | bool - src/integrations/prefect-docker/tests/test_images.py:64:47: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundstr | bool - src/integrations/prefect-kubernetes/prefect_kubernetes/jobs.py:428:17: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundstr
- src/integrations/prefect-kubernetes/prefect_kubernetes/jobs.py:425:33: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_custom_objects.py:20:13: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundNone - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:29:13: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundNone - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:38:13: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundNone - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:57:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"] - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:103:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_custom_objects.py:16:15: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_custom_objects.py:149:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"] - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:195:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"] - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:240:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_custom_objects.py:24:15: error[invalid-await]
objectis not awaitable - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:33:15: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_custom_objects.py:286:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_custom_objects.py:46:11: error[invalid-await]
objectis not awaitable - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:98:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_custom_objects.py:344:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_custom_objects.py:144:11: error[invalid-await]
objectis not awaitable - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:190:11: error[invalid-await]
objectis not awaitable - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:236:11: error[invalid-await]
objectis not awaitable - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:274:11: error[invalid-await]
objectis not awaitable - src/integrations/prefect-kubernetes/tests/test_custom_objects.py:332:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_deployments.py🔞9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_deployments.py:16:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_deployments.py:38:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_deployments.py:34:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_deployments.py:70:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_deployments.py:68:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_deployments.py:92:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_deployments.py:88:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_deployments.py:113:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_deployments.py:110:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_deployments.py:141:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_deployments.py:137:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_jobs.py:36:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_jobs.py:34:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_jobs.py:52:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_jobs.py:50:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_jobs.py:68:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_jobs.py:66:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_jobs.py:87:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_jobs.py:84:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_jobs.py:107:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_jobs.py:104:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_jobs.py:131:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_jobs.py:127:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_jobs.py:159:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_jobs.py:156:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_pods.py:29:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_pods.py:27:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_pods.py:46:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_pods.py:42:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_pods.py:78:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_pods.py:76:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_pods.py:96:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_pods.py:92:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_pods.py:115:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_pods.py:112:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_pods.py:137:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_pods.py:133:11: error[invalid-await]
objectis not awaitable
- src/integrations/prefect-kubernetes/tests/test_pods.py:167:9: error[invalid-argument-type] Argument is incorrect: Expected
dict[str, Any], foundLiteral["test"]
- src/integrations/prefect-kubernetes/tests/test_pods.py:163:11: error[invalid-await]
objectis not awaitable
- src/prefect/cache_policies.py:311:25: error[unresolved-attribute] Attribute
__code__is not defined on(...) -> Anyin unionUnknown | ((...) -> Any)
- src/prefect/cache_policies.py:311:25: error[unresolved-attribute] Attribute
__code__is not defined on((...) -> Any) & ((*args: object, **kwargs: object) -> object)in unionUnknown | (((...) -> Any) & ((*args: object, **kwargs: object) -> object))
- src/prefect/context.py:578:13: error[invalid-argument-type] Argument is incorrect: Expected
str | None, foundobject - src/prefect/task_engine.py:1642:28: error[invalid-await]
Unknown | R@AsyncTaskRunEngine | Coroutine[Any, Any, R@AsyncTaskRunEngine]is not awaitable - src/prefect/tasks.py:185:9: error[unresolved-attribute] Attribute
__code__is not defined on(...) -> Anyin unionUnknown | ((...) -> Any)
- src/prefect/tasks.py:185:9: error[unresolved-attribute] Attribute
__code__is not defined on((...) -> Any) & ((*args: object, **kwargs: object) -> object)in unionUnknown | (((...) -> Any) & ((*args: object, **kwargs: object) -> object))
- src/prefect/tasks.py:795:13: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expected(() -> str) | TaskRunNameCallbackWithParameters | str | None, found(() -> str) | TaskRunNameCallbackWithParameters | str | ... omitted 3 union elements
- src/prefect/tasks.py:795:13: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expected(() -> str) | TaskRunNameCallbackWithParameters | str | None, found((() -> str) & ~<class 'NotSet'>) | TaskRunNameCallbackWithParameters | str | ... omitted 4 union elements
- src/prefect/utilities/_engine.py:64:13: error[invalid-argument-type] Argument to bound method
is_callback_with_parametersis incorrect: Expected(...) -> str, found(Unknown & Top[(...) -> object]) | (str & Top[(...) -> object]) | (() -> str) | TaskRunNameCallbackWithParameters
- src/prefect/utilities/_engine.py:64:13: error[invalid-argument-type] Argument to bound method
is_callback_with_parametersis incorrect: Expected(...) -> str, found(Unknown & Top[(...) -> object]) | (str & Top[(...) -> object]) | ((() -> str) & ((*args: object, **kwargs: object) -> object)) | (TaskRunNameCallbackWithParameters & ((*args: object, **kwargs: object) -> object))
- src/prefect/utilities/_engine.py:66:48: error[unknown-argument] Argument
parametersdoes not match any known parameter - src/prefect/utilities/_engine.py:69:29: error[missing-argument] No argument provided for required parameter
parametersof bound method__call__
- src/prefect/utilities/_engine.py:85:12: error[invalid-return-type] Return type does not match returned value: expected
str, foundobject
- src/prefect/utilities/_engine.py:93:13: error[unresolved-attribute] Object of type
Top[(...) -> object]has no attribute__name__
- src/prefect/utilities/_engine.py:93:13: error[unresolved-attribute] Object of type
(...) -> objecthas no attribute__name__
- Found 5804 diagnostics
- Found 5779 diagnostics
hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)
- src/hydra_zen/funcs.py:55:20: error[invalid-assignment] Object of type
Top[(...) -> object]is not assignable to(...) -> T@partial_with_wrapper
- src/hydra_zen/funcs.py:55:20: error[invalid-assignment] Object of type
(...) -> objectis not assignable to(...) -> T@partial_with_wrapper
- src/hydra_zen/structured_configs/_implementations.py:1199:46: error[not-iterable] Object of type
objectis not iterable - src/hydra_zen/structured_configs/_implementations.py:2181:82: error[invalid-assignment] Object of type
objectis not assignable to((str, /) -> bool) | Collection[str | int] - Found 516 diagnostics
- Found 514 diagnostics
pwndbg (https://github.com/pwndbg/pwndbg)
- pwndbg/aglib/heap/ptmalloc.py:151:20: error[unsupported-operator] Operator
-is not supported between objects of typeobjectandLiteral[64] - pwndbg/commands/init.py:397:24: error[unresolved-attribute] Object of type
objecthas no attributeprog - pwndbg/commands/init.py:399:29: error[invalid-argument-type] Argument to function
initialize_parser_recursivelyis incorrect: ExpectedArgumentParser, foundobject - pwndbg/commands/init.py:402:33: error[unresolved-attribute] Object of type
objecthas no attributeprog - pwndbg/commands/init.py:420:24: error[unresolved-attribute] Object of type
objecthas no attributeprog - pwndbg/commands/init.py:422:33: error[unresolved-attribute] Object of type
objecthas no attributeprog - pwndbg/commands/ptmalloc2.py:110:40: error[not-iterable] Object of type
objectis not iterable - Found 1870 diagnostics
- Found 1863 diagnostics
scikit-build-core (https://github.com/scikit-build/scikit-build-core)
- src/scikit_build_core/build/wheel.py:99:20: error[no-matching-overload] No overload of bound method
__init__matches arguments
- Found 57 diagnostics
- Found 58 diagnostics
pandas (https://github.com/pandas-dev/pandas)
- pandas/io/formats/excel.py:1014:17: error[invalid-argument-type] Argument to bound method
_write_cellsis incorrect: ExpectedNever, foundIterable[ExcelCell] - pandas/io/parsers/python_parser.py:1291:54: error[invalid-argument-type] Argument to bound method
_remove_skipped_rowsis incorrect: Expectedlist[list[str | bytes | date | ... omitted 10 union elements]], foundTop[list[Unknown]]
- pandas/io/parsers/python_parser.py:1291:54: error[invalid-argument-type] Argument to bound method
_remove_skipped_rowsis incorrect: Expectedlist[list[str | bytes | date | ... omitted 10 union elements]], foundlist[Never] | list[list[str | bytes | date | ... omitted 10 union elements]]
- Found 4460 diagnostics
- Found 4459 diagnostics
bokeh (https://github.com/bokeh/bokeh)
- src/bokeh/core/property/wrappers.py:571:29: error[invalid-argument-type] Method
__getitem__of typeOverload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> Sequence[Any]]cannot be called with key of typetuple[@Todo, ...]on object of typeSequence[Any]
- src/bokeh/core/property/wrappers.py:571:29: error[invalid-argument-type] Method
__getitem__of typeOverload[(index: int, /) -> Never, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Never]]cannot be called with key of typetuple[@Todo, ...]on object of typeMutableSequence[Never] - src/bokeh/core/property/wrappers.py:573:21: error[invalid-assignment] Invalid subscript assignment with key of type
tuple[@Todo, ...]and value of typeUnknownon object of typeMutableSequence[Never]
- src/bokeh/core/property/wrappers.py:571:29: error[invalid-argument-type] Method
__getitem__of typeOverload[(index: int, /) -> object, (index: slice[int | None, int | None, int | None], /) -> Top[MutableSequence[Unknown]]]cannot be called with key of typetuple[@Todo, ...]on object of typeTop[MutableSequence[Unknown]] - src/bokeh/core/property/wrappers.py:573:21: error[invalid-assignment] Cannot assign to a subscript on an object of type
Sequence[Any] - Found 852 diagnostics
- Found 851 diagnostics
ibis (https://github.com/ibis-project/ibis)
- ibis/formats/pandas.py:81:29: error[invalid-assignment] Object of type
Top[list[Any]]is not assignable toSeries[Any] | Iterable[tuple[str, dtype[Any] | ExtensionDtype]] - Found 4873 diagnostics
- Found 4872 diagnostics
manticore (https://github.com/trailofbits/manticore)
- manticore/native/cpu/abstractcpu.py:350:36: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective
- Found 11086 diagnostics
- Found 11087 diagnostics
static-frame (https://github.com/static-frame/static-frame)
- static_frame/core/container_util.py:1373:21: error[invalid-argument-type] Argument to bound method
reindexis incorrect: ExpectedNever, foundLiteral[False] - static_frame/core/frame.py:1325:31: error[no-matching-overload] No overload of bound method
astypematches arguments - static_frame/core/frame.py:1461:31: error[no-matching-overload] No overload of bound method
astypematches arguments - static_frame/core/frame.py:1623:29: error[unsupported-operator] Operator
-is not supported between objects of typeobjectandLiteral[1] - static_frame/core/frame.py:6765:53: error[invalid-argument-type] Argument to bound method
fillnais incorrect: ExpectedNever, foundint | float - static_frame/core/index_datetime.py:153:25: error[invalid-argument-type] Argument to function
lenis incorrect: ExpectedSized, found(Any & <Protocol with members '__len__'> & ~Top[Index[Any]] & ~str) | (Any & ndarray[object, object]) | (datetime64[date | int | None] & <Protocol with members '__len__'>)
- static_frame/core/index_datetime.py:153:25: error[invalid-argument-type] Argument to function
lenis incorrect: ExpectedSized, found(Any & <Protocol with members '__len__'> & ~Top[Index[Any]] & ~str) | (Any & ndarray[Any, Any]) | (datetime64[date | int | None] & <Protocol with members '__len__'>) - static_frame/core/series.py:3314:62: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/core/series.py:3330:56: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective
- static_frame/core/yarn.py:260:13: error[invalid-assignment] Object of type
ndarray[object, object]is not assignable to attribute_valuesof typendarray[Any, dtype[object_]] - static_frame/test/unit/test_container_util.py:359:13: error[no-matching-overload] No overload of bound method
tolistmatches arguments - static_frame/test/unit/test_container_util.py:379:13: error[no-matching-overload] No overload of bound method
tolistmatches arguments - static_frame/test/unit/test_container_util.py:553:13: error[no-matching-overload] No overload of bound method
tolistmatches arguments - static_frame/test/unit/test_container_util.py:568:26: error[no-matching-overload] No overload of bound method
tolistmatches arguments - static_frame/test/unit/test_series.py:519:70: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/test/unit/test_series.py:526:60: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/test/unit/test_series.py:576:89: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/test/unit/test_series.py:585:47: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/test/unit/test_series.py:596:47: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/test/unit/test_series.py:618:49: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/test/unit/test_series.py:625:46: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/test/unit/test_series.py:636:63: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/test/unit/test_series.py:637:61: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/test/unit/test_series.py:638:63: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - static_frame/test/unit/test_series.py:639:61: warning[unused-type-ignore-comment] Unused blanket
type: ignoredirective - Found 1845 diagnostics
- Found 1826 diagnostics
sympy (https://github.com/sympy/sympy)
- sympy/polys/fields.py:244:17: error[unresolved-attribute] Object of type
objecthas no attributeto_field - sympy/polys/rings.py:876:55: error[unresolved-attribute] Object of type
objecthas no attributeis_element - sympy/polys/rings.py:936:55: error[unresolved-attribute] Object of type
objecthas no attributeis_element - sympy/polys/rings.py:1013:55: error[unresolved-attribute] Object of type
objecthas no attributeis_element - sympy/polys/series/ring.py:794:42: error[invalid-argument-type] Argument to bound method
equal_repris incorrect: ExpectedTSeriesElement[Er@PowerSeriesElement], foundobject
- sympy/polys/series/ring.py:794:42: error[invalid-argument-type] Argument to bound method
equal_repris incorrect: ExpectedTSeriesElement[Er@PowerSeriesElement], foundUnknown | TSeriesElement[Never]
- Found 16320 diagnostics
- Found 16316 diagnostics
core (https://github.com/home-assistant/core)
- homeassistant/components/mqtt/client.py:879:30: error[unresolved-attribute] Object of type
objecthas no attribute__name__ - Found 12021 diagnostics
- Found 12020 diagnostics
colour (https://github.com/colour-science/colour)
- colour/continuous/signal.py:1207:45: error[invalid-argument-type] Argument to function
as_float_arrayis incorrect: Expected_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, foundndarray[tuple[int], dtype[object]] | ExtensionArray
- colour/continuous/signal.py:1207:45: error[invalid-argument-type] Argument to function
as_float_arrayis incorrect: Expected_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, foundndarray[tuple[int], dtype[Any]] | ExtensionArray
pandas-stubs (https://github.com/pandas-dev/pandas-stubs)
- tests/indexes/bool/test_add.py:62:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]
- tests/indexes/bool/test_add.py:62:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]
- tests/indexes/bool/test_add.py:63:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/bool/test_add.py:63:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/bool/test_add.py:64:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/bool/test_add.py:64:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/bool/test_add.py:66:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/bool/test_add.py:66:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/bool/test_sub.py:70:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typeNever
- tests/indexes/bool/test_sub.py:70:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeNever
- tests/indexes/bool/test_sub.py:71:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/bool/test_sub.py:71:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/bool/test_sub.py:72:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/bool/test_sub.py:72:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/bool/test_sub.py:74:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/bool/test_sub.py:74:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/complex/test_add.py:63:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]
- tests/indexes/complex/test_add.py:63:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]
- tests/indexes/complex/test_add.py:64:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/complex/test_add.py:64:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/complex/test_add.py:66:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/complex/test_add.py:66:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/complex/test_add.py:69:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/complex/test_add.py:69:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/complex/test_sub.py:63:15: error[type-assertion-failure] Type
Unknowndoes not match asserted typeNever
- tests/indexes/complex/test_sub.py:63:15: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeNever
- tests/indexes/complex/test_sub.py:65:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/complex/test_sub.py:65:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/complex/test_sub.py:67:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/complex/test_sub.py:67:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/complex/test_sub.py:70:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/complex/test_sub.py:70:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/float/test_add.py:63:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]
- tests/indexes/float/test_add.py:63:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]
- tests/indexes/float/test_add.py:64:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/float/test_add.py:64:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/float/test_add.py:65:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/float/test_add.py:65:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/float/test_add.py:67:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/float/test_add.py:67:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/float/test_sub.py:63:15: error[type-assertion-failure] Type
Unknowndoes not match asserted typeNever
- tests/indexes/float/test_sub.py:63:15: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeNever
- tests/indexes/float/test_sub.py:65:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/float/test_sub.py:65:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/float/test_sub.py:66:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/float/test_sub.py:66:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/float/test_sub.py:68:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/float/test_sub.py:68:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/int/test_add.py:63:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]
- tests/indexes/int/test_add.py:63:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]
- tests/indexes/int/test_add.py:64:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/int/test_add.py:64:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/int/test_add.py:65:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/int/test_add.py:65:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/int/test_add.py:67:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/int/test_add.py:67:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/int/test_sub.py:63:15: error[type-assertion-failure] Type
Unknowndoes not match asserted typeNever
- tests/indexes/int/test_sub.py:63:15: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeNever
- tests/indexes/int/test_sub.py:65:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/int/test_sub.py:65:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/int/test_sub.py:66:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/int/test_sub.py:66:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[float64]]
- tests/indexes/int/test_sub.py:68:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/int/test_sub.py:68:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[complex128]]
- tests/indexes/str/test_add.py:66:9: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/str/test_add.py:66:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/indexes/str/test_add.py:70:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[str_]]
- tests/indexes/str/test_add.py:70:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[str_]] - tests/indexes/test_add.py:67:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_add.py:71:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_add.py:75:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_add.py:79:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_floordiv.py:97:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_floordiv.py:102:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_floordiv.py:107:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_floordiv.py:112:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_floordiv.py:113:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_floordiv.py:115:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_mul.py:71:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_mul.py:75:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_mul.py:79:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_mul.py:83:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_sub.py:66:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_sub.py:70:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_sub.py:74:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny - tests/indexes/test_sub.py:78:9: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typeAny
- tests/series/bool/test_add.py:86:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]
- tests/series/bool/test_add.py:86:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted typendarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]
- tests/series/bool/test_add.py:87:11: error[type-assertion-failure] Type
Unknowndoes not match asserted typendarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]
- tests/series/bool/test_add.py:87:11: error[type-assertion-failure] Type
ndarray[tuple[Any, ...], dtype[Unknown]]does not match asserted ty
... (truncated 102 lines) ...