From a17cda294883d91c99e6b8be0e3b072a2c8d9b9a Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:04:55 +0000 Subject: [PATCH] Update pre-commit hook pre-commit/pre-commit-hooks to v5 Update pre-commit/pre-commit-hooks from 3.4.0 to 5.0.0 Change-type: patch --- .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 4372152..21a2785 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: ^(.versionbot/|CHANGELOG.md|VERSION) repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer