From 268d13b23fd366e33a6b897cdcc4fa27e0fa9377 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 5 Jul 2024 11:08:39 -0700 Subject: [PATCH] chore: update buildifier pre-commit (#311) Pick up windows fix in 6.3.3.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 c96a0aee..3c4bf14f 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.3.3 + rev: 6.4.0.1 hooks: - id: buildifier - id: buildifier-lint