From 73317f5c657dd15ddd1cbac066cc947a4467ebf5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:53:26 +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.4 → v0.14.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.4...v0.14.5) - [github.com/sqlfluff/sqlfluff: 4.0.0a1 → 4.0.0a2](https://github.com/sqlfluff/sqlfluff/compare/4.0.0a1...4.0.0a2) --- .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 24e6ec4..eb3acb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,13 +25,13 @@ 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.4 + rev: v0.14.5 hooks: - id: ruff-check args: [--fix] - id: ruff-format - repo: https://github.com/sqlfluff/sqlfluff - rev: 4.0.0a1 + rev: 4.0.0a2 hooks: - id: sqlfluff-fix args: [--dialect, sqlite]