diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8797adc..54087e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,4 +39,10 @@ repos: hooks: - id: codespell + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.3.1 + hooks: + - id: beman-tidy + args: [".", "--verbose", "--require-all"] + exclude: 'cookiecutter/|infra/'