diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c12763bb49b..c8c1970805b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,12 +56,12 @@ repos: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.2 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy files: nextcloudappstore/(api/v1/release|certificate)/ @@ -82,7 +82,7 @@ repos: - --per-file-ignores=__init__.py:F401,F403 - repo: https://github.com/PyCQA/bandit - rev: 1.7.7 + rev: 1.7.8 hooks: - id: bandit files: nextcloudappstore