Basic type-checking with mypy and pyright #982
Annotations
10 errors and 11 warnings
Run jakebailey/pyright-action@v1:
pywin32_postinstall.py#L163
"CoCreateInstance" is not a known member of module "pythoncom" (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
pywin32_postinstall.py#L166
"CLSCTX_INPROC_SERVER" is not a known member of module "pythoncom" (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
pywin32_postinstall.py#L178
"IID_IPersistFile" is not a known member of module "pythoncom" (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
pywin32_postinstall.py#L216
Expected 1 more positional argument (reportCallIssue)
|
Run jakebailey/pyright-action@v1:
pywin32_postinstall.py#L425
"com_error" is not a known member of module "pythoncom" (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
setup.py#L462
Cannot access member "verbose" for type "my_build_ext*"
Member "verbose" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
setup.py#L767
No overloads for "join" match the provided arguments (reportCallIssue)
|
Run jakebailey/pyright-action@v1:
setup.py#L767
Argument of type "str | Unknown | None" cannot be assigned to parameter "paths" of type "BytesPath" in function "join" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
setup.py#L923
Cannot access member "dry_run" for type "my_install*"
Member "dry_run" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
setup.py#L931
No overloads for "__init__" match the provided arguments (reportCallIssue)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run jakebailey/pyright-action@v1:
pywin32_postinstall.py#L99
Condition will always evaluate to False since the types "TextIO" and "None" have no overlap (reportUnnecessaryComparison)
|
Run jakebailey/pyright-action@v1:
pywin32_postinstall.py#L248
"exec_module" is not a known member of "None" (reportOptionalMemberAccess)
|
Run jakebailey/pyright-action@v1:
pywin32_postinstall.py#L747
"argparse" is not defined (reportUndefinedVariable)
|
Run jakebailey/pyright-action@v1:
setup.py#L1114
"install_lib" is not a known member of "None" (reportOptionalMemberAccess)
|
Run jakebailey/pyright-action@v1:
AutoDuck/BuildHHP.py#L116
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
|
Run jakebailey/pyright-action@v1:
AutoDuck/Dump2HHC.py#L82
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
|
Run jakebailey/pyright-action@v1:
AutoDuck/InsertExternalOverviews.py#L57
"links" is not a known member of "None" (reportOptionalMemberAccess)
|
Run jakebailey/pyright-action@v1:
AutoDuck/InsertExternalOverviews.py#L59
"important" is not a known member of "None" (reportOptionalMemberAccess)
|
Run jakebailey/pyright-action@v1:
AutoDuck/document_object.py#L13
"categories" is not a known member of "None" (reportOptionalMemberAccess)
|
Run jakebailey/pyright-action@v1:
AutoDuck/document_object.py#L15
"categories" is not a known member of "None" (reportOptionalMemberAccess)
|
The logs for this run have expired and are no longer available.
Loading