From b932069f8ecbe9271da06c7dfa9a9674f83ff0b7 Mon Sep 17 00:00:00 2001 From: ndgrigorian <46709016+ndgrigorian@users.noreply.github.com> Date: Sat, 18 Jul 2026 03:33:11 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8ea36e2..dbf83a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell args: ["-L", "nd"] # ignore "nd" used for n-dimensional @@ -52,7 +52,7 @@ repos: exclude: "_vendored/conv_template.py" - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.5 + rev: v22.1.8 hooks: - id: clang-format args: ["-i"] @@ -73,7 +73,7 @@ repos: - flake8-bugbear==25.11.29 - repo: https://github.com/pycqa/isort - rev: 9.0.0a3 + rev: 9.0.0b1 hooks: - id: isort name: isort (python)