Fix requirements #8
Annotations
10 warnings
setuptools/namespaces.py#L19
Cannot access attribute "outputs" for class "Installer*"
Attribute "outputs" is unknown (reportAttributeAccessIssue)
|
setuptools/namespaces.py#L23
Cannot access attribute "dry_run" for class "Installer*"
Attribute "dry_run" is unknown (reportAttributeAccessIssue)
|
setuptools/namespaces.py#L44
Cannot access attribute "target" for class "Installer*"
Attribute "target" is unknown (reportAttributeAccessIssue)
|
setuptools/namespaces.py#L81
Cannot access attribute "distribution" for class "Installer*"
Attribute "distribution" is unknown (reportAttributeAccessIssue)
|
setuptools/namespaces.py#L102
Cannot access attribute "egg_path" for class "DevelopInstaller*"
Attribute "egg_path" is unknown (reportAttributeAccessIssue)
|
setuptools/namespaces.py#L105
Cannot access attribute "egg_link" for class "DevelopInstaller*"
Attribute "egg_link" is unknown (reportAttributeAccessIssue)
|
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)
|
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)
|
This job succeeded
Loading