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