From 564b7edf93d08862d8f928f7409d64e3f8f2c1e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 11:36:40 +0200 Subject: [PATCH] chore(deps): update pre-commit (#143) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 88655e1..4d44126 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/pre-commit - rev: v3.7.0 + rev: v3.7.1 hooks: - id: validate_manifest - repo: https://github.com/doublify/pre-commit-rust @@ -27,6 +27,6 @@ repos: args: [-i] files: \.(c|cc|cxx|cpp|h|hpp|hxx)$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.333.0 + rev: 37.379.0 hooks: - id: renovate-config-validator