Contributing¶
We welcome contributions to maya-encoding! See CONTRIBUTING.md for the full guide.
Quick Start¶
git clone https://github.com/DanielRegaladoUMiami/maya-encoding.git
cd maya-encoding
pip install -e ".[dev]"
pytest
ruff check .
Development Workflow¶
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests:
pytest - Run linter:
ruff check . - Submit a pull request