From c9f69bc7176e762bb65904d95d2a41ee0dda3b69 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:51:02 +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.31.1 → 1.32.0](https://github.com/adamchainz/django-upgrade/compare/1.31.1...1.32.0) - [github.com/astral-sh/ruff-pre-commit: v0.16.3 → v0.16.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.3...v0.16.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 b0d875c..ebbb54b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: hooks: - id: pyupgrade - repo: https://github.com/adamchainz/django-upgrade - rev: 1.31.1 + rev: 1.32.0 hooks: - id: django-upgrade - repo: https://github.com/hukkin/mdformat @@ -35,7 +35,7 @@ repos: - mdformat-gfm-alerts exclude: '.github/agents/' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.3 + rev: v0.16.4 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix]