Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 435 Bytes

File metadata and controls

26 lines (18 loc) · 435 Bytes

Contributing to xPyD-proxy

Development Setup

git clone https://github.com/xPyD-hub/xPyD-proxy
cd xPyD-proxy
pip install -e ".[dev]"

Running Tests

pytest tests/unit/ -q

Code Style

  • Python 3.10+
  • Ruff: ruff check .
  • Pre-commit: pre-commit run --all-files
  • All PRs must pass CI (lint + tests + integration trigger)

Bot Development

See bot/ for automated development policies.