diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb3acb7..4662bab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: reorder-python-imports args: [--py312-plus, --add-import, from __future__ import annotations] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.5 + rev: v0.14.6 hooks: - id: ruff-check args: [--fix] @@ -36,7 +36,7 @@ repos: - id: sqlfluff-fix args: [--dialect, sqlite] - repo: https://github.com/adamtheturtle/doccmd-pre-commit - rev: v2025.11.8.1 + rev: v2025.11.20 hooks: - id: doccmd name: doccmd-sqlfluff