Skip to content

Contributing

Development Setup

git clone https://github.com/nlebovits/menard.git
cd menard
uv sync --all-extras       # Install dependencies + dev extras
uv run pre-commit install  # Install pre-commit hooks
uv run pytest              # Run tests
uv run ruff check .        # Lint
uv run ruff format .       # Format

Standards

Code of Conduct

Be respectful and inclusive. Harassment or abusive behavior will not be tolerated.

License

Apache-2.0