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/4] 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/4] 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: From c8e9eaa2bf0ceacc0ba025ac87f4855c077be1ad Mon Sep 17 00:00:00 2001 From: Nistor Mario Peter Date: Sat, 25 Apr 2026 15:16:41 +0300 Subject: [PATCH 3/4] Fix directory.tests --- .../bounds_test/{bounds_test.tests.cpp => bounds_test.test.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/beman/bounds_test/{bounds_test.tests.cpp => bounds_test.test.cpp} (100%) diff --git a/tests/beman/bounds_test/bounds_test.tests.cpp b/tests/beman/bounds_test/bounds_test.test.cpp similarity index 100% rename from tests/beman/bounds_test/bounds_test.tests.cpp rename to tests/beman/bounds_test/bounds_test.test.cpp From 3ec2cc1dd8c9a7040afcb69dc7327e31e53e3aa9 Mon Sep 17 00:00:00 2001 From: Nistor Mario Peter Date: Sat, 25 Apr 2026 15:22:49 +0300 Subject: [PATCH 4/4] Reverted pre-commit config --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d19c5e6..ba8f774 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,8 +29,3 @@ repos: rev: v2.3.0 hooks: - id: codespell - - - repo: https://github.com/bemanproject/beman-tidy - rev: v0.3.1 - hooks: - - id: beman-tidy