From a30cb86b5ef9f99881c099f50c0297cf54009cc3 Mon Sep 17 00:00:00 2001 From: Rio <32630862+mostafa-rio@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:01:37 +0330 Subject: [PATCH] Update local-setup.md fixes #4108 --- docs/guides/local-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/local-setup.md b/docs/guides/local-setup.md index dd556e2629..1963f0b6e0 100644 --- a/docs/guides/local-setup.md +++ b/docs/guides/local-setup.md @@ -8,7 +8,7 @@ Follow the [Getting Started](/guides/getting-started) for basic installation and ## Add hook -To use commitlint you need to setup `commit-msg` hook +To use commitlint you need to setup `commit-msg` hook (currently `pre-commit` hook is not supported) ### Using a git hooks manager