Inference of setuptools' own version from git history (without setuptools-scm) #1332
Annotations
10 warnings
Run pyright:
setup.py#L109
No overloads for "relpath" match the provided arguments (reportCallIssue)
|
Run pyright:
setuptools/tests/test_install_scripts.py#L30
Cannot assign to attribute "executable" for class "Command"
Attribute "executable" is unknown (reportAttributeAccessIssue)
|
Run pyright:
setuptools/modified.py#L3
Import "distutils._modified" could not be resolved from source (reportMissingModuleSource)
|
Run pyright:
setuptools/logging.py#L35
"dist" is not a known attribute of module "distutils.log" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/logging.py#L29
"dist" is not a known attribute of module "distutils.log" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/logging.py#L7
Import "distutils.log" could not be resolved (reportMissingImports)
|
Run pyright:
setuptools/launch.py#L18
Expression value is unused (reportUnusedExpression)
|
Run pyright:
setuptools/installer.py#L93
Cannot access attribute "extend" for class "tuple[Unknown, ...]"
Attribute "extend" is unknown (reportAttributeAccessIssue)
|
Run pyright:
setuptools/installer.py#L19
Import "distutils.errors" could not be resolved from source (reportMissingModuleSource)
|
Run pyright:
setuptools/installer.py#L18
"log" is unknown import symbol (reportAttributeAccessIssue)
|
Loading