From 003d37a261e2efb418a7c6c68395b7edb8d6eb31 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:59:20 +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 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.19.2](https://github.com/gitleaks/gitleaks/compare/v8.18.2...v8.19.2) --- .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..3af5e3ca 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: v4.6.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.19.2 hooks: - id: gitleaks name: Detect hardcoded secrets