Skip to content

๐Ÿค Contributing

๐Ÿ‘ฃ Steps to Contribute

  1. Fork and branch:
git checkout -b feature/my-change
````

2. Format and lint:

```bash
make lint
  1. Test:
pytest
  1. Open a Pull Request!

๐Ÿงช Local Setup

uv venv
source .venv/bin/activate
uv pip install -e ".[dev]"
pytest