From 4c9130216eb88ffc4ee7c9988bb40676266cf7b5 Mon Sep 17 00:00:00 2001 From: phofmeier <29092952+phofmeier@users.noreply.github.com> Date: Sun, 10 Aug 2025 01:23:46 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .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 c21d4fe..e0b3fe2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer