From 59e7fbcaf4c8174f62a40131e787e3f5d208c736 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Tue, 21 Jan 2025 19:17:29 +0100 Subject: [PATCH] Update hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de7038a..f11a8d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: django-upgrade args: [--target-version, "4.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.6" + rev: "v0.9.2" hooks: - id: ruff args: [--unsafe-fixes]