Ensured all methods in setuptools.modified
raise a consistant distutils.error.DistutilsError
type
#74
Annotations
10 warnings
setup.py#L79
No overloads for "relpath" match the provided arguments (reportCallIssue)
|
setup.py#L79
Argument of type "str | 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/_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)
|
setuptools/tests/test_logging.py#L37
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
setuptools/tests/test_logging.py#L74
"log" is not a known attribute of module "distutils.dist" (reportAttributeAccessIssue)
|
setuptools/tests/test_logging.py#L76
"log" is not a known attribute of module "distutils.dist" (reportAttributeAccessIssue)
|
setuptools/config/expand.py#L57
Cannot delete attribute "self" for class "StaticModule*"
Attribute "self" is unknown (reportAttributeAccessIssue)
|
This job succeeded
Loading