From 92026a29a86368c662d2c84798a198d0944a7c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Sat, 25 Apr 2026 19:28:17 +0300 Subject: [PATCH 1/2] Enable beman-tidy (--require-all mode) into beman.optional --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 016a9025..8caeca30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,5 +50,6 @@ repos: rev: v0.3.1 hooks: - id: beman-tidy + args: [".", "--verbose", "--require-all"] exclude: 'infra/' From 0ea8fa9578135973370024c5de1cb9aa35c78789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Sat, 25 Apr 2026 21:44:05 +0300 Subject: [PATCH 2/2] Fix indentation --- .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 8caeca30..629f105c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,6 +50,6 @@ repos: rev: v0.3.1 hooks: - id: beman-tidy - args: [".", "--verbose", "--require-all"] + args: [".", "--verbose", "--require-all"] exclude: 'infra/'