diff --git a/.beman-tidy.yaml b/.beman-tidy.yaml index 24d798b..e108008 100644 --- a/.beman-tidy.yaml +++ b/.beman-tidy.yaml @@ -4,7 +4,6 @@ # 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..deab5d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: # Beman Standard checking via beman-tidy - repo: https://github.com/bemanproject/beman-tidy - rev: v0.5.1 + rev: v0.5.2 hooks: - id: beman-tidy