diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9f6e796..629f105c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,4 +45,11 @@ repos: papers/.* )$ + # Beman Standard checking via beman-tidy + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.3.1 + hooks: + - id: beman-tidy + args: [".", "--verbose", "--require-all"] + exclude: 'infra/'