Enforce ruff/flake8-pytest-style rules (PT) #1286
Annotations
10 warnings
Run pyright:
setuptools/monkey.py#L90
Cannot assign to attribute "Extension" for class "ModuleType"
Attribute "Extension" is unknown (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L81
"cmd" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L81
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L81
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/monkey.py#L13
Import "distutils.filelist" could not be resolved from source (reportMissingModuleSource)
|
Run pyright:
setuptools/modified.py#L3
Import "distutils._modified" could not be resolved from source (reportMissingModuleSource)
|
Run pyright:
setuptools/logging.py#L35
"dist" is not a known attribute of module "distutils.log" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/logging.py#L29
"dist" is not a known attribute of module "distutils.log" (reportAttributeAccessIssue)
|
Run pyright:
setuptools/logging.py#L7
Import "distutils.log" could not be resolved (reportMissingImports)
|
Run pyright:
setuptools/launch.py#L18
Expression value is unused (reportUnusedExpression)
|
Loading