Skip to content

Commit c8e8078

Browse files
committed
document pre-commit install
1 parent 24108bf commit c8e8078

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ After that, please install libraries required for development::
2727
$ pip-sync
2828
$ pip install -e ".[awscli,boto3]"
2929

30+
Install pre-commit hooks::
31+
32+
$ pre-commit install
33+
3034
Congratulations, you are ready to run the test suite::
3135

3236
$ make cov

0 commit comments

Comments
 (0)