Skip to content

Bump mypy to 1.12 and pyright to 1.1.385 #141

Bump mypy to 1.12 and pyright to 1.1.385

Bump mypy to 1.12 and pyright to 1.1.385 #141

Triggered via push October 17, 2024 17:09
Status Failure
Total duration 51s
Artifacts

pyright.yml

on: push
Matrix: pyright
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
pyright (3.8, ubuntu-latest): 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)
pyright (3.8, ubuntu-latest)
1 error
pyright (3.12, ubuntu-latest): setuptools/monkey.py#L13
Import "distutils.filelist" could not be resolved from source (reportMissingModuleSource)
pyright (3.12, ubuntu-latest): setuptools/monkey.py#L76
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/monkey.py#L81
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/monkey.py#L81
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/monkey.py#L81
"cmd" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/monkey.py#L85
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/monkey.py#L86
"extension" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/monkey.py#L90
Cannot assign to attribute "Extension" for class "ModuleType"   Attribute "Extension" is unknown (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/monkey.py#L105
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L33
Import "distutils.dist" could not be resolved from source (reportMissingModuleSource)
pyright (3.8, ubuntu-latest): setuptools/monkey.py#L76
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/monkey.py#L81
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/monkey.py#L81
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/monkey.py#L81
"cmd" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/monkey.py#L85
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/monkey.py#L86
"extension" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/monkey.py#L90
Cannot assign to attribute "Extension" for class "ModuleType"   Attribute "Extension" is unknown (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/monkey.py#L105
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L33
"_OptionsList" is unknown import symbol (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L343
No overloads for "getattr" match the provided arguments (reportCallIssue)