From 9e66ef79e9b1576e40891b0244877f8217cb0d5d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:24:18 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/RobertCraigie/pyright-python: v1.1.405 → v1.1.406](https://github.com/RobertCraigie/pyright-python/compare/v1.1.405...v1.1.406) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.12...v0.13.3) - [github.com/adamchainz/django-upgrade: 1.27.0 → 1.29.0](https://github.com/adamchainz/django-upgrade/compare/1.27.0...1.29.0) - [github.com/astral-sh/uv-pre-commit: 0.8.22 → 0.8.23](https://github.com/astral-sh/uv-pre-commit/compare/0.8.22...0.8.23) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6552f4523..a910d639d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.405 + rev: v1.1.406 hooks: - id: pyright additional_dependencies: @@ -88,7 +88,7 @@ repos: - urllib3==2.5.0 - zipp==3.23.0 ; python_full_version < '3.10' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.13.3 hooks: - id: ruff args: [--fix, --unsafe-fixes, --show-fixes] @@ -100,7 +100,7 @@ repos: - id: doc8 - repo: https://github.com/adamchainz/django-upgrade - rev: 1.27.0 + rev: 1.29.0 hooks: - id: django-upgrade args: [--target-version, '4.2'] # Replace with Django version @@ -111,6 +111,6 @@ repos: - id: sync - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.22 + rev: 0.8.23 hooks: - id: uv-lock From 07426a71d0658d97a79e4a5abfd179507cfc4a85 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:28:39 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .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 a910d639d..3d9e16a83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.406 + rev: v1.1.405 hooks: - id: pyright additional_dependencies: @@ -88,7 +88,7 @@ repos: - urllib3==2.5.0 - zipp==3.23.0 ; python_full_version < '3.10' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.12.12 hooks: - id: ruff args: [--fix, --unsafe-fixes, --show-fixes] @@ -100,7 +100,7 @@ repos: - id: doc8 - repo: https://github.com/adamchainz/django-upgrade - rev: 1.29.0 + rev: 1.27.0 hooks: - id: django-upgrade args: [--target-version, '4.2'] # Replace with Django version