@@ -175,19 +175,18 @@ def test_withdrawal_amount_above_uint64_max():
175175
176176## Common Commands Reference
177177
178- | Task | Command |
179- | -----------------------------------------------| -----------------------------------------------|
180- | Install and sync project and dev dependencies | ` uv sync --all-packages ` |
181- | Run tests | ` uv run pytest ... ` |
182- | Format code | ` uv run ruff format src tests packages ` |
183- | Lint code | ` uv run ruff check src tests packages ` |
184- | Fix lint errors | ` uv run ruff check --fix src tests packages ` |
185- | Type check | ` uv run mypy src tests packages ` |
186- | Build docs | ` uv run mkdocs build ` |
187- | Serve docs | ` uv run mkdocs serve ` |
188- | Run everything (checks + tests + docs) | ` uvx tox ` |
189- | Run all quality checks (no tests/docs) | ` uvx tox -e all-checks ` |
190-
178+ | Task | Command |
179+ | -----------------------------------------------| ----------------------------------------------|
180+ | Install and sync project and dev dependencies | ` uv sync ` |
181+ | Run tests | ` uv run pytest ... ` |
182+ | Format code | ` uv run ruff format src tests packages ` |
183+ | Lint code | ` uv run ruff check src tests packages ` |
184+ | Fix lint errors | ` uv run ruff check --fix src tests packages ` |
185+ | Type check | ` uv run mypy src tests packages ` |
186+ | Build docs | ` uv run mkdocs build ` |
187+ | Serve docs | ` uv run mkdocs serve ` |
188+ | Run everything (checks + tests + docs) | ` uvx tox ` |
189+ | Run all quality checks (no tests/docs) | ` uvx tox -e all-checks ` |
191190
192191## Contributing
193192
0 commit comments