EVEREST tutorials
There are a set of style requirements, which are gathered in the pre-commit
configuration, to have it automatically run on each commit do:
pip install pre-commit
pre-commit installor before each commit do:
pre-commit run --all-filesThere is also a pre-push hook configured in pre-commit to run a collection of
relatively fast tests, to install this hook:
pre-commit install --hook-type pre-push