update devdoc to denote install pre-commit hooks
This commit is contained in:
parent
f71e2522dd
commit
0db3031b15
1 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,14 @@ python3 -m pipenv install --dev
|
||||||
export PYTHON=$(python3 -m pipenv --py)
|
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
|
### Build CORE
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Add table
Reference in a new issue