From 861837571083723eea74c4f4e0c40d9d15eb999a Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 8 Oct 2023 20:22:58 +0000 Subject: [PATCH] Bump pre-commit-hooks from v4.4.0 to v4.5.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 d899e7a..b2d35ff 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: v4.4.0 + rev: v4.5.0 hooks: - id: check-toml - id: check-yaml