From e064a5008ebc15e3695c6da0ae3fb8b9fd883c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Fri, 10 Jul 2026 03:39:06 +0300 Subject: [PATCH] Update beman-tidy to 0.5.2 Bump the pre-commit hook to beman-tidy 0.5.2 and fix .beman-tidy.yaml null values where needed for compatibility. --- .pre-commit-config.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0742c317..5879888b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,9 +60,10 @@ repos: - id: black # Beman Standard checking via beman-tidy - # - repo : https://github.com/bemanproject/beman-tidy - # rev: v0.5.1 - # hooks: - # - id: beman-tidy + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.5.2 + hooks: + - id: beman-tidy + args: [".", "--verbose"] exclude: 'infra/'