diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 608bceb..3ca4b09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,4 +39,10 @@ repos: hooks: - id: codespell + # Beman standard checking via beman-tidy: + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.3.1 + hooks: + - id: beman-tidy + exclude: 'cookiecutter/|infra/'