[ty] implement typing.TypeGuard by ericmarkmartin · Pull Request #20974 · astral-sh/ruff (original) (raw)
mypy_primer results
Changes were detected when running on open source projects
attrs (https://github.com/python-attrs/attrs)
- typing-examples/mypy.py:418:5: error[unresolved-attribute] Class
objecthas no attribute__attrs_attrs__ - Found 617 diagnostics
- Found 616 diagnostics
pip (https://github.com/pypa/pip)
- src/pip/_internal/index/package_finder.py:997:21: warning[possibly-missing-attribute] Attribute
versionmay be missing on object of typeInstallationCandidate | None - src/pip/_internal/index/package_finder.py:1010:17: warning[possibly-missing-attribute] Attribute
versionmay be missing on object of typeInstallationCandidate | None - Found 611 diagnostics
- Found 609 diagnostics
black (https://github.com/psf/black)
- src/black/init.py:1377:23: warning[possibly-missing-attribute] Attribute
valuemay be missing on object of typeNode | Leaf - src/black/handle_ipynb_magics.py:393:17: error[unresolved-attribute] Object of type
exprhas no attributeattr - src/black/handle_ipynb_magics.py:447:16: error[unresolved-attribute] Object of type
exprhas no attributeattr - src/black/handle_ipynb_magics.py:449:18: error[unresolved-attribute] Object of type
exprhas no attributeattr - src/black/handle_ipynb_magics.py:455:49: error[unresolved-attribute] Object of type
exprhas no attributeattr - src/black/handle_ipynb_magics.py:484:16: error[unresolved-attribute] Object of type
exprhas no attributeattr - src/black/handle_ipynb_magics.py:493:18: error[unresolved-attribute] Object of type
exprhas no attributeattr - src/black/handle_ipynb_magics.py:495:18: error[unresolved-attribute] Object of type
exprhas no attributeattr - src/black/linegen.py:228:41: warning[possibly-missing-attribute] Attribute
valuemay be missing on object of typeNode | Leaf - src/black/linegen.py:1612:9: error[invalid-assignment] Object of type
Literal[""]is not assignable to attributevalueon typeLeaf | Node - src/black/linegen.py:1821:25: warning[possibly-missing-attribute] Attribute
valuemay be missing on object of typeNode | Leaf - src/black/linegen.py:1859:13: error[invalid-assignment] Object of type
Literal[""]is not assignable to attributevalueon typeNode | Leaf - src/black/linegen.py:1860:13: error[invalid-assignment] Object of type
Literal[""]is not assignable to attributevalueon typeNode | Leaf - src/black/nodes.py:746:32: warning[possibly-missing-attribute] Attribute
valuemay be missing on object of typeLeaf | Node - Found 68 diagnostics
- Found 54 diagnostics
scrapy (https://github.com/scrapy/scrapy)
- scrapy/utils/decorators.py:109:26: error[invalid-await]
_T@_warn_spider_argis not awaitable - scrapy/utils/decorators.py:120:31: error[not-iterable] Object of type
_T@_warn_spider_argis not async-iterable - Found 1791 diagnostics
- Found 1789 diagnostics
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/execution/execute.py:216:59: error[invalid-assignment] Object of type
staticmethod[(value: Any), Unknown]is not assignable to(Any, /) -> Unknown
- src/graphql/execution/execute.py:216:59: error[invalid-assignment] Object of type
staticmethod[(value: Any), Unknown | TypeGuard[Awaitable[Unknown]]]is not assignable to(Any, /) -> Unknown | TypeGuard[Awaitable[Unknown]]
starlette (https://github.com/encode/starlette)
- starlette/routing.py:624:17: error[invalid-argument-type] Argument to function
asynccontextmanageris incorrect: Expected(...) -> AsyncIterator[Unknown], found((Any, /) -> AbstractAsyncContextManager[None, bool | None]) | ((Any, /) -> AbstractAsyncContextManager[Mapping[str, Any], bool | None]) - starlette/routing.py:632:17: error[invalid-argument-type] Argument to function
_wrap_gen_lifespan_contextis incorrect: Expected(Any, /) -> Generator[Any, Any, Any], found((Any, /) -> AbstractAsyncContextManager[None, bool | None]) | ((Any, /) -> AbstractAsyncContextManager[Mapping[str, Any], bool | None]) - Found 218 diagnostics
- Found 216 diagnostics
flake8-pyi (https://github.com/PyCQA/flake8-pyi)
- flake8_pyi/visitor.py:1732:21: error[invalid-argument-type] Argument to function
_analyse_exit_method_argis incorrect: ExpectedBinOp, foundexpr - flake8_pyi/visitor.py:1750:21: error[invalid-argument-type] Argument to function
_analyse_exit_method_argis incorrect: ExpectedBinOp, foundexpr - flake8_pyi/visitor.py:1763:21: error[invalid-argument-type] Argument to function
_analyse_exit_method_argis incorrect: ExpectedBinOp, foundexpr - Found 5 diagnostics
- Found 2 diagnostics
PyGithub (https://github.com/PyGithub/PyGithub)
- github/AuthenticatedUser.py:757:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/AuthenticatedUser.py:784:73: error[not-iterable] Object of type
list[Label] | _NotSetTypemay not be iterable - github/AuthenticatedUser.py:790:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/AuthenticatedUser.py:817:73: error[not-iterable] Object of type
list[Label] | _NotSetTypemay not be iterable - github/AuthenticatedUser.py:823:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/AuthenticatedUser.py:873:31: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/AuthenticatedUser.py:875:32: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Branch.py:211:106: error[not-iterable] Object of type
list[str | tuple[str, int]] | _NotSetTypemay not be iterable - github/Branch.py:222:34: error[not-iterable] Object of type
list[str | tuple[str, int]] | _NotSetTypemay not be iterable - github/Branch.py:225:74: error[not-iterable] Object of type
list[str] | _NotSetTypemay not be iterable - github/Branch.py:378:106: error[not-iterable] Object of type
list[str | tuple[str, int]] | _NotSetTypemay not be iterable - github/Branch.py:384:30: error[not-iterable] Object of type
list[str | tuple[str, int]] | _NotSetTypemay not be iterable - github/Branch.py:387:70: error[not-iterable] Object of type
list[str] | _NotSetTypemay not be iterable - github/BranchProtection.py:169:13: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedstr | None, foundstr | _NotSetType - github/CheckRun.py:253:45: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/CheckRun.py:255:47: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Gist.py:259:107: warning[possibly-missing-attribute] Attribute
itemsmay be missing on object of typedict[str, InputFileContent | None] | _NotSetType - github/Issue.py:463:32: error[not-iterable] Object of type
list[NamedUser | str] | _NotSetTypemay not be iterable
- github/Issue.py:459:73: warning[unused-ignore-comment] Unused blanket
type: ignoredirective
- github/MainClass.py:553:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of type_NotSetType | datetime - github/MainClass.py:915:42: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of type_NotSetType | (Repository & Unknown) - github/Milestone.py:202:41: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of type_NotSetType | date - github/NamedUser.py:460:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of type_NotSetType | datetime - github/Organization.py:919:88: error[not-iterable] Object of type
list[Repository] | _NotSetTypemay not be iterable - github/Organization.py:921:93: error[not-iterable] Object of type
list[Repository] | _NotSetTypemay not be iterable - github/Organization.py:1013:79: error[not-iterable] Object of type
list[Repository] | _NotSetTypemay not be iterable - github/Organization.py:1048:85: error[not-iterable] Object of type
list[Repository] | _NotSetTypemay not be iterable - github/Organization.py:1237:73: error[not-iterable] Object of type
list[Label] | _NotSetTypemay not be iterable - github/Organization.py:1239:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Organization.py:1438:40: warning[possibly-missing-attribute] Attribute
idmay be missing on object of typeNamedUser | _NotSetType - github/Organization.py:1440:53: error[not-iterable] Object of type
list[Team] | _NotSetTypemay not be iterable - github/PullRequest.py:561:30: warning[possibly-missing-attribute] Attribute
shamay be missing on object of typeCommit | _NotSetType - github/PullRequest.py:686:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType
- github/Repository.py:1716:43: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - github/Repository.py:1723:40: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - github/Repository.py:3213:103: warning[unused-ignore-comment] Unused blanket
type: ignoredirective
- github/Repository.py:1450:41: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeInputGitAuthor | _NotSetType - github/Repository.py:1452:44: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeInputGitAuthor | _NotSetType - github/Repository.py:1631:41: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeInputGitAuthor | _NotSetType - github/Repository.py:1648:44: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeGitTree | _NotSetType - github/Repository.py:1719:44: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeMilestone | _NotSetType - github/Repository.py:1802:45: error[unresolved-attribute] Object of type
_NotSetType & ~datehas no attributeisoformat - github/Repository.py:1860:40: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeIssue | _NotSetType - github/Repository.py:2287:19: error[no-matching-overload] No overload of function
quotematches arguments - github/Repository.py:2432:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Repository.py:2434:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Repository.py:2770:40: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeInputGitAuthor | _NotSetType - github/Repository.py:2772:43: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeInputGitAuthor | _NotSetType - github/Repository.py:2855:40: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeInputGitAuthor | _NotSetType - github/Repository.py:2857:43: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeInputGitAuthor | _NotSetType - github/Repository.py:2906:40: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeInputGitAuthor | _NotSetType - github/Repository.py:2908:43: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeInputGitAuthor | _NotSetType - github/Repository.py:3210:43: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of typeNamedUser | _NotSetType - github/Repository.py:3220:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Repository.py:3225:45: warning[possibly-missing-attribute] Attribute
_identitymay be missing on object of type(NamedUser & ~str) | (_NotSetType & ~str) - github/Repository.py:3250:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Repository.py:3493:39: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Repository.py:3897:31: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Repository.py:3899:32: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Repository.py:4217:45: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - github/Repository.py:4219:47: warning[possibly-missing-attribute] Attribute
strftimemay be missing on object of typedatetime | _NotSetType - Found 354 diagnostics
- Found 301 diagnostics
pydantic (https://github.com/pydantic/pydantic)
- pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
InvalidSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
AnySchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
NoneSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
BoolSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
IntSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
FloatSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
DecimalSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
StringSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
BytesSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
DateSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
TimeSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
DatetimeSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
TimedeltaSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
LiteralSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
MissingSentinelSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
EnumSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
IsInstanceSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
IsSubclassSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
CallableSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
ListSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
TupleSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
SetSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
FrozenSetSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
GeneratorSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
DictSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
PlainValidatorFunctionSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
UnionSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
TaggedUnionSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
ChainSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
LaxOrStrictSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
JsonOrPythonSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
TypedDictSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
ModelFieldsSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
DataclassArgsSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
ArgumentsSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
ArgumentsV3Schema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
CallSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
UrlSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
MultiHostUrlSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
DefinitionReferenceSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
UuidSchema: Unknown key "schema" - pydantic/_internal/_discriminated_union.py:304:71: error[invalid-key] Unknown key "schema" for TypedDict
ComplexSchema: Unknown key "schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
ModelSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
AnySchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
NoneSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
BoolSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
InvalidSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
FloatSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
DecimalSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
StringSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
BytesSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
DateSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
TimeSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
DatetimeSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
TimedeltaSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
LiteralSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
MissingSentinelSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
EnumSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
IsInstanceSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
IsSubclassSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
CallableSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
DictSchema- did you mean "keys_schema"? - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
AfterValidatorFunctionSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
BeforeValidatorFunctionSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
WrapValidatorFunctionSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
PlainValidatorFunctionSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
WithDefaultSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
UnionSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
TaggedUnionSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
ChainSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
LaxOrStrictSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
JsonOrPythonSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
TypedDictSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
ModelFieldsSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
DataclassArgsSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
DataclassSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
ArgumentsSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
ArgumentsV3Schema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
CallSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
CustomErrorSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
JsonSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
UrlSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
MultiHostUrlSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
DefinitionsSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
DefinitionReferenceSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
UuidSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
ComplexSchema: Unknown key "items_schema" - pydantic/_internal/_generate_schema.py:270:16: error[invalid-key] Unknown key "items_schema" for TypedDict
IntSchema: Unknown key "items_schema" - pydantic/json_schema.py:563:49: error[invalid-argument-type] Argument to function
populate_defsis incorrect: ExpectedInvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements, foundInvalidSchema | AnySchema | NoneSchema | ... omitted 53 union elements - pydantic/json_schema.py:585:41: error[invalid-argument-type] Argument to function
populate_defsis incorrect: ExpectedInvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements, foundInvalidSchema | AnySchema | NoneSchema | ... omitted 53 union elements - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
UrlSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
BytesSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
DateSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
TimeSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
DatetimeSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
TimedeltaSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
LiteralSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
MissingSentinelSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
EnumSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
IsInstanceSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
IsSubclassSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
CallableSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
ListSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
TupleSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
SetSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
FrozenSetSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
GeneratorSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
DictSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
PlainValidatorFunctionSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
UnionSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
StringSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
ChainSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
LaxOrStrictSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
JsonOrPythonSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
TypedDictSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
ModelFieldsSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
DataclassArgsSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
ArgumentsSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
ArgumentsV3Schema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
CallSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
InvalidSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
MultiHostUrlSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
DefinitionReferenceSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
UuidSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
ComplexSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
DecimalSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
AnySchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
NoneSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
BoolSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
IntSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
FloatSchema: Unknown key "schema" - pydantic/json_schema.py:2178:39: error[invalid-key] Unknown key "schema" for TypedDict
TaggedUnionSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
MultiHostUrlSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
StringSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
BytesSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
DateSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
TimeSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
DatetimeSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
TimedeltaSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
LiteralSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
MissingSentinelSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
EnumSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
IsInstanceSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
IsSubclassSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
CallableSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
ListSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
TupleSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
SetSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
FrozenSetSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
GeneratorSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
DictSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
PlainValidatorFunctionSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
DecimalSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
TaggedUnionSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
ChainSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
LaxOrStrictSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
JsonOrPythonSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
TypedDictSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
ModelFieldsSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
DataclassArgsSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
ArgumentsSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
ArgumentsV3Schema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
CallSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
UrlSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
InvalidSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
DefinitionReferenceSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
UuidSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
ComplexSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
ComputedField: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
AnySchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
NoneSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
BoolSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
IntSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
FloatSchema: Unknown key "schema" - pydantic/json_schema.py:2187:62: error[invalid-key] Unknown key "schema" for TypedDict
UnionSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
DataclassArgsSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
StringSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
BytesSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
DateSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
TimeSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
DatetimeSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
TimedeltaSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
LiteralSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
MissingSentinelSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
EnumSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
IsInstanceSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
IsSubclassSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
CallableSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
ListSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
TupleSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
SetSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
FrozenSetSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
GeneratorSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
DictSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
PlainValidatorFunctionSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
DecimalSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
TaggedUnionSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
ChainSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
LaxOrStrictSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
JsonOrPythonSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
TypedDictSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
ModelFieldsSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
InvalidSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
ArgumentsSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
ArgumentsV3Schema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
CallSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
UrlSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
MultiHostUrlSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
DefinitionReferenceSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
UuidSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
ComplexSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
AnySchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
NoneSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
BoolSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
IntSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
FloatSchema: Unknown key "schema" - pydantic/json_schema.py:2859:57: error[invalid-key] Unknown key "schema" for TypedDict
UnionSchema: Unknown key "schema" - Found 3377 diagnostics
- Found 3160 diagnostics
mypy (https://github.com/python/mypy)
- mypy/checker.py:2356:53: error[invalid-argument-type] Argument to bound method
check_setter_type_overrideis incorrect: ExpectedOverloadedFuncDef, foundFuncDef | OverloadedFuncDef | Decorator - mypy/checker.py:5325:50: error[unresolved-attribute] Object of type
ProperType & ~TupleTypehas no attributeargs - mypy/checker.py:8683:17: error[unresolved-attribute] Object of type
ProperType & ~TupleTypehas no attributeargs - mypy/checker.py:9273:18: error[unresolved-attribute] Object of type
SymbolNodehas no attributeitems - mypy/constraints.py:351:38: error[invalid-argument-type] Argument to function
_unwrap_type_typeis incorrect: ExpectedTypeType | UnionType, foundProperType - mypy/constraints.py:352:36: error[invalid-argument-type] Argument to function
_unwrap_type_typeis incorrect: ExpectedTypeType | UnionType, foundProperType - mypy/plugins/enums.py:98:62: error[unresolved-attribute] Object of type
ProperTypehas no attributeargs - mypy/plugins/enums.py:99:20: error[unresolved-attribute] Object of type
ProperTypehas no attributeargs - mypy/semanal.py:4058:22: error[unresolved-attribute] Object of type
Expressionhas no attributeargs - mypy/semanal.py:4060:86: error[invalid-argument-type] Argument to bound method
analyze_type_alias_type_paramsis incorrect: ExpectedCallExpr, foundExpression - mypy/semanal_enum.py:200:26: error[unresolved-attribute] Object of type
Expressionhas no attributevalue - mypy/typeshed/stdlib/inspect.pyi:192:43: error[not-subscriptable] Cannot subscript non-generic type
- mypy/typeshed/stdlib/inspect.pyi:200:54: error[not-subscriptable] Cannot subscript non-generic type
- mypyc/codegen/literals.py:63:41: error[invalid-argument-type] Argument to bound method
record_literalis incorrect: Expectedstr | bytes | int | ... omitted 5 union elements, foundobject - mypyc/codegen/literals.py:70:41: error[invalid-argument-type] Argument to bound method
record_literalis incorrect: Expectedstr | bytes | int | ... omitted 5 union elements, foundobject - mypyc/codegen/literals.py:169:44: error[invalid-argument-type] Argument to bound method
literal_indexis incorrect: Expectedstr | bytes | int | ... omitted 5 union elements, foundobject - mypyc/irbuild/expression.py:869:16: error[unresolved-attribute] Object of type
RTypehas no attributeis_signed - mypyc/irbuild/expression.py:875:16: error[unresolved-attribute] Object of type
RTypehas no attributeis_signed - mypyc/irbuild/expression.py:887:12: error[unresolved-attribute] Object of type
RTypehas no attributeis_signed - mypyc/irbuild/ll_builder.py:389:47: error[invalid-argument-type] Argument to function
check_native_int_rangeis incorrect: ExpectedRPrimitive, foundRType - mypyc/irbuild/ll_builder.py:557:76: error[unresolved-attribute] Object of type
RTypehas no attributeis_signed - mypyc/irbuild/ll_builder.py:1437:52: error[invalid-argument-type] Argument to bound method
fixed_width_int_opis incorrect: ExpectedRPrimitive, foundRType - mypyc/irbuild/ll_builder.py:1440:25: error[invalid-argument-type] Argument to bound method
fixed_width_int_opis incorrect: ExpectedRPrimitive, foundRType - mypyc/irbuild/ll_builder.py:1461:25: error[invalid-argument-type] Argument to bound method
fixed_width_int_opis incorrect: ExpectedRPrimitive, foundRType - mypyc/irbuild/ll_builder.py:1464:52: error[invalid-argument-type] Argument to bound method
fixed_width_int_opis incorrect: ExpectedRPrimitive, foundRType - mypyc/irbuild/ll_builder.py:1467:52: error[invalid-argument-type] Argument to bound method
fixed_width_int_opis incorrect: ExpectedRPrimitive, foundRType - mypyc/irbuild/ll_builder.py:1565:43: error[unresolved-attribute] Object of type
Valuehas no attributevalue - mypyc/irbuild/ll_builder.py:1565:56: error[unresolved-attribute] Object of type
Valuehas no attributevalue - mypyc/irbuild/ll_builder.py:1805:16: error[unresolved-attribute] Object of type
RTypehas no attributeis_signed - mypyc/irbuild/ll_builder.py:1810:31: error[unresolved-attribute] Object of type
RTypehas no attributesize - Found 1783 diagnostics
- Found 1753 diagnostics
freqtrade (https://github.com/freqtrade/freqtrade)
- freqtrade/exchange/exchange.py:2617:23: warning[possibly-missing-attribute] Attribute
ohlcvsmay be missing on object of typeExchangeWS | None - freqtrade/exchange/exchange.py:2620:17: warning[possibly-missing-attribute] Attribute
klines_last_refreshmay be missing on object of typeExchangeWS | None - freqtrade/exchange/exchange.py:2636:24: warning[possibly-missing-attribute] Attribute
get_ohlcvmay be missing on object of typeExchangeWS | None - freqtrade/exchange/exchange.py:2667:17: warning[possibly-missing-attribute] Attribute
schedule_ohlcvmay be missing on object of typeExchangeWS | None - Found 687 diagnostics
- Found 683 diagnostics
antidote (https://github.com/Finistere/antidote)
- src/antidote/_internal/utils.py:202:37: error[unresolved-attribute] Object of type
objecthas no attribute__wrapped__ - src/antidote/core/_inject.py:348:53: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedtype[Any] | None, foundobject - src/antidote/core/_raw/init.py:104:16: error[unresolved-attribute] Object of type
(...) -> Anyhas no attribute__antidote_hardwired__ - src/antidote/core/_raw/init.py:105:13: error[unresolved-attribute] Unresolved attribute
__antidote_maybe_app_catalog_onion__on type(...) -> Any. - src/antidote/core/_raw/init.py:107:16: error[unresolved-attribute] Object of type
(...) -> Anyhas no attribute__antidote_blueprint__ - src/antidote/core/_raw/init.py:108:17: error[unresolved-attribute] Unresolved attribute
__antidote_blueprint__on type(...) -> Any. - src/antidote/core/_raw/init.py:109:21: error[unresolved-attribute] Object of type
(...) -> Anyhas no attribute__antidote_blueprint__ - src/antidote/lib/lazy_ext/_provider.py:148:16: error[unresolved-attribute] Object of type
objecthas no attribute__antidote_debug__ - src/antidote/lib/lazy_ext/_provider.py:152:13: error[unresolved-attribute] Object of type
objecthas no attribute__antidote_unsafe_provide__ - Found 256 diagnostics
- Found 247 diagnostics
psycopg (https://github.com/psycopg/psycopg)
- psycopg/psycopg/_queries.py:146:20: error[invalid-return-type] Return type does not match returned value: expected
Sequence[Any], foundSequence[Any] | Mapping[str, Any] - psycopg/psycopg/_queries.py:473:50: error[invalid-argument-type] Argument to bound method `du
... (truncated 513 lines) ...
Memory usage changes were detected when running on open source projects
prefect (https://github.com/PrefectHQ/prefect)
memo fields = ~403MB
memo fields = ~424MB