From 20d20ead29a8b5f19b933504af813e64f2c157c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:14:25 +0000 Subject: [PATCH] chore(pre-commit): bump the pre-commit-hooks group across 1 directory with 2 updates Bumps the pre-commit-hooks group with 2 updates in the / directory: [https://github.com/charliermarsh/ruff-pre-commit](https://github.com/charliermarsh/ruff-pre-commit) and [https://github.com/betterleaks/betterleaks](https://github.com/betterleaks/betterleaks). Updates `https://github.com/charliermarsh/ruff-pre-commit` from v0.15.18 to 0.15.20 - [Release notes](https://github.com/charliermarsh/ruff-pre-commit/releases) - [Commits](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.15.18...v0.15.20) Updates `https://github.com/betterleaks/betterleaks` from v1.5.0 to 1.6.1 - [Release notes](https://github.com/betterleaks/betterleaks/releases) - [Commits](https://github.com/betterleaks/betterleaks/compare/v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: https://github.com/betterleaks/betterleaks dependency-version: 1.6.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/charliermarsh/ruff-pre-commit dependency-version: 0.15.20 dependency-type: direct:production dependency-group: pre-commit-hooks ... 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 2867f26e..fc6180b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.15.18 + rev: v0.15.20 hooks: - id: ruff-check args: [ --fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/betterleaks/betterleaks - rev: v1.5.0 + rev: v1.6.1 hooks: - id: betterleaks