From bbfd875ac8ea682bb7e454e5ea349943a887b6f4 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 14 Feb 2025 12:58:48 +0000 Subject: [PATCH] Bump pre commit config file --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af4fab920c..bca189b064 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: check-yaml - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.6 hooks: - id: ruff-format args: [--preview] @@ -28,7 +28,7 @@ repos: --preview ] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.20 + rev: 0.5.31 hooks: - id: pip-compile name: pip-compile requirements-dev.in @@ -55,7 +55,7 @@ repos: hooks: - id: djlint-django - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: @@ -76,7 +76,7 @@ repos: additional_dependencies: ["@biomejs/biome@1.9.4"] files: ^src/frontend/.*\.(js|ts|tsx)$ - repo: https://github.com/gitleaks/gitleaks - rev: v8.23.1 + rev: v8.23.3 hooks: - id: gitleaks #- repo: https://github.com/jumanjihouse/pre-commit-hooks