From 6c3b2d7075510ec0302bc0ffc292b9682fb3a65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Fri, 10 Jul 2026 03:36:45 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d28bd4..abcd785 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: args: ["--write", "--ignore-words", ".codespellignore" ] - repo: https://github.com/bemanproject/beman-tidy - rev: v0.4.0 + rev: v0.5.2 hooks: - id: beman-tidy