No error in init #60
code-quality.yml
on: pull_request
Static Analysis
10s
Type Check
17s
Annotations
5 errors and 1 warning
|
Type Check
Process completed with exit code 1.
|
|
Type Check
3 errors
|
|
Type Check:
src/ephys_link/bindings/ump_binding.py#L244
Condition will always evaluate to False since the types "CoroutineType[Any, Any, int]" and "Literal[3]" have no overlap (reportUnnecessaryComparison)
|
|
Type Check:
src/ephys_link/bindings/ump_binding.py#L73
Return type, "Unknown | Any | Literal[4]", is partially unknown (reportUnknownVariableType)
|
|
Type Check:
src/ephys_link/bindings/ump_binding.py#L55
Type of "first_device_axis_count" is partially unknown
Type of "first_device_axis_count" is "Unknown | Any | Literal[4]" (reportUnknownVariableType)
|
|
Type Check:
src/ephys_link/bindings/ump_binding.py#L58
Unnecessary "# pyright: ignore" rule: "reportUnknownMemberType" (reportUnnecessaryTypeIgnoreComment)
|