Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand Down
Loading