diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0742c317..5879888b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,9 +60,10 @@ repos: - id: black # Beman Standard checking via beman-tidy - # - repo : https://github.com/bemanproject/beman-tidy - # rev: v0.5.1 - # hooks: - # - id: beman-tidy + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.5.2 + hooks: + - id: beman-tidy + args: [".", "--verbose"] exclude: 'infra/'