From 9aeb6195f53921fe812ecdf505501ed3626ec93f Mon Sep 17 00:00:00 2001 From: Dragos Coscodan Date: Sat, 25 Apr 2026 17:00:20 +0300 Subject: [PATCH] Enable beman-tidy --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad16ea7..25c2ab7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,3 +36,9 @@ repos: rev: v2.3.0 hooks: - id: codespell + + # Beman Standard checking via beman-tidy + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.3.1 + hooks: + - id: beman-tidy