From 1f8ba11d0b5cb0825b072c65de7df9662fb39f6a Mon Sep 17 00:00:00 2001 From: ndgrigorian <46709016+ndgrigorian@users.noreply.github.com> Date: Sat, 23 May 2026 03:44:43 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5ae1e7..c195108 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.1 + rev: 26.5.1 hooks: - id: black exclude: "_vendored/conv_template.py"