From b223fa9764e18fc24c5114a4db7f62c90a37565b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Thu, 23 Apr 2026 04:20:32 +0300 Subject: [PATCH] Enable beman-tidy (default mode) into beman.optional --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9f6e79..016a902 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,4 +45,10 @@ repos: papers/.* )$ + # Beman Standard checking via beman-tidy + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.3.1 + hooks: + - id: beman-tidy + exclude: 'infra/'