Skip to content

Commit 44bdeef

Browse files
authored
Merge pull request #4 from git-mastery/chore/add-precommit-setup
Add precommit installation in setup guide
2 parents d462922 + d4c8152 commit 44bdeef

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/contributing/setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ Both hands-on and exercises reside in the same repository: [`git-mastery/exercis
4242
```bash
4343
pip install -r requirements.txt
4444
```
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

Comments
 (0)