2021-06-03 20:30:26 +00:00
|
|
|
# See CONTRIBUTING.md for instructions.
|
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/keith/pre-commit-buildifier
|
2023-04-12 08:29:29 +00:00
|
|
|
rev: 6.1.0.1
|
2021-06-03 20:30:26 +00:00
|
|
|
hooks:
|
|
|
|
- id: buildifier
|
|
|
|
args: &args
|
|
|
|
# Keep this argument in sync with .bazelci/config.yaml
|
|
|
|
- --warnings=all
|
|
|
|
- id: buildifier-lint
|
|
|
|
args: *args
|