diff --git a/.beman-tidy.yaml b/.beman-tidy.yaml index e108008..d4b86c3 100644 --- a/.beman-tidy.yaml +++ b/.beman-tidy.yaml @@ -5,5 +5,6 @@ # https://github.com/bemanproject/beman-tidy/blob/main/README.md disabled_rules: [] + ignored_paths: - infra/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index deab5d4..76f3413 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,5 +46,6 @@ repos: rev: v0.5.2 hooks: - id: beman-tidy + args: [".", "--verbose", "--require-all"] exclude: 'cookiecutter/|infra/|port/'