# Contributing Contributions to Metric Engine are welcome! ## Development Setup ```bash git clone https://github.com/adieyal/metric-engine cd metric-engine pip install -e .[dev] ``` ## Running Tests ```bash pytest ``` ## Code Style We use pre-commit hooks to maintain code quality. ## Pull Requests Please ensure all tests pass before submitting a pull request.