skip old test file and incorrect file name #41
Annotations
10 errors and 10 warnings
pythonFiles/run-jedi-language-server.py#L9
Import "jedi_language_server.cli" could not be resolved (reportMissingImports)
|
pythonFiles/visualstudio_py_testlauncher.py#L29
Import "thread" could not be resolved (reportMissingImports)
|
pythonFiles/visualstudio_py_testlauncher.py#L318
Import "coverage" could not be resolved (reportMissingImports)
|
pythonFiles/visualstudio_py_testlauncher.py#L58
"send_event" is not a known member of "None" (reportOptionalMemberAccess)
|
pythonFiles/visualstudio_py_testlauncher.py#L87
"send_event" is not a known member of "None" (reportOptionalMemberAccess)
|
pythonFiles/visualstudio_py_testlauncher.py#L297
"windll" is unknown import symbol (reportGeneralTypeIssues)
|
pythonFiles/visualstudio_py_testlauncher.py#L306
"WindowsError" is not defined (reportUndefinedVariable)
|
pythonFiles/visualstudio_py_testlauncher.py#L347
Cannot access member "_tests" for type "TestCase"
Member "_tests" is unknown (reportGeneralTypeIssues)
|
pythonFiles/visualstudio_py_testlauncher.py#L363
"send_event" is not a known member of "None" (reportOptionalMemberAccess)
|
pythonFiles/visualstudio_py_testlauncher.py#L380
Argument of type "TestSuite | Unknown | None" cannot be assigned to parameter "test" of type "TestSuite | TestCase" in function "run"
Type "TestSuite | Unknown | None" cannot be assigned to type "TestSuite | TestCase"
Type "None" cannot be assigned to type "TestSuite | TestCase"
Type "None" cannot be assigned to type "TestSuite"
Type "None" cannot be assigned to type "TestCase" (reportGeneralTypeIssues)
|
pythonFiles/lib/jedilsp/typing_extensions.py#L1942
__init_subclass__ override should take a "cls" parameter (reportSelfClsParameterName)
|
pythonFiles/lib/jedilsp/attr/__init__.pyi#L189
Type variable "_T" may go unsolved if caller supplies no argument for parameter "validator"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|
pythonFiles/lib/jedilsp/attr/__init__.pyi#L268
Type variable "_T" may go unsolved if caller supplies no argument for parameter "validator"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|
pythonFiles/lib/jedilsp/attr/converters.pyi#L10
TypeVar "_T" appears only once in generic function signature (reportInvalidTypeVarUse)
|
pythonFiles/lib/jedilsp/attr/converters.pyi#L12
TypeVar "_T" appears only once in generic function signature (reportInvalidTypeVarUse)
|
pythonFiles/lib/jedilsp/attr/validators.pyi#L67
Type variable "_I" may go unsolved if caller supplies no argument for parameter "iterable_validator"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|
pythonFiles/lib/jedilsp/attr/validators.pyi#L72
Type variable "_M" may go unsolved if caller supplies no argument for parameter "mapping_validator"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|
pythonFiles/lib/jedilsp/cattr/preconf/ujson.py#L4
Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
|
pythonFiles/lib/jedilsp/cattrs/__init__.py#L17
"disambiguators" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
pythonFiles/lib/jedilsp/cattrs/__init__.py#L18
"dispatch" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
The logs for this run have expired and are no longer available.
Loading