From d32f7ed984b45cb7f22061d77b27d2a531df3cbd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:04:27 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.20.1](https://github.com/gitleaks/gitleaks/compare/v8.18.2...v8.20.1) --- .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 c7e14a27..9f696a39 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.5.0 + rev: v5.0.0 hooks: - id: check-case-conflict - id: check-added-large-files @@ -15,7 +15,7 @@ repos: - id: check-xml - id: requirements-txt-fixer - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.2 + rev: v8.20.1 hooks: - id: gitleaks name: Detect hardcoded secrets