Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ 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
- id: trailing-whitespace
- 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.14
hooks:
- id: ruff

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
Loading