From 1602b880b19391453491b1653947eedd0bc801db Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:07:05 +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.15.20 → v0.15.21](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.15.21) - [github.com/djlint/djLint: v1.40.3 → v1.40.6](https://github.com/djlint/djLint/compare/v1.40.3...v1.40.6) --- .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 3212d07..c30ad53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - mdformat-gfm - mdformat-gfm-alerts - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -44,7 +44,7 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/djlint/djLint - rev: v1.40.3 + rev: v1.40.6 hooks: - id: djlint-reformat-django - repo: https://github.com/sphinx-contrib/sphinx-lint