diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8089608..e0f5998 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,3 +37,9 @@ repos: rev: v2.4.1 hooks: - id: codespell + + # Beman Standard checking via beman-tidy + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.3.1 + hooks: + - id: beman-tidy