From 0de43610e01450dc64c218df39902dd01af641db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:44:49 +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..4cbeb0059 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.0 hooks: - id: buildifier - id: buildifier-lint