update devdoc to denote install pre-commit hooks

This commit is contained in:
Blake Harnden 2019-09-12 14:36:28 -07:00
parent f71e2522dd
commit 0db3031b15

View file

@ -42,6 +42,14 @@ python3 -m pipenv install --dev
export PYTHON=$(python3 -m pipenv --py)
```
### Setup pre-commit
Install pre-commit hooks to help automate running tool checks against code.
```shell
python3 -m pipenv run pre-commit install
```
### Build CORE
```shell