Inference of setuptools' own version from git history (without setuptools-scm) #1332
Annotations
10 warnings
|
setuptools/monkey.py#L81
"dist" 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)
|
|
setuptools/modified.py#L3
Import "distutils._modified" could not be resolved (reportMissingImports)
|
|
setuptools/logging.py#L35
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
|
setuptools/logging.py#L29
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
|
setup.py#L109
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#L109
No overloads for "relpath" match the provided arguments (reportCallIssue)
|
|
setuptools/launch.py#L18
Expression value is unused (reportUnusedExpression)
|
|
setuptools/installer.py#L93
Cannot access attribute "extend" for class "tuple[Unknown, ...]"
Attribute "extend" is unknown (reportAttributeAccessIssue)
|
The logs for this run have expired and are no longer available.
Loading