From b10c6c8cee537da2988abed5f597b83082ac1454 Mon Sep 17 00:00:00 2001 From: ndgrigorian <46709016+ndgrigorian@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:17:57 +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 e6cb8a4..6caf738 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: - tomli - repo: https://github.com/psf/black - rev: 26.3.0 + rev: 26.3.1 hooks: - id: black exclude: "_vendored/conv_template.py" @@ -110,7 +110,7 @@ repos: - id: shellcheck - repo: https://github.com/gitleaks/gitleaks - rev: v8.30.0 + rev: v8.30.1 hooks: - id: gitleaks