From 00470f0c575f68334b009807dbd634346ac5429c Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 10 Aug 2025 20:28:13 +0000 Subject: [PATCH] Bump pre-commit-hooks from v5.0.0 to v6.0.0 --- .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 187fe9e..948bd10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: "^(attic|examples/.template|nursery)/" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-toml - id: check-yaml