Skip to content

Using dict as an OrderedDict and allowed using dict as an ordered type in setuptools.dist.check_requirements #32

Using dict as an OrderedDict and allowed using dict as an ordered type in setuptools.dist.check_requirements

Using dict as an OrderedDict and allowed using dict as an ordered type in setuptools.dist.check_requirements #32

Triggered via pull request August 27, 2024 15:01
Status Success
Total duration 44s
Artifacts

pyright.yml

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

Annotations

20 warnings
pyright (3.8, ubuntu-latest): setuptools/namespaces.py#L19
Cannot access attribute "outputs" for class "Installer*"   Attribute "outputs" is unknown (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/namespaces.py#L23
Cannot access attribute "dry_run" for class "Installer*"   Attribute "dry_run" is unknown (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/namespaces.py#L44
Cannot access attribute "target" for class "Installer*"   Attribute "target" is unknown (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/namespaces.py#L81
Cannot access attribute "distribution" for class "Installer*"   Attribute "distribution" is unknown (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/namespaces.py#L102
Cannot access attribute "egg_path" for class "DevelopInstaller*"   Attribute "egg_path" is unknown (reportAttributeAccessIssue)
pyright (3.8, ubuntu-latest): setuptools/namespaces.py#L105
Cannot access attribute "egg_link" for class "DevelopInstaller*"   Attribute "egg_link" is unknown (reportAttributeAccessIssue)
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.12, ubuntu-latest): setuptools/namespaces.py#L6
"log" is unknown import symbol (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/namespaces.py#L19
Cannot access attribute "outputs" for class "Installer*"   Attribute "outputs" is unknown (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/namespaces.py#L23
Cannot access attribute "dry_run" for class "Installer*"   Attribute "dry_run" is unknown (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/namespaces.py#L44
Cannot access attribute "target" for class "Installer*"   Attribute "target" is unknown (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/namespaces.py#L81
Cannot access attribute "distribution" for class "Installer*"   Attribute "distribution" is unknown (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/namespaces.py#L102
Cannot access attribute "egg_path" for class "DevelopInstaller*"   Attribute "egg_path" is unknown (reportAttributeAccessIssue)
pyright (3.12, ubuntu-latest): setuptools/namespaces.py#L105
Cannot access attribute "egg_link" for class "DevelopInstaller*"   Attribute "egg_link" is unknown (reportAttributeAccessIssue)
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): setuptools/config/_apply_pyprojecttoml.py#L32
Import "distutils.dist" could not be resolved from source (reportMissingModuleSource)