From 1d1ef33e1b3c3d37f79900238fbb07244623f69a Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Thu, 9 Jan 2025 13:45:07 +0100 Subject: [PATCH] Update hooks --- .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 11e8560..d981019 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.22.1 + rev: 1.22.2 hooks: - id: django-upgrade args: [--target-version, "4.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.0" + rev: "v0.8.6" hooks: - id: ruff args: [--unsafe-fixes] - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: "v0.5.0" + rev: "v0.6.1" hooks: - id: biome-check additional_dependencies: ["@biomejs/biome@1.9.4"] args: [--unsafe] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.4.3 + rev: v2.5.0 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.21 + rev: v0.23 hooks: - id: validate-pyproject