docs: add minimum pre-commit version (#544)

ensure developers have the right version to run all used hooks
This commit is contained in:
Marc Redemske 2023-09-25 02:17:49 +02:00 committed by GitHub
parent ef364b54b4
commit b29be5ff64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Starlark files should be formatted by buildifier.
We suggest using a pre-commit hook to automate this.
First [install pre-commit](https://pre-commit.com/#installation),
First [install pre-commit](https://pre-commit.com/#installation) (>= v3.2.0),
then run
```shell