From f60ffd09add02dbd495eefedd132b2cb6aaa28d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:40:04 +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/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.9.2) - [github.com/djlint/djLint: v1.36.3 → v1.36.4](https://github.com/djlint/djLint/compare/v1.36.3...v1.36.4) --- .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 147d9febd..94af9acd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. If bumping this, please also bump requirements-dev.in - rev: v0.8.4 + rev: v0.9.2 hooks: # Run the linter. - id: ruff @@ -33,7 +33,7 @@ repos: entry: mypy . pass_filenames: false - repo: https://github.com/djlint/djLint - rev: v1.36.3 + rev: v1.36.4 hooks: - id: djlint-jinja types_or: ['html', 'jinja']