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 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 %}