Contributing Guide

We welcome contributions to project-x-py!

Development Setup

  1. Fork the repository

  2. Clone your fork

  3. Install with development dependencies:

    uv sync
    
  4. Run tests:

    uv run pytest
    
  5. Format code:

    uv run ruff format .
    

See CONTRIBUTING.md in the repository for full guidelines.