backing up what we have so we can use it on loq on tuesday #259
Lint-and-test.yml
on: pull_request
Matrix: tests
call-linter-workflow
/
ruff
8s
call-linter-workflow
/
pyright
48s
Final Results
0s
Annotations
22 errors
Ruff (I001):
manual_system_tests/continuous_scan.py#L3
manual_system_tests/continuous_scan.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
manual_system_tests/continuous_scan.py#L4
manual_system_tests/continuous_scan.py:4:8: F401 `uuid` imported but unused
|
Ruff (UP035):
manual_system_tests/continuous_scan.py#L6
manual_system_tests/continuous_scan.py:6:1: UP035 Import from `collections.abc` instead: `Generator`
|
Ruff (F401):
manual_system_tests/continuous_scan.py#L9
manual_system_tests/continuous_scan.py:9:25: F401 `bluesky.plans` imported but unused
|
Ruff (ANN202):
manual_system_tests/continuous_scan.py#L83
manual_system_tests/continuous_scan.py:83:13: ANN202 Missing return type annotation for private function `polling_plan`
|
Ruff (B007):
manual_system_tests/continuous_scan.py#L107
manual_system_tests/continuous_scan.py:107:13: B007 Loop control variable `i` not used within loop body
|
Ruff (ANN202):
manual_system_tests/continuous_scan.py#L111
manual_system_tests/continuous_scan.py:111:9: ANN202 Missing return type annotation for private function `_set_motor_back_to_original_velocity`
|
Ruff (ANN201):
src/ibex_bluesky_core/devices/block.py#L366
src/ibex_bluesky_core/devices/block.py:366:15: ANN201 Missing return type annotation for public function `pause`
|
Ruff (D102):
src/ibex_bluesky_core/devices/block.py#L366
src/ibex_bluesky_core/devices/block.py:366:15: D102 Missing docstring in public method
|
Ruff (G004):
src/ibex_bluesky_core/devices/block.py#L370
src/ibex_bluesky_core/devices/block.py:370:28: G004 Logging statement uses f-string
|
tests (ubuntu-latest, 3.10)
Event loop is closed
|
tests (ubuntu-latest, 3.10)
Process completed with exit code 1.
|
tests (ubuntu-latest, 3.11)
Process completed with exit code 1.
|
call-linter-workflow / pyright
Process completed with exit code 1.
|
tests (ubuntu-latest, 3.12)
Event loop is closed
|
tests (ubuntu-latest, 3.12)
Process completed with exit code 1.
|
tests (windows-latest, 3.11)
Process completed with exit code 1.
|
tests (windows-latest, 3.10)
Event loop is closed
|
tests (windows-latest, 3.10)
Process completed with exit code 1.
|
tests (windows-latest, 3.12)
Event loop is closed
|
tests (windows-latest, 3.12)
Process completed with exit code 1.
|
Final Results
Process completed with exit code 1.
|