1# First [install pre-commit](https://pre-commit.com/#installation), 2# then run 3# pre-commit install 4# See https://pre-commit.com for more information 5# See https://pre-commit.com/hooks.html for more hooks 6 7repos: 8 # Check formatting and lint for starlark code 9 - repo: https://github.com/keith/pre-commit-buildifier 10 rev: 6.3.3 11 hooks: 12 - id: buildifier 13 - id: buildifier-lint