From 47c6d4ceea514fe1daa2f59f3874e4a073a80954 Mon Sep 17 00:00:00 2001 From: ednolan <907967+ednolan@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:28:51 +0000 Subject: [PATCH] Auto-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 85e6e331..bd9838de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi-pre-commit - rev: 0.27.7 + rev: 0.28.0 hooks: - id: gersemi name: CMake linting @@ -36,13 +36,13 @@ repos: # - id: markdownlint - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell # Beman Standard checking via beman-tidy - repo: https://github.com/bemanproject/beman-tidy - rev: v0.5.2 + rev: v0.5.4 hooks: - id: beman-tidy args: [".", "--verbose", "--require-all"]