From 55c01be2a50acb8b283320870d0b40c40c650827 Mon Sep 17 00:00:00 2001 From: ndgrigorian <46709016+ndgrigorian@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:16:07 +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 7663515..26a5a15 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,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" @@ -112,7 +112,7 @@ repos: - id: shellcheck - repo: https://github.com/gitleaks/gitleaks - rev: v8.30.0 + rev: v8.30.1 hooks: - id: gitleaks