Fix C++ literal parser to match Python concore wire format #302
ci.yml
on: pull_request
lint
20s
docker-build
16s
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`
|