Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 550 Bytes

File metadata and controls

22 lines (15 loc) · 550 Bytes

Contributing

General

  • Dependencies and project: uv
  • Lint and format: ruff
  • Unit tests: pytest

Pre Commit

pre-commit install

For more information check pre-commit

Pull Requests

  • Keep changes focused and small when possible.
  • Add or update tests when behaviour changes.
  • Update documentation when commands or behaviour change.
  • Ensure linting and tests pass before opening a pull request.