From 4cf388dd3d7f612037b092c8af749b7ae84e9e60 Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Mon, 27 Apr 2026 09:12:15 -0400 Subject: [PATCH] Restore beman-tidy pre-commit hook unintentionally removed by e7f108cab6e5af830aeb30097878f3d555e3de1d This was an unintentional change caused by my automated update process misinterpreting the commit https://github.com/bemanproject/exemplar/commit/068a39cb6df8f073c6907851e2b1766cc3682453 as meaning that beman-tidy should be removed from the pre-commit config. I caught this problem elsewhere but missed it here. --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8797adc..54087e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,4 +39,10 @@ repos: hooks: - id: codespell + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.3.1 + hooks: + - id: beman-tidy + args: [".", "--verbose", "--require-all"] + exclude: 'cookiecutter/|infra/'