Skip to content

Commit 07788ff

Browse files
authored
Merge pull request #51 from Amy-Franz/add-precommit-hook-installation-for-contributing-docs
add precommit hook installation for contributing docs
2 parents 39c74db + f63db2b commit 07788ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ pip install --group dev --editable .
2525
```
2626
*The `--group` flag requires a minimum pip version of 25.1*
2727

28+
Install the pre-commit hooks so they run automatically on git commit:
29+
30+
```sh
31+
pre-commit install
32+
```
33+
2834
### Testing (full requirements matrix)
2935

3036
To test against multiple Python (and package) versions, we need to:

0 commit comments

Comments
 (0)