From c6fd2730bb836f4dcb0be922bc93862965b8e16d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 08:46:48 +0000 Subject: [PATCH] chore(deps): update pre-commit hook keith/pre-commit-buildifier to v7.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 008a539..0982743 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - mdformat-gfm - repo: https://github.com/keith/pre-commit-buildifier - rev: 7.1.2 + rev: 7.3.1 hooks: - id: buildifier args: [ "--warnings=-load,+unsorted-dict-items,+native-py" ]