Skip to content

correct 'namespace' term to 'namespace-package' in quickstart doc (#4… #576

correct 'namespace' term to 'namespace-package' in quickstart doc (#4…

correct 'namespace' term to 'namespace-package' in quickstart doc (#4… #576

Triggered via push December 12, 2024 14:13
Status Success
Total duration 53s
Artifacts

pyright.yml

on: push
Matrix: pyright
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
pyright (3.9, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pyright (3.9, ubuntu-latest): setuptools/monkey.py#L81
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.9, ubuntu-latest): setuptools/monkey.py#L81
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.9, ubuntu-latest): setuptools/monkey.py#L81
"cmd" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.9, ubuntu-latest): setuptools/monkey.py#L90
Cannot assign to attribute "Extension" for class "ModuleType"   Attribute "Extension" is unknown (reportAttributeAccessIssue)
pyright (3.9, ubuntu-latest): setuptools/monkey.py#L105
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.9, ubuntu-latest): setup.py#L79
No overloads for "relpath" match the provided arguments (reportCallIssue)
pyright (3.9, ubuntu-latest): setup.py#L79
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)
pyright (3.9, ubuntu-latest): _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)
pyright (3.9, ubuntu-latest): _distutils_hack/__init__.py#L215
Expression value is unused (reportUnusedExpression)
pyright (3.9, ubuntu-latest): setuptools/tests/test_logging.py#L37
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.13, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pyright (3.13, ubuntu-latest): setuptools/monkey.py#L13
Import "distutils.filelist" could not be resolved from source (reportMissingModuleSource)
pyright (3.13, ubuntu-latest): setuptools/monkey.py#L81
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.13, ubuntu-latest): setuptools/monkey.py#L81
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.13, ubuntu-latest): setuptools/monkey.py#L81
"cmd" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.13, ubuntu-latest): setuptools/monkey.py#L90
Cannot assign to attribute "Extension" for class "ModuleType"   Attribute "Extension" is unknown (reportAttributeAccessIssue)
pyright (3.13, ubuntu-latest): setuptools/monkey.py#L105
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.13, ubuntu-latest): setuptools/tests/test_install_scripts.py#L30
"executable" is not a known attribute of "None" (reportOptionalMemberAccess)
pyright (3.13, ubuntu-latest): setup.py#L79
No overloads for "relpath" match the provided arguments (reportCallIssue)
pyright (3.13, ubuntu-latest): setup.py#L79
Argument of type "Unknown | None" cannot be assigned to parameter "path" of type "StrPath" in function "relpath"   Type "Unknown | 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)
pyright (3.13, ubuntu-latest): setuptools/tests/test_logging.py#L37
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)