Document setuptools uses skeleton and distutils #9
Annotations
10 warnings
setuptools/tests/test_install_scripts.py#L30
"executable" is not a known attribute of "None" (reportOptionalMemberAccess)
|
setuptools/config/_apply_pyprojecttoml.py#L32
Import "distutils.dist" could not be resolved from source (reportMissingModuleSource)
|
setuptools/config/_apply_pyprojecttoml.py#L32
"_OptionsList" is unknown import symbol (reportAttributeAccessIssue)
|
setuptools/config/_apply_pyprojecttoml.py#L329
No overloads for "getattr" match the provided arguments (reportCallIssue)
|
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)
|
setup.py#L79
No overloads for "relpath" match the provided arguments (reportCallIssue)
|
setup.py#L79
Argument of type "Unknown | None" cannot be assigned to parameter "path" of type "StrPath" in function "relpath" (reportArgumentType)
|
_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)
|
_distutils_hack/__init__.py#L216
Expression value is unused (reportUnusedExpression)
|
setuptools/config/expand.py#L40
Import "distutils.errors" could not be resolved from source (reportMissingModuleSource)
|
This job succeeded
Loading