Contributng#

How to contribute :

  1. Install in developer mode

pip install -e .[dev]
  1. Install pre-commit hooks

pre-commit install
  1. Make changes and run tests

pytest tests
  1. Make a pull request + get it reviewed + merge