From 198e1f8199572f9ad983f840ce1447ebd4513eeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 00:52:36 +0000 Subject: [PATCH] chore(deps): update pre-commit hook bmares/check-json5 to v1.0.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 fd4864076..9ac569036 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: yamlfmt - repo: https://gitlab.com/bmares/check-json5 - rev: v1.0.0 + rev: v1.0.1 hooks: # As above, this only checks for valid JSON files. This implementation # allows for comments within JSON files.