From 708a625d7a926da36124843167172dc43b35293e Mon Sep 17 00:00:00 2001 From: David_M Date: Sat, 25 Apr 2026 14:31:35 +0300 Subject: [PATCH 1/2] Added beman-tidy pre-commit Hook in cache_latest --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8089608..8fa30b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,3 +37,10 @@ repos: rev: v2.4.1 hooks: - id: codespell + + # Beman Standard checking via beman-tidy + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.3.1 + hooks: + - id: beman-tidy + args: [".", "--verbose", "--require-all"] From 33aba500e93872e32e0e007b48d63a0859b5315f Mon Sep 17 00:00:00 2001 From: David_M Date: Sat, 25 Apr 2026 14:58:50 +0300 Subject: [PATCH 2/2] Removed args from beman-tidy hook --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8fa30b9..e0f5998 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,4 +43,3 @@ repos: rev: v0.3.1 hooks: - id: beman-tidy - args: [".", "--verbose", "--require-all"]