From b7b9157d7fbc9e931e77924dd44719739464335f Mon Sep 17 00:00:00 2001 From: dyollb <12702862+dyollb@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:14:54 +0000 Subject: [PATCH] chore: update pre-commit 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 7c19e5f..9541c84 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: detect-private-key - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.6 + rev: v0.15.11 hooks: - id: ruff-check args: ["--fix"] @@ -34,7 +34,7 @@ repos: exclude: CHANGELOG.md - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint