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