From d0c4acd8cc35eeaaef7cab6318da785b89b084b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:12:07 +0000 Subject: [PATCH] chore(deps): update pre-commit hook keith/pre-commit-buildifier to v8 --- .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 6e5ca6f3c..8c7b0352c 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: 7.3.1 + rev: 8.0.1 hooks: - id: buildifier - id: buildifier-lint