|
@@ -12,7 +12,7 @@ Pre-commit checks
|
|
|
`pre-commit <https://pre-commit.com>`_ is a framework for managing pre-commit
|
|
|
hooks. These hooks help to identify simple issues before committing code for
|
|
|
review. By checking for these issues before code review it allows the reviewer
|
|
|
-to focus on the change itself, and it can also help to reduce the number CI
|
|
|
+to focus on the change itself, and it can also help to reduce the number of CI
|
|
|
runs.
|
|
|
|
|
|
To use the tool, first install ``pre-commit`` and then the git hooks:
|