From ba8a7635c614779099f5cfe1eaef6c12a1adb4b6 Mon Sep 17 00:00:00 2001 From: "gchq-write-contents-and-pr[bot]" <164903853+gchq-write-contents-and-pr[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 00:58:40 +0000 Subject: [PATCH] chore(deps): autoupdate 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 67d8500a..f88d0c22 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - --ignore-case - --unique - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.6.2 + rev: 0.6.3 hooks: # Keep lock file up to date - id: uv-lock @@ -77,7 +77,7 @@ repos: - id: forbid-tabs exclude: documentation/make.bat|documentation/Makefile - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.17.2 + rev: v8.17.3 hooks: # Run a spellcheck (words pulled from cspell.config.yaml) - id: cspell @@ -105,7 +105,7 @@ repos: # Enforce that type annotations are used instead of type comments - id: python-use-type-annotations - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.7 + rev: v0.9.9 hooks: # Run the linter. - id: ruff