We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d462922 + d4c8152 commit 44bdeefCopy full SHA for 44bdeef
1 file changed
docs/contributing/setup.md
@@ -42,3 +42,9 @@ Both hands-on and exercises reside in the same repository: [`git-mastery/exercis
42
```bash
43
pip install -r requirements.txt
44
```
45
+
46
+6. Install pre-commit hooks using LeftHook (installed as a dependency in `requirements.txt`)
47
48
+ ```bash
49
+ lefthook install
50
+ ```
0 commit comments