1 2 3 4 5 6
Set-Location package-python uv run python -m ruff check --fix . uv run python -m ruff format . uv run maturin develop --release uv run pytest tests/test_booster.py::test_calibration -s Set-Location ..