Bump mypy to 1.12 and pyright to 1.1.385 #141
Annotations
2 errors and 10 warnings
Run pyright:
setuptools/__init__.py#L231
Type "Unknown | Any | Command | None" is not assignable to return type "_Command"
Type "Unknown | Any | Command | None" is not assignable to type "_Command"
"None" is not assignable to "Command" (reportReturnType)
|
Run pyright
1 error
|
Run pyright:
setuptools/monkey.py#L76
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L81
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L81
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L81
"cmd" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L85
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L86
"extension" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L90
Cannot assign to attribute "Extension" for class "ModuleType"
Attribute "Extension" is unknown (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L105
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/config/_apply_pyprojecttoml.py#L33
"_OptionsList" is unknown import symbol (reportAttributeAccessIssue)
|
Run pyright:
setuptools/config/_apply_pyprojecttoml.py#L343
No overloads for "getattr" match the provided arguments (reportCallIssue)
|
Loading