Basic type-checking with mypy and pyright #860
Annotations
10 warnings
pywin32_postinstall.py#L289
Import "win32com.server.register" could not be resolved (reportMissingImports)
|
pywin32_postinstall.py#L99
Condition will always evaluate to False since the types "TextIO" and "None" have no overlap (reportUnnecessaryComparison)
|
pywin32_postinstall.py#L158
Import "pythoncom" could not be resolved from source (reportMissingModuleSource)
|
pywin32_postinstall.py#L159
Import "win32com.shell" could not be resolved from source (reportMissingModuleSource)
|
pywin32_postinstall.py#L159
Import "win32com.shell.shell" could not be resolved from source (reportMissingModuleSource)
|
pywin32_postinstall.py#L181
Import "win32com.shell" could not be resolved from source (reportMissingModuleSource)
|
pywin32_postinstall.py#L181
Import "win32com.shell.shell" could not be resolved from source (reportMissingModuleSource)
|
pywin32_postinstall.py#L181
Import "win32com.shell.shellcon" could not be resolved from source (reportMissingModuleSource)
|
pywin32_postinstall.py#L196
Import "win32api" could not be resolved from source (reportMissingModuleSource)
|
pywin32_postinstall.py#L197
Import "win32con" could not be resolved from source (reportMissingModuleSource)
|
The logs for this run have expired and are no longer available.
Loading