From 62afd22f246cd16978ee0b39bdc83e02bca17998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:07:43 +0000 Subject: [PATCH] chore(deps): update pre-commit hook keith/pre-commit-buildifier to v7 --- .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 8720965d5..e3bf2d3c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_stages: [commit] repos: # Check formatting and lint for starlark code - repo: https://github.com/keith/pre-commit-buildifier - rev: 6.4.0 + rev: 7.3.1 hooks: - id: buildifier - id: buildifier-lint