From 46ce96b8052a2d8b1388ca37cf22539d7f6d529c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Wed, 29 Apr 2026 08:26:31 +0300 Subject: [PATCH] Enable beman-tidy (--require-all mode) into beman.indices_view Issue: https://github.com/bemanproject/beman-tidy/issues/256 Enable beman-tidy (--require-all mode) into beman.indices_view --- .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/'