Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 589 Bytes

File metadata and controls

22 lines (15 loc) · 589 Bytes

Contributing to alignecho

Thanks for your interest! A few notes to keep the project tidy.

Setup

pip install -e ".[dev]"
pytest -q

Style

  • Code is formatted with ruff (line length 100).
  • Prefer small, focused pull requests with a clear description.
  • New functionality should come with tests. The align and retrieval modules are numpy-only and easy to unit-test with tiny synthetic inputs.

Scope

alignecho aims to stay a small, readable toolkit rather than a full framework. If a change adds a heavy dependency, please open an issue to discuss first.