From 66e741c6d5861b3c5fb1208a60c6762df59e0201 Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Mon, 30 Dec 2024 12:48:29 +0100 Subject: [PATCH] chore: update pre-comit-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 8ae96a3af..cdacaa719 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: entry: make unittest language: system - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer