Fix: eliminate Windows PID race condition by replacing concorekill.bat overwrite mechanism with safe PID registry (#391) #305
ci.yml
on: pull_request
lint
28s
docker-build
14s
Matrix: test
Annotations
3 errors
|
lint
Process completed with exit code 1.
|
|
ruff (F841):
tests/test_read_status.py#L126
tests/test_read_status.py:126:55: F841 Local variable `f` is assigned to but never used
help: Remove assignment to unused variable `f`
|
|
ruff (F401):
tests/test_read_status.py#L9
tests/test_read_status.py:9:17: F401 `numpy` imported but unused
help: Remove unused import: `numpy`
|