Skip to content

Commit

Permalink
add command to install pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw92 committed Nov 8, 2024
1 parent a3d8336 commit 61762f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ By participating, you can help improve the project and make it even better.
python3 -m venv <insert/path/to/your/venv>
source <insert/path/to/your/venv/bin/activate>
python -m pip install -e ".[dev]"
pre-commit install
```

4. **Create a Branch**: Create a new branch for your contribution. Choose a descriptive name. Depending on what you want
Expand Down

0 comments on commit 61762f7

Please sign in to comment.