From aae28077bb2e48e0692c602462c30e42b32ee59b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:37:25 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/PyCQA/isort: 6.0.1 → 9.0.0a3](https://github.com/PyCQA/isort/compare/6.0.1...9.0.0a3) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.15.15](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.4...v0.15.15) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5c9ef2..b885904 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: exclude: '^ex_app/(img|js)/|.*\.phar' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -14,19 +14,19 @@ repos: - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 6.0.1 + rev: 9.0.0a3 hooks: - id: isort files: ex_app/lib/ -- repo: https://github.com/psf/black - rev: 25.1.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black files: ex_app/lib/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.4 + rev: v0.15.15 hooks: - id: ruff From 8af44e07c508bdecb491a95a8ff79622acf59f1d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:38:00 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1317be..f2e7d06 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors - SPDX-License-Identifier: MIT --> -# ⚠️ DEPRECATED +# ⚠️ DEPRECATED ℹ️ **The flow app has been superseeded by https://github.com/nextcloud/integration_windmill**