From 060237c32ee6fc55e82d2faf4ab4b61b0d41cb23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:51:04 +0000 Subject: [PATCH] ci: update pinned tool versions --- prek.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prek.toml b/prek.toml index eb1a451..047cad1 100644 --- a/prek.toml +++ b/prek.toml @@ -2,7 +2,7 @@ # See https://prek.j178.dev for more information. #:schema https://www.schemastore.org/prek.json -minimum_prek_version = "0.4.8" +minimum_prek_version = "0.4.11" default_install_hook_types = ["pre-commit", "pre-push"] [[repos]] @@ -34,7 +34,7 @@ hooks = [ [[repos]] repo = "https://github.com/astral-sh/ruff-pre-commit" -rev = "39d9ac5938dadb73df0564a45f163e25ff9fa6e2" # frozen: v0.16.1 +rev = "7c55798a78262d14b2074abf623d8a992ebb70d4" # frozen: v0.16.2 hooks = [ { id = "ruff", args = ["--fix"], files = '^\.github/scripts/.*\.py$' }, { id = "ruff-format", files = '^\.github/scripts/.*\.py$' },