From 892fa06f7a65c742fb395a675ecd35fee5340ef6 Mon Sep 17 00:00:00 2001 From: dietmarkuehl <1319703+dietmarkuehl@users.noreply.github.com> Date: Sun, 23 Aug 2026 16:24:15 +0000 Subject: [PATCH] Auto-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 2ad7126b..c2b5c9ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi-pre-commit - rev: 0.28.0 + rev: 0.28.1 hooks: - id: gersemi name: CMake linting @@ -49,7 +49,7 @@ repos: # Config file: pyproject.toml # first Python sort imports - repo: https://github.com/pycqa/isort - rev: 9.0.0b2 + rev: 9.0.0b5 hooks: - id: isort