Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 338 Bytes

CONTRIBUTING.rst

File metadata and controls

24 lines (13 loc) · 338 Bytes

Contributing

Welcome!

Install

The package can be installed with the following command run from the root of the package.

pip install  -e .[dev,test,doc]

Pre-commit hook

A pre-commit hook that runs flake8 can be installed by running

pre-commit install