- Install uv tool.
- Install project dependencies using
uv synccommand.
Check code style:
uv run ruff checkFormat code:
uv run ruff formatRun all tests:
uv run pytestRun a single test:
uv run pytest tests/test_services.pyuv sync command.Check code style:
uv run ruff checkFormat code:
uv run ruff formatRun all tests:
uv run pytestRun a single test:
uv run pytest tests/test_services.py