Add plans #329
Lint-and-test.yml
on: pull_request
Matrix: tests
call-linter-workflow
/
ruff
4s
call-linter-workflow
/
pyright
59s
Final Results
0s
Annotations
23 errors
call-linter-workflow / ruff
Process completed with exit code 123.
|
Ruff (I001):
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py#L3
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py#L3
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py:3:8: F401 `os` imported but unused
|
Ruff (F401):
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py#L7
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py:7:8: F401 `matplotlib` imported but unused
|
Ruff (F401):
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py#L8
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py:8:29: F401 `matplotlib.pyplot` imported but unused
|
Ruff (F401):
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py#L23
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py:23:42: F401 `ibex_bluesky_core.run_engine.get_run_engine` imported but unused
|
Ruff (E302):
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py#L29
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py:29:1: E302 Expected 2 blank lines, found 1
|
Ruff (PLR0913):
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py#L29
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py:29:5: PLR0913 Too many arguments in function definition (10 > 6)
|
Ruff (PLR0917):
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py#L29
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py:29:5: PLR0917 Too many positional arguments (10/6)
|
Ruff (ANN001):
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py#L30
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py:30:5: ANN001 Missing type annotation for function argument `block`
|
Ruff (ANN001):
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py#L31
src/ibex_bluesky_core/plans/muons/dae_magnet_scan.py:31:5: ANN001 Missing type annotation for function argument `start`
|
tests (ubuntu-latest, 3.11)
Process completed with exit code 1.
|
tests (ubuntu-latest, 3.10)
Event loop is closed
|
tests (ubuntu-latest, 3.10)
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.10)
Event loop is closed
|
tests (windows-latest, 3.10)
Process completed with exit code 1.
|
tests (windows-latest, 3.11)
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.
|