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