diff --git a/docs/pre-commit-hooks.md b/docs/pre-commit-hooks.md index ca6fecf92ec..de9c229b48b 100644 --- a/docs/pre-commit-hooks.md +++ b/docs/pre-commit-hooks.md @@ -85,8 +85,7 @@ hooks: ## poetry-install -The `poetry-install` hook calls the `poetry install` command -to make sure all locked packages are installed. +The `poetry-install` hook calls the `poetry install` command to make sure all locked packages are installed. In order to install this hook, you either need to specify `default_install_hook_types`, or you have to install it via `pre-commit install --install-hooks -t post-checkout -t post-merge`.