move socket stuff to different file #1443
Annotations
5 errors
Run Pyright:
pythonFiles/vscode_pytest/__init__.py#L745
"request" is not defined (reportUndefinedVariable)
|
Run Pyright:
pythonFiles/vscode_pytest/__init__.py#L750
"request" is not defined (reportUndefinedVariable)
|
Run Pyright:
pythonFiles/vscode_pytest/run_pytest_script.py#L32
Argument of type "str | None" cannot be assigned to parameter "file" of type "FileDescriptorOrPath" in function "open"
Type "str | None" cannot be assigned to type "FileDescriptorOrPath"
Type "None" cannot be assigned to type "FileDescriptorOrPath"
Type "None" cannot be assigned to type "int"
Type "None" cannot be assigned to type "str"
Type "None" cannot be assigned to type "bytes"
"__fspath__" is not present
"__fspath__" is not present (reportGeneralTypeIssues)
|
Run Pyright:
pythonFiles/vscode_pytest/run_pytest_script.py#L60
Argument of type "Literal['params']" cannot be assigned to parameter "__s" of type "slice" in function "__getitem__"
"Literal['params']" is incompatible with "slice" (reportGeneralTypeIssues)
|
Run Pyright
4 errors
|
The logs for this run have expired and are no longer available.
Loading