Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
voxify-dev committed Oct 3, 2024
1 parent d273ab5 commit 15446fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pre-commit-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
For more advanced configuration, please check the `pre-commit-update` documentation.

0 comments on commit 15446fe

Please sign in to comment.