From 1819a8d52a41bf9f2f0f043036b031eb95db330d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:18:20 +0000 Subject: [PATCH] chore(pre-commit): bump the pre-commit-hooks group with 3 updates Bumps the pre-commit-hooks group with 3 updates: [https://github.com/charliermarsh/ruff-pre-commit](https://github.com/charliermarsh/ruff-pre-commit), [https://github.com/betterleaks/betterleaks](https://github.com/betterleaks/betterleaks) and [https://github.com/PyCQA/pylint](https://github.com/PyCQA/pylint). Updates `https://github.com/charliermarsh/ruff-pre-commit` from v0.15.16 to 0.15.17 - [Release notes](https://github.com/charliermarsh/ruff-pre-commit/releases) - [Commits](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.15.16...v0.15.17) Updates `https://github.com/betterleaks/betterleaks` from v1.4.1 to 1.5.0 - [Release notes](https://github.com/betterleaks/betterleaks/releases) - [Commits](https://github.com/betterleaks/betterleaks/compare/v1.4.1...v1.5.0) Updates `https://github.com/PyCQA/pylint` from v4.0.5 to 4.0.6 - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: https://github.com/charliermarsh/ruff-pre-commit dependency-version: 0.15.17 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/betterleaks/betterleaks dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/PyCQA/pylint dependency-version: 4.0.6 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index facc367c..00f10042 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,18 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.15.16 + rev: v0.15.17 hooks: - id: ruff-check args: [ --fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/betterleaks/betterleaks - rev: v1.4.1 + rev: v1.5.0 hooks: - id: betterleaks - repo: https://github.com/PyCQA/pylint - rev: v4.0.5 + rev: v4.0.6 hooks: - id: pylint name: pylint