From 8bd862659bf233a4c980dfd264a937548c2f42dd Mon Sep 17 00:00:00 2001 From: Aljoscha Gerber Date: Tue, 22 Aug 2023 09:45:58 +0200 Subject: [PATCH] docs: formatting --- docs/pre-commit-hooks.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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`.