From c2c1688b88a2ddc120ab08c6edb32712eb4c16b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Sat, 25 Apr 2026 22:01:08 +0300 Subject: [PATCH] Enable beman-tidy (--require-all mode) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb01186..760e608 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,5 +44,6 @@ repos: rev: v0.3.1 hooks: - id: beman-tidy + args: [".", "--verbose", "--require-all"] exclude: 'cookiecutter/|infra/'