Merge branch 'main' into feature/remove-more-pkg_resources #1403
Annotations
10 warnings
|
setuptools/__init__.py#L66
Cannot access attribute "set_defaults" for class "MinimalDistribution*"
Attribute "set_defaults" is unknown (reportAttributeAccessIssue)
|
|
setuptools/config/_apply_pyprojecttoml.py#L400
Argument of type "_S@reduce" cannot be assigned to parameter "name" of type "str" in function "getattr"
"object*" is not assignable to "str" (reportArgumentType)
|
|
setuptools/config/_apply_pyprojecttoml.py#L400
No overloads for "getattr" match the provided arguments (reportCallIssue)
|
|
setuptools/tests/test_logging.py#L76
"log" is not a known attribute of module "distutils.dist" (reportAttributeAccessIssue)
|
|
setuptools/tests/test_logging.py#L74
"log" is not a known attribute of module "distutils.dist" (reportAttributeAccessIssue)
|
|
setuptools/tests/test_logging.py#L37
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
|
_distutils_hack/__init__.py#L215
Expression value is unused (reportUnusedExpression)
|
|
_distutils_hack/__init__.py#L76
Operator "in" not supported for types "Literal['_distutils']" and "str | None"
Operator "in" not supported for types "Literal['_distutils']" and "None" (reportOperatorIssue)
|
|
setup.py#L51
Argument of type "str | None" cannot be assigned to parameter "path" of type "StrPath" in function "relpath"
Type "str | None" is not assignable to type "StrPath"
Type "None" is not assignable to type "StrPath"
"None" is not assignable to "str"
"None" is incompatible with protocol "PathLike[str]"
"__fspath__" is not present (reportArgumentType)
|
|
setup.py#L51
No overloads for "relpath" match the provided arguments (reportCallIssue)
|
The logs for this run have expired and are no longer available.
Loading