From 334b4804e06af3a7303e4c1283a4947367ec16c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:07:53 +0000 Subject: [PATCH] Bump the pre-commit group with 2 updates Bumps the pre-commit group with 2 updates: flake8-bugbear and [https://github.com/gitleaks/gitleaks](https://github.com/gitleaks/gitleaks). Updates `flake8-bugbear` from 24.12.12 to 25.11.29 Updates `https://github.com/gitleaks/gitleaks` from v8.30.0 to 8.30.1 - [Release notes](https://github.com/gitleaks/gitleaks/releases) - [Commits](https://github.com/gitleaks/gitleaks/compare/v8.30.0...v8.30.1) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 25.11.29 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pre-commit - dependency-name: https://github.com/gitleaks/gitleaks dependency-version: 8.30.1 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .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 f3795371d2b..26d08b243dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -87,14 +87,14 @@ repos: args: ["--config=.flake8"] additional_dependencies: - flake8-docstrings==1.7.0 - - flake8-bugbear==24.12.12 + - flake8-bugbear==25.11.29 - repo: https://github.com/pre-commit/mirrors-clang-format rev: v22.1.5 hooks: - id: clang-format args: ["-i"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.30.0 + rev: v8.30.1 hooks: - id: gitleaks - repo: https://github.com/jumanjihouse/pre-commit-hooks