From 9cae113a812b5fda6bd359b55aa8895b6415ea1e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:04:35 +0000 Subject: [PATCH] Update .pre-commit-config.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.7.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.7.3) - [github.com/djlint/djLint: v1.35.4 → v1.36.1](https://github.com/djlint/djLint/compare/v1.35.4...v1.36.1) --- .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 a68e5e18..1698fc59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,14 +16,14 @@ repos: - id: check-toml - id: detect-private-key - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.3 hooks: - id: ruff args: [--config, pyproject.toml] - id: ruff-format args: [--config, pyproject.toml] - repo: https://github.com/djlint/djLint - rev: v1.35.4 + rev: v1.36.1 hooks: - id: djlint-reformat-jinja - repo: local