docs: add minimum pre-commit version (#544)
ensure developers have the right version to run all used hooks
This commit is contained in:
parent
ef364b54b4
commit
b29be5ff64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue