git clone https://github.com/xPyD-hub/xPyD-proxy
cd xPyD-proxy
pip install -e ".[dev]"pytest tests/unit/ -q- Python 3.10+
- Ruff:
ruff check . - Pre-commit:
pre-commit run --all-files - All PRs must pass CI (lint + tests + integration trigger)
See bot/ for automated development policies.