From f4f9f03ef80d20665ef891fae6c34dedeea3b42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Fri, 10 Jul 2026 03:36:18 +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. --- .beman-tidy.yaml | 5 ++--- .pre-commit-config.yaml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.beman-tidy.yaml b/.beman-tidy.yaml index 24d798b..e108008 100644 --- a/.beman-tidy.yaml +++ b/.beman-tidy.yaml @@ -4,7 +4,6 @@ # Check documentation for beman-tidy here: # https://github.com/bemanproject/beman-tidy/blob/main/README.md -disabled_rules: - # None +disabled_rules: [] ignored_paths: - # None + - infra/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c63d60d..deab5d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: # Beman Standard checking via beman-tidy - repo: https://github.com/bemanproject/beman-tidy - rev: v0.5.1 + rev: v0.5.2 hooks: - id: beman-tidy