From bf38e87a87e73b430825ad620d1c286baebe7bf9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:46:49 +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/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.5...v0.14.6) - [github.com/PyCQA/bandit.git: 1.9.0 → 1.9.2](https://github.com/PyCQA/bandit.git/compare/1.9.0...1.9.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 cded505e..1d721045 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: [--branch, main, --branch, dev] - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.5 + rev: v0.14.6 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix, "--ignore=C901" ] @@ -35,7 +35,7 @@ repos: pass_filenames: false - repo: https://github.com/PyCQA/bandit.git - rev: 1.9.0 + rev: 1.9.2 hooks: - id: bandit args: [-lll, --recursive, clumper]