From 714782baa5756b76b7cc4bab6b8b2a98db60f4e4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:42:01 +0000 Subject: [PATCH 1/2] [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.22 → v0.16.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.22...v0.16.0) - [github.com/djlint/djLint: v1.41.0 → v1.43.0](https://github.com/djlint/djLint/compare/v1.41.0...v1.43.0) --- .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 51c2371..0dc6789 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.22 + rev: v0.16.0 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.41.0 + rev: v1.43.0 hooks: - id: djlint-reformat-django - repo: https://github.com/sphinx-contrib/sphinx-lint From f974f3b292871607114256b19ae50cc77fda4abb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:43:16 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/testapp/templates/django/forms/widgets/select.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testapp/templates/django/forms/widgets/select.html b/tests/testapp/templates/django/forms/widgets/select.html index 95dd5a8..8eee4a0 100644 --- a/tests/testapp/templates/django/forms/widgets/select.html +++ b/tests/testapp/templates/django/forms/widgets/select.html @@ -7,5 +7,5 @@ {% include option.template_name with widget=option %} {% endfor %} {% if group_name %}{% endif %} - {% endfor %} +{% endfor %}