Skip to content

Commit 273f27e

Browse files
committed
Clarify text about pre-commit
1 parent 193ce43 commit 273f27e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ git config blame.ignoreRevsFile .git-blame-ignore-revs
191191
### Pre-commit git hooks (optional)
192192

193193
The project includes a `.pre-commit-config.yaml` file for [pre-commit](https://pre-commit.com), an
194-
open-source utility that runs various static analysis tools when triggered by certain git operations
195-
such as `git commit`. This can help you meet project conventions, at the cost of introducing small
196-
delays in `git commit` and `git push` operations. If you want to use `pre-commit`, you can install
197-
and configure it like this:
194+
open-source utility that configures functions to run when triggered by certain git operations such
195+
as `git commit`. This can help you meet project conventions, at the cost of introducing small delays
196+
in `git commit` and `git push` operations. If you want to use `pre-commit`, you can install and
197+
configure it like this:
198198

199199
```shell
200200
pip install pre-commit
@@ -207,7 +207,7 @@ Next, run it once after installation to initialize it:
207207
pre-commit run
208208
```
209209

210-
After that, `pre-commit` will run automatically when triggered by git operations.
210+
After that, `pre-commit` will run automatically when triggered by specific git operations.
211211

212212
### Python setup
213213

0 commit comments

Comments
 (0)