diff --git a/README.md b/README.md index c84e34d9f..1b2e7912d 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,12 @@ poetry install poetry shell ``` +### Pre-commit hooks + +```bash +pre-commit install +``` + ### Running Tests ```bash poetry run pytest