From ddd0d4bdc0a0e37f7a33578c9112a49a569689db Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:28:35 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.3 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.3...0.37.4) - [github.com/djlint/djLint: v1.39.5 → v1.40.3](https://github.com/djlint/djLint/compare/v1.39.5...v1.40.3) --- .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 431c8ebb..73d3fefb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: args: [--autofix, --indent, '2', --offset, '2'] exclude: manage.py|^main/static/assets/ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.3 + rev: 0.37.4 hooks: - id: check-github-workflows - repo: https://github.com/astral-sh/ruff-pre-commit @@ -57,7 +57,7 @@ repos: args: [-I, .codespell_ignore.txt] exclude: ^main/static/assets/|^package-lock.json$|^direct_webapp/fixtures/framework-2-0.json$ - repo: https://github.com/djlint/djLint - rev: v1.39.5 + rev: v1.40.3 hooks: - id: djlint-django - id: djlint-reformat-django