From 706a2d5220d00c178cefe64595fd15efd2c98a0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:45:59 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .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 ee25817..6dc820b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.1 hooks: - id: ruff name: Lint with ruff @@ -31,11 +31,11 @@ repos: - id: ruff-format name: Format with ruff - repo: https://github.com/crate-ci/typos - rev: v1.48.0 + rev: v1.49.0 hooks: - id: typos - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.12.0 + rev: 0.12.1 hooks: - id: uv-lock name: Update uv lockfile