Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 400 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 400 Bytes

How to contribute

Build and Test

git clone ...
cd ...
pip install -e .[develop]
pytest --doctest-modules

Automatic check

Please make sure to run the following commands before contributing some code. They install git hook scripts to avoid improper commits or pushes.

git clone ...
cd ...
pip install -e .[develop]
pre-commit install
pre-commit install -t pre-push