From f3fe53011e507a278fa4ee9296376b9bd6a7b9de Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 08:49:18 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#808) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.9.6) - [github.com/adamchainz/django-upgrade: 1.22.2 → 1.23.1](https://github.com/adamchainz/django-upgrade/compare/1.22.2...1.23.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 b9105a82..81c4d18e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.9.4' + rev: 'v0.9.6' hooks: - id: ruff - repo: https://github.com/asottile/pyupgrade @@ -36,7 +36,7 @@ repos: args: - --py3-plus - repo: https://github.com/adamchainz/django-upgrade - rev: "1.22.2" + rev: "1.23.1" hooks: - id: django-upgrade args: [--target-version, "3.2"]