From 31540a802e7779ab13bbfc39c8eefd6402a59605 Mon Sep 17 00:00:00 2001 From: Syed Mohammad Ibrahim <8592115+iamibi@users.noreply.github.com> Date: Fri, 17 Nov 2023 21:57:23 -0800 Subject: [PATCH] Update `pre-commit-hooks` documentation (#8675) --- docs/pre-commit-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pre-commit-hooks.md b/docs/pre-commit-hooks.md index 556f4893adc..1b6938b41be 100644 --- a/docs/pre-commit-hooks.md +++ b/docs/pre-commit-hooks.md @@ -58,7 +58,7 @@ This hook is provided by the [Export Poetry Plugin](https://github.com/python-po {{% /warning %}} {{% note %}} -It is recommended to run the [`poetry-lock`](#poetry-lock) hook prior to this one. +It is recommended to run the [`poetry-lock`](#poetry-lock) hook or [`poetry-check`](#poetry-check) with argument `--lock` prior to this one. {{% /note %}} ### Arguments