Skip to content

Commit

Permalink
docs: add minimum pre-commit version (#544)
Browse files Browse the repository at this point in the history
ensure developers have the right version to run all used hooks
  • Loading branch information
mgred authored Sep 25, 2023
1 parent ef364b5 commit b29be5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b29be5f

Please sign in to comment.