diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa8d4a3..99a7927 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.5 + rev: v0.16.6 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.44.2 + rev: v1.45.2 hooks: - id: djlint-reformat-django - repo: https://github.com/sphinx-contrib/sphinx-lint diff --git a/tests/testapp/templates/testapp/workflow_detail.html b/tests/testapp/templates/testapp/workflow_detail.html index d039e74..62d41ac 100644 --- a/tests/testapp/templates/testapp/workflow_detail.html +++ b/tests/testapp/templates/testapp/workflow_detail.html @@ -1,4 +1,4 @@ -{% extends 'testapp/base.html' %} +{% extends "testapp/base.html" %} {% block body %}