Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 427 Bytes

File metadata and controls

19 lines (14 loc) · 427 Bytes

Contributing

  1. Create a virtual environment and install project + dev extras:
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
  1. Run quality checks:
ruff check .
black --check .
pytest -q --cov=venting --cov-report=term-missing
  1. Keep only v8.5 active in runtime package (src/venting). Any legacy files must remain in archive/ and not be imported by CLI/tests.