| # 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 | |
| rev: 7.3.1.2 | |
| hooks: | |
| - id: buildifier | |
| - id: buildifier-lint | |
| - repo: https://github.com/pre-commit/mirrors-clang-format | |
| rev: v20.1.0 | |
| hooks: | |
| - id: clang-format |