From e41d1bdd40703dd9a49b7078e57fe87d6a0fc0d9 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Wed, 20 Nov 2024 15:39:09 +0100 Subject: [PATCH] Update the pre-commit installation command in the documentation. --- doc/user_guide/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/getting_started.rst b/doc/user_guide/getting_started.rst index ea1f7ade3..dd25d7c17 100644 --- a/doc/user_guide/getting_started.rst +++ b/doc/user_guide/getting_started.rst @@ -175,7 +175,7 @@ forward and you just can use the example *noxfile.py* bellow. .. code-block:: shell - poetry run pre-commit install + poetry run pre-commit install --hook-type pre-commit --hook-type pre-push 7. Go 🥜 +++++++++++++