Basic type-checking with mypy and pyright #950
Annotations
2 errors and 10 warnings
Pythonwin/pywin/tools/browseProjects.py#L43
Operator "+" not supported for "None" (reportOptionalOperand)
|
|
pywin32_postinstall.py#L99
Condition will always evaluate to False since the types "TextIO" and "None" have no overlap (reportUnnecessaryComparison)
|
pywin32_postinstall.py#L246
"exec_module" is not a known member of "None" (reportOptionalMemberAccess)
|
pywin32_postinstall.py#L525
"dst" is possibly unbound (reportUnboundVariable)
|
pywin32_postinstall.py#L529
"dst" is possibly unbound (reportUnboundVariable)
|
pywin32_postinstall.py#L745
"argparse" is not defined (reportUndefinedVariable)
|
setup.py#L1120
"install_lib" is not a known member of "None" (reportOptionalMemberAccess)
|
AutoDuck/BuildHHP.py#L116
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
|
AutoDuck/BuildHHP.py#L117
"output_dir" is possibly unbound (reportUnboundVariable)
|
AutoDuck/BuildHHP.py#L119
"output_dir" is possibly unbound (reportUnboundVariable)
|
AutoDuck/Dump2HHC.py#L82
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
|
The logs for this run have expired and are no longer available.
Loading