Contributing
Development Setup
Code Style
Format all code with Ruff before submitting:
Testing
Run the full test suite:
Run a single test file:
Run with coverage:
Pull Request Guidelines
- Create a feature branch from
main - Write tests for new functionality
- Run
ruff format .andpytest test/ -vbefore pushing - Open a PR with a clear description of the changes