From ecfdb84b2d196da80052288e7feb4e141cac6518 Mon Sep 17 00:00:00 2001 From: Nistor Mario Peter Date: Sat, 25 Apr 2026 12:33:40 +0300 Subject: [PATCH 1/2] Add beman-tidy to bounds_test --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba8f774..e8bb91d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,3 +29,8 @@ repos: rev: v2.3.0 hooks: - id: codespell + + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.3.1 + hooks: + - id: beman-tidy From aa83428663e9215da69d95b48d8fc8d7829a4aca Mon Sep 17 00:00:00 2001 From: Nistor Mario Peter Date: Sat, 25 Apr 2026 13:39:22 +0300 Subject: [PATCH 2/2] Added space to sepparate repos --- .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 e8bb91d..d19c5e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: rev: v2.3.0 hooks: - id: codespell - + - repo: https://github.com/bemanproject/beman-tidy rev: v0.3.1 hooks: