From 1b78a24a951190e133740ce7a8cd022099de1418 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:50:59 +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/adamchainz/django-upgrade: 1.28.0 → 1.30.0](https://github.com/adamchainz/django-upgrade/compare/1.28.0...1.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.0...v0.15.9) - [github.com/biomejs/pre-commit: v2.2.4 → v2.4.10](https://github.com/biomejs/pre-commit/compare/v2.2.4...v2.4.10) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.21.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.6.0...v2.21.0) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](https://github.com/abravalheri/validate-pyproject/compare/v0.24.1...v0.25) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4c0830..aa77482 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,27 +14,27 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/adamchainz/django-upgrade - rev: 1.28.0 + rev: 1.30.0 hooks: - id: django-upgrade args: [--target-version, "3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.13.0" + rev: "v0.15.9" hooks: - id: ruff args: [--unsafe-fixes] - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: "v2.2.4" + rev: "v2.4.10" hooks: - id: biome-check args: [--unsafe] verbose: true - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.6.0 + rev: v2.21.0 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.24.1 + rev: v0.25 hooks: - id: validate-pyproject