From 8405983a81289e06ff3f322532f5d11f7b6ab522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:24:13 +0000 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f71cc0b..d7a14f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -14,29 +14,29 @@ repos: - id: debug-statements - id: detect-private-key - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.3.1" + rev: "1.4.1" hooks: - id: tox-ini-fmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.2.1" + rev: "v2.5.0" hooks: - id: pyproject-fmt additional_dependencies: ["tox>=4.9"] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.20.0 + rev: 1.22.2 hooks: - id: django-upgrade args: [--target-version, "3.2"] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.5.7' + rev: 'v0.8.3' hooks: - id: ruff - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.1 + rev: 0.30.0 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/mirrors-prettier