From 0114c63ea98c5e98d2061377c6bdb96d3094e1b2 Mon Sep 17 00:00:00 2001 From: Rohit Ramu Date: Wed, 27 Nov 2024 18:24:36 -0800 Subject: [PATCH] Update pre-commit-hooks version to v5.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 f31555b..ca9fdea 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: v4.4.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer