From 0306ae69618f15ae6a6d51fbff25c0a2de130272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:11:34 +0000 Subject: [PATCH] chore(pre-commit): bump the pre-commit-hooks group with 2 updates Bumps the pre-commit-hooks group with 2 updates: [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.0 - [Release notes](https://github.com/betterleaks/betterleaks/releases) - [Commits](https://github.com/betterleaks/betterleaks/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: https://github.com/charliermarsh/ruff-pre-commit dependency-version: 0.15.20 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/betterleaks/betterleaks dependency-version: 1.6.0 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..33260baf 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.0 hooks: - id: betterleaks