From ec9bde25b1e15068344ca2049e557a962d1c201e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:28:47 +0000 Subject: [PATCH] chore(deps): 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.15.22 → v0.16.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.22...v0.16.3) - [github.com/Pawansingh3889/sql-guard: v0.9.0 → v0.9.1](https://github.com/Pawansingh3889/sql-guard/compare/v0.9.0...v0.9.1) --- .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 5d37231..bedc43d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: # ── Ruff — lint + format, replaces flake8 + isort + black ────────── - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.3 hooks: - id: ruff args: [--fix] @@ -44,7 +44,7 @@ repos: # running the linter against them is guaranteed to fail and was # turning pre-commit.ci red on every PR. - repo: https://github.com/Pawansingh3889/sql-guard - rev: v0.9.0 + rev: v0.9.1 hooks: - id: sql-sop args: [--severity, error]