From 5c796a8979dacd1b35de3729f8a1a27cfbb2d754 Mon Sep 17 00:00:00 2001 From: gpauloski <18683347+gpauloski@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:14:40 +0000 Subject: [PATCH] [prek] autoupdate hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b84b23d..e63a86b 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.48.0 + rev: v1.49.0 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.2 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix]