From 1f087c2e1f6ab3b578b835692b2d3e40f977d6d3 Mon Sep 17 00:00:00 2001 From: Ben Lee Date: Fri, 3 Jul 2026 23:29:34 -0700 Subject: [PATCH] Update Buildifier pre-commit to 8.5.1.1 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 571a1f4..979e536 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ default_language_version: repos: # Check formatting and lint for starlark code - repo: https://github.com/keith/pre-commit-buildifier - rev: 6.1.0.1 + rev: 8.5.1.1 hooks: - id: buildifier - id: buildifier-lint