From ad6d866c152fb9efcb4cb13f9b460014d353ea38 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:12:49 +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.8 → v0.14.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.8...v0.14.9) - [github.com/adamtheturtle/doccmd-pre-commit: v2025.12.8.5 → v2025.12.13](https://github.com/adamtheturtle/doccmd-pre-commit/compare/v2025.12.8.5...v2025.12.13) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.0...v1.19.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80eebfd..48a92c3 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.8 + rev: v0.14.9 hooks: - id: ruff-check args: [--fix] @@ -36,14 +36,14 @@ repos: - id: sqlfluff-fix args: [--dialect, sqlite] - repo: https://github.com/adamtheturtle/doccmd-pre-commit - rev: v2025.12.8.5 + rev: v2025.12.13 hooks: - id: doccmd name: doccmd-sqlfluff args: [--no-pad-file, --language, sql, --command, sqlfluff fix --dialect sqlite] additional_dependencies: [sqlfluff] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.0 + rev: v1.19.1 hooks: - id: mypy language_version: python3.12