Skip to content

Commit 9647083

Browse files
authored
Merge pull request #1249 from jakob-keller/doc-pre-commit-install
document `pre-commit install`
2 parents 24108bf + c8e8078 commit 9647083

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)