From b0c01c51970843f19a7941f1b92d5d4c4a288d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Thu, 23 Apr 2026 03:49:06 +0300 Subject: [PATCH] Enable beman-tidy (--require-all mode) into beman.optional --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9f6e79..629f105 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,4 +45,11 @@ repos: papers/.* )$ + # 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"] + exclude: 'infra/'