diff --git a/docs/pre-commit-hooks.md b/docs/pre-commit-hooks.md index 934b21eaaad..7824e4d52be 100644 --- a/docs/pre-commit-hooks.md +++ b/docs/pre-commit-hooks.md @@ -155,10 +155,10 @@ repositories [will not be implemented](https://github.com/pre-commit/pre-commit/ ### Are there any alternatives to `pre-commit autoupdate`? -You may use [pre-commit-update](https://pypi.org/project/pre-commit-update/) as an alternative to +You may use [pre-commit-update](https://pypi.org/project/pre-commit-update/) as an alternative to `pre-commit autoupdate`. -Since `pre-commit-update` can be used as a pre-commit hook itself, the easiest way +Since `pre-commit-update` can be used as a pre-commit hook itself, the easiest way to make use of it would be to include it inside `.pre-commit-config.yaml`: ```yaml @@ -178,4 +178,4 @@ repos: Your `.pre-commit-config.yaml` repos will be checked and updated every time pre-commit hooks run. -For more advanced configuration, please check the `pre-commit-update` documentation. \ No newline at end of file +For more advanced configuration, please check the `pre-commit-update` documentation.