ruff check and pytest are prescribed in AGENTS.md and CONTRIBUTING.md, however ...
I ran
git clone https://github.com/SprocketLab/slop-code-bench.git
cd slop-code-bench/
uv sync
uv run ruff check .
and the result was
Found 451 errors.
[*] 15 fixable with the `--fix` option (69 hidden fixes can be enabled with the `--unsafe-fixes` option).
Also, I ran uv run pytest tests, and found that 8 tests failed.
Am I missing some part of setup?
I'm on 8e3a8b6.
ruff checkandpytestare prescribed in AGENTS.md and CONTRIBUTING.md, however ...I ran
and the result was
Also, I ran
uv run pytest tests, and found that 8 tests failed.Am I missing some part of setup?
I'm on 8e3a8b6.