Skip to content

Commit 15446fe

Browse files
committed
fix linters
1 parent d273ab5 commit 15446fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pre-commit-hooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ repositories [will not be implemented](https://github.com/pre-commit/pre-commit/
155155

156156
### Are there any alternatives to `pre-commit autoupdate`?
157157

158-
You may use [pre-commit-update](https://pypi.org/project/pre-commit-update/) as an alternative to
158+
You may use [pre-commit-update](https://pypi.org/project/pre-commit-update/) as an alternative to
159159
`pre-commit autoupdate`.
160160

161-
Since `pre-commit-update` can be used as a pre-commit hook itself, the easiest way
161+
Since `pre-commit-update` can be used as a pre-commit hook itself, the easiest way
162162
to make use of it would be to include it inside `.pre-commit-config.yaml`:
163163

164164
```yaml
@@ -178,4 +178,4 @@ repos:
178178

179179
Your `.pre-commit-config.yaml` repos will be checked and updated every time pre-commit hooks run.
180180

181-
For more advanced configuration, please check the `pre-commit-update` documentation.
181+
For more advanced configuration, please check the `pre-commit-update` documentation.

0 commit comments

Comments
 (0)