Skip to content

Commit

Permalink
Merge pull request #1249 from jakob-keller/doc-pre-commit-install
Browse files Browse the repository at this point in the history
document `pre-commit install`
  • Loading branch information
jakob-keller authored Jan 6, 2025
2 parents 24108bf + c8e8078 commit 9647083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ After that, please install libraries required for development::
$ pip-sync
$ pip install -e ".[awscli,boto3]"

Install pre-commit hooks::

$ pre-commit install

Congratulations, you are ready to run the test suite::

$ make cov
Expand Down

0 comments on commit 9647083

Please sign in to comment.