From fcda3631ceaf7a212857a626e65158791c50512d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:52:09 +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.16.1 → v0.16.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.1...v0.16.2) - [github.com/djlint/djLint: v1.43.2 → v1.44.2](https://github.com/djlint/djLint/compare/v1.43.2...v1.44.2) --- .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 230c33b..9c8c501 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.16.1 + rev: v0.16.2 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.43.2 + rev: v1.44.2 hooks: - id: djlint-reformat-django - repo: https://github.com/sphinx-contrib/sphinx-lint From cf02960fba0d885e9aae2c958f02009e73c352c6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:53:00 +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 8eee4a0..95dd5a8 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 %}