๐ค Contributing¶
๐ฃ Steps to Contribute¶
- Fork and branch:
git checkout -b feature/my-change
````
2. Format and lint:
```bash
make lint
- Test:
pytest
- Open a Pull Request!
๐งช Local Setup¶
uv venv
source .venv/bin/activate
uv pip install -e ".[dev]"
pytest