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]