From 3a523a1a8d6b3f3f1469aedeb2aad8451ece91e2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:26:06 +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/PyCQA/isort: 9.0.0b5 → 9.0.1](https://github.com/PyCQA/isort/compare/9.0.0b5...9.0.1) - [github.com/tox-dev/pyproject-fmt: v2.28.1 → v2.29.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.28.1...v2.29.0) - [github.com/astral-sh/ruff-pre-commit: v0.16.4 → v0.16.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.4...v0.16.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 5ac5b25bd02..00e5414b2e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: )$ - repo: https://github.com/PyCQA/isort - rev: 9.0.0b5 + rev: 9.0.1 hooks: - id: isort @@ -56,12 +56,12 @@ repos: exclude: nextcloudappstore/core/migrations - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.28.1 + rev: v2.29.0 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.4 + rev: v0.16.5 hooks: - id: ruff