Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 370 Bytes

File metadata and controls

24 lines (17 loc) · 370 Bytes

Contributing

Setting up for development

  • Install uv
  • uv sync
  • (Optional but recommended) Install the pre-commit hooks, which will format and lint your git staged files:
uv run pre-commit install
  • To run tests:
uv run pytest
  • To run syntax checks:
uv run tox -e lint