File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,10 +191,10 @@ git config blame.ignoreRevsFile .git-blame-ignore-revs
191191# ## Pre-commit git hooks (optional)
192192
193193The 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
200200pip install pre-commit
@@ -207,7 +207,7 @@ Next, run it once after installation to initialize it:
207207pre-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
You can’t perform that action at this time.
0 commit comments