From d4c815232241a6c49df61267bafe2ca57640b61f Mon Sep 17 00:00:00 2001 From: jovnc <95868357+jovnc@users.noreply.github.com> Date: Sat, 7 Mar 2026 00:44:44 +0800 Subject: [PATCH] Add precommit installation in setup guide --- docs/contributing/setup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/contributing/setup.md b/docs/contributing/setup.md index 06b07dd..e4f3cb5 100644 --- a/docs/contributing/setup.md +++ b/docs/contributing/setup.md @@ -42,3 +42,9 @@ Both hands-on and exercises reside in the same repository: [`git-mastery/exercis ```bash pip install -r requirements.txt ``` + +6. Install pre-commit hooks using LeftHook (installed as a dependency in `requirements.txt`) + + ```bash + lefthook install + ```