- Install it with uv:
uv venv -p 3.11 --seed
uv pip install -e .- Format with ruff:
uv pip install ruff
uv run ruff check . --fix- Lint with ruff:
uv run ruff check .- Test with pytest
uv pip install pytest
uv run pytest . # Testsimulation's code are released under the MIT License