Disallow blanket and unused suppressions (PGH, RUF10) #90
Annotations
10 warnings
Run pyright:
setuptools/tests/test_install_scripts.py#L30
"executable" is not a known attribute of "None" (reportOptionalMemberAccess)
|
Run pyright:
setuptools/config/_apply_pyprojecttoml.py#L32
Import "distutils.dist" could not be resolved from source (reportMissingModuleSource)
|
Run pyright:
setuptools/config/_apply_pyprojecttoml.py#L32
"_OptionsList" is unknown import symbol (reportAttributeAccessIssue)
|
Run pyright:
setuptools/config/_apply_pyprojecttoml.py#L329
No overloads for "getattr" match the provided arguments (reportCallIssue)
|
Run pyright:
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)
|
Run pyright:
setup.py#L79
No overloads for "relpath" match the provided arguments (reportCallIssue)
|
Run pyright:
setup.py#L79
Argument of type "Unknown | None" cannot be assigned to parameter "path" of type "StrPath" in function "relpath" (reportArgumentType)
|
Run pyright:
setuptools/config/expand.py#L40
Import "distutils.errors" could not be resolved from source (reportMissingModuleSource)
|
Run pyright:
setuptools/config/expand.py#L57
Cannot delete attribute "self" for class "StaticModule*"
Attribute "self" is unknown (reportAttributeAccessIssue)
|
Run pyright:
setuptools/config/expand.py#L191
"util" is not a known attribute of module "importlib" (reportAttributeAccessIssue)
|
Loading