From 84225f28b6ba4caa0d315a1f3dfd17443d66c7c0 Mon Sep 17 00:00:00 2001 From: andeston <1158951-andeston@users.noreply.gitlab.freedesktop.org> Date: Tue, 3 Dec 2024 02:17:06 -0500 Subject: [PATCH] pre-commit-hooks v5.0.0 Part-of: --- .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 a62b0109..68f914fa 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: v2.3.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace -- 2.34.1