Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 657 Bytes

File metadata and controls

29 lines (18 loc) · 657 Bytes

Code Style

EVEREST tutorials

Style requirements

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 install

or before each commit do:

pre-commit run --all-files

There 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