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