From c6dea3c4c93fa933c8b9d534152971f2356c6a58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:54:09 +0000 Subject: [PATCH] Update all non-major dependencies --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8d23c78..9d7f0001 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -59,11 +59,11 @@ repos: hooks: - id: validate-pyproject - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.4.30 + rev: 0.5.7 hooks: - id: uv-lock - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.49.1 + rev: 39.58.1 hooks: - id: renovate-config-validator args: [--strict]