diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8119de2486e..85cbeca09de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black exclude: nextcloudappstore/core/migrations @@ -61,12 +61,12 @@ repos: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.14.13 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.0 + rev: v1.19.1 hooks: - id: mypy files: nextcloudappstore/(api/v1/release|certificate)/ @@ -87,7 +87,7 @@ repos: - --per-file-ignores=__init__.py:F401,F403 - repo: https://github.com/PyCQA/bandit - rev: 1.9.2 + rev: 1.9.3 hooks: - id: bandit files: nextcloudappstore