From fca1472703691adec18ab95fefa63ca25abfb10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Fri, 10 Jul 2026 03:23:40 +0300 Subject: [PATCH] Enable beman-tidy --require-all Fix .beman-tidy.yaml null values and add --require-all to pre-commit. --- .beman-tidy.yaml | 6 +++--- .pre-commit-config.yaml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.beman-tidy.yaml b/.beman-tidy.yaml index 24d798b..d4b86c3 100644 --- a/.beman-tidy.yaml +++ b/.beman-tidy.yaml @@ -4,7 +4,7 @@ # Check documentation for beman-tidy here: # https://github.com/bemanproject/beman-tidy/blob/main/README.md -disabled_rules: - # None +disabled_rules: [] + ignored_paths: - # None + - infra/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c63d60d..2cafbb4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,5 +46,6 @@ repos: rev: v0.5.1 hooks: - id: beman-tidy + args: [".", "--verbose", "--require-all"] exclude: 'cookiecutter/|infra/|port/'