From b5fd464cdf5d6efb37dd43b074933246986b8191 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:53:34 +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.5 → v0.16.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.5...v0.16.6) - [github.com/djlint/djLint: v1.44.2 → v1.45.2](https://github.com/djlint/djLint/compare/v1.44.2...v1.45.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 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 From 22a048995f6ac9c57805dd3cd1cf02af655114db Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:54:40 +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/testapp/workflow_detail.html | 2 +- tests/testapp/templates/testapp/workflow_form.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %}