From b7391c30038dd20d6324e8be12062544b7356984 Mon Sep 17 00:00:00 2001 From: ayushjariyal Date: Wed, 20 Aug 2025 10:40:54 +0530 Subject: [PATCH] Bump 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 afc1449321..dbb3c423fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ exclude: ^vendor/ 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