Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 442 Bytes

File metadata and controls

37 lines (23 loc) · 442 Bytes

Contributing Guidelines

Local development

  1. Install uv tool.
  2. Install project dependencies using uv sync command.

Code style

Check code style:

uv run ruff check

Code formatting

Format code:

uv run ruff format

Testing

Run all tests:

uv run pytest

Run a single test:

uv run pytest tests/test_services.py