Skip to content

Update pyright configs comments #57

Update pyright configs comments

Update pyright configs comments #57

Triggered via push August 30, 2024 14:39
Status Failure
Total duration 51s
Artifacts

pyright.yml

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

Annotations

16 errors and 20 warnings
pyright (3.8, ubuntu-latest): setuptools/tests/environment.py#L7
Import "jaraco.envs" could not be resolved (reportMissingImports)
pyright (3.8, ubuntu-latest): setuptools/tests/compat/py39.py#L1
Import "jaraco.test.cpython" could not be resolved (reportMissingImports)
pyright (3.8, ubuntu-latest): setuptools/tests/config/test_pyprojecttoml.py#L7
Import "tomli_w" could not be resolved (reportMissingImports)
pyright (3.8, ubuntu-latest): setuptools/tests/test_editable_install.py#L14
Import "jaraco.envs" could not be resolved (reportMissingImports)
pyright (3.8, ubuntu-latest)
4 errors
pyright (3.12, ubuntu-latest)
The job was canceled because "_3_8_ubuntu-latest" failed.
pyright (3.12, ubuntu-latest): setuptools/tests/environment.py#L7
Import "jaraco.envs" could not be resolved (reportMissingImports)
pyright (3.12, ubuntu-latest): setuptools/command/bdist_egg.py#L19
Import "distutils.dir_util" could not be resolved (reportMissingImports)
pyright (3.12, ubuntu-latest): setuptools/tests/test_sdist.py#L29
Import "distutils.core" could not be resolved (reportMissingImports)
pyright (3.12, ubuntu-latest): setuptools/tests/test_bdist_wheel.py#L30
Import "distutils.core" could not be resolved (reportMissingImports)
pyright (3.12, ubuntu-latest): pkg_resources/tests/test_pkg_resources.py#L19
Import "distutils.command.install_egg_info" could not be resolved (reportMissingImports)
pyright (3.12, ubuntu-latest): setuptools/tests/test_setuptools.py#L17
Import "distutils.core" could not be resolved (reportMissingImports)
pyright (3.12, ubuntu-latest): setuptools/tests/test_setuptools.py#L18
Import "distutils.core" could not be resolved (reportMissingImports)
pyright (3.12, ubuntu-latest): setuptools/tests/compat/py39.py#L1
Import "jaraco.test.cpython" could not be resolved (reportMissingImports)
pyright (3.12, ubuntu-latest): setuptools/__init__.py#L32
Import "distutils.core" could not be resolved (reportMissingImports)
pyright (3.12, ubuntu-latest): setuptools/tests/config/test_pyprojecttoml.py#L7
Import "tomli_w" could not be resolved (reportMissingImports)
pyright (3.8, ubuntu-latest): setup.py#L79
No overloads for "relpath" match the provided arguments (reportCallIssue)
pyright (3.8, ubuntu-latest): setup.py#L79
Argument of type "str | None" cannot be assigned to parameter "path" of type "StrPath" in function "relpath" (reportArgumentType)
pyright (3.8, ubuntu-latest): _distutils_hack/__init__.py#L77
Operator "in" not supported for types "Literal['_distutils']" and "str | None"   Operator "in" not supported for types "Literal['_distutils']" and "None" (reportOperatorIssue)
pyright (3.8, ubuntu-latest): _distutils_hack/__init__.py#L216
Expression value is unused (reportUnusedExpression)
pyright (3.8, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L329
No overloads for "getattr" match the provided arguments (reportCallIssue)
pyright (3.8, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L329
Argument of type "_S@reduce" cannot be assigned to parameter "name" of type "str" in function "getattr"   "object*" is incompatible with "str" (reportArgumentType)
pyright (3.8, ubuntu-latest): setuptools/config/expand.py#L57
Cannot delete attribute "self" for class "StaticModule*"   Attribute "self" is unknown (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/config/expand.py#L191
"util" is not a known attribute of module "importlib" (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/config/expand.py#L192
"util" is not a known attribute of module "importlib" (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/config/expand.py#L204
"util" is not a known attribute of module "importlib" (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/tests/test_install_scripts.py#L30
"executable" is not a known attribute of "None" (reportOptionalMemberAccess)
pyright (3.12, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L32
Import "distutils.dist" could not be resolved from source (reportMissingModuleSource)
pyright (3.12, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L32
"_OptionsList" is unknown import symbol (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L329
No overloads for "getattr" match the provided arguments (reportCallIssue)
pyright (3.12, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L329
Argument of type "_S@reduce" cannot be assigned to parameter "name" of type "str" in function "getattr"   "object*" is incompatible with "str" (reportArgumentType)
pyright (3.12, ubuntu-latest): setup.py#L79
No overloads for "relpath" match the provided arguments (reportCallIssue)
pyright (3.12, ubuntu-latest): setup.py#L79
Argument of type "Unknown | None" cannot be assigned to parameter "path" of type "StrPath" in function "relpath" (reportArgumentType)
pyright (3.12, ubuntu-latest): _distutils_hack/__init__.py#L77
Operator "in" not supported for types "Literal['_distutils']" and "str | None"   Operator "in" not supported for types "Literal['_distutils']" and "None" (reportOperatorIssue)
pyright (3.12, ubuntu-latest): _distutils_hack/__init__.py#L216
Expression value is unused (reportUnusedExpression)
pyright (3.12, ubuntu-latest): setuptools/tests/test_logging.py#L37
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)