From 697daf837cb7480e568d70926849d487f2774270 Mon Sep 17 00:00:00 2001 From: gpauloski <18683347+gpauloski@users.noreply.github.com> Date: Mon, 7 Sep 2026 11:08:37 +0000 Subject: [PATCH] [prek] autoupdate 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 427a24f..813a80b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,12 +30,12 @@ repos: # Spell checker. Replaces codespell; faster and lower false-positive rate. - repo: https://github.com/crate-ci/typos - rev: v1.50.0 + rev: v1.50.1 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.5 + rev: v0.16.6 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -44,7 +44,7 @@ repos: # Cognitive-complexity gate. Complements Ruff (whose overlapping complexity # rules are disabled in pyproject.toml). - repo: https://github.com/rohaquinlop/complexipy-pre-commit - rev: v7.0.1 + rev: v8.0.1 hooks: - id: complexipy