Contributng#
How to contribute :
Install in developer mode
pip install -e .[dev]
Install pre-commit hooks
pre-commit install
Make changes and run tests
pytest tests
Make a pull request + get it reviewed + merge
How to contribute :
Install in developer mode
pip install -e .[dev]
Install pre-commit hooks
pre-commit install
Make changes and run tests
pytest tests
Make a pull request + get it reviewed + merge