Skip to content

Commit

Permalink
Link to pre-commit install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 authored Jul 9, 2024
1 parent 59dabee commit b324ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To maintain code quality, we use pre-commit for automated checks before committi

To set up pre-commit, follow these steps:

- `pip install pre-commit` for Windows and for Linux refer to your distribution's package index
- `pip install pre-commit` ([official installation docs](https://pre-commit.com/#install))
- `pre-commit install` to enable it to run automatically
- `pre-commit run -a` to run it manually

Expand Down

0 comments on commit b324ff8

Please sign in to comment.