From b341d8ee7b14cde53bd4f33d40e056e39fad0fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Sat, 25 Apr 2026 21:45:07 +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 ac202ca..7fe13a6 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/'