Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 217 Bytes

File metadata and controls

6 lines (5 loc) · 217 Bytes

Contributing

  1. Create feature branch.
  2. Install deps: pip install -e . && pip install -r requirements.txt.
  3. Run checks: ruff check . && black --check . && pytest -q.
  4. Open PR with tests and docs updates.