Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 316 Bytes

File metadata and controls

21 lines (14 loc) · 316 Bytes

Contributing

Thanks for improving Opproplot!

Setup

pip install -e .
pip install ruff pytest

Checks

  • Lint: ruff check .
  • Tests: pytest

Pull requests

  • Keep changes small and focused.
  • Add or update tests when behavior changes.
  • Update docs/examples if the API or visuals change.