Misc: add bazel buildifer pre-commit hook

This commit is contained in:
Alex Denisov
2023-06-30 13:05:40 +02:00
parent 4e4c5f858e
commit d744b218f6
6 changed files with 61 additions and 31 deletions

View File

@@ -21,6 +21,11 @@ repos:
- id: autopep8
files: ^misc/codegen/.*\.py
- repo: https://github.com/warchant/pre-commit-buildifier
rev: 0.0.2
hooks:
- id: buildifier
- repo: local
hooks:
- id: codeql-format