Skip to content

No error in init

No error in init #60

Triggered via pull request April 17, 2025 07:45
Status Failure
Total duration 22s
Artifacts

code-quality.yml

on: pull_request
Static Analysis
10s
Static Analysis
Type Check
17s
Type Check
Fit to window
Zoom out
Zoom in

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)