Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 419 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 419 Bytes

Contributing to magentic

  1. Fork and clone the repository
  2. Install uv
  3. Install pre-commit
  4. Run make install to install dependencies
  5. Run make test to run unit tests
  6. Run make format to format code
  7. Run make lint to lint code
  8. run make docs to build docs and make docs-serve to serve docs locally