From b692f6cda0e78b3b572358147002dc5c131c0da0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:27:45 +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.21.0 → 1.24.0](https://github.com/adamchainz/django-upgrade/compare/1.21.0...1.24.0) - [github.com/psf/black: 24.8.0 → 25.1.0](https://github.com/psf/black/compare/24.8.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.11.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.8...v0.11.5) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 502225e..12568bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: - repo: https://github.com/adamchainz/django-upgrade - rev: 1.21.0 + rev: 1.24.0 hooks: - id: django-upgrade args: [--target-version, "5.1"] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.11.5 hooks: - id: ruff