Skip to content

Commit 7e85bcc

Browse files
committed
Restore beman-tidy pre-commit hook unintentionally removed by e7f108c
This was an unintentional change caused by my automated update process misinterpreting the commit bemanproject/exemplar@068a39c as meaning that beman-tidy should be removed from the pre-commit config. I caught this problem elsewhere but missed it here.
1 parent e7f108c commit 7e85bcc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@ repos:
3939
hooks:
4040
- id: codespell
4141

42+
- repo: https://github.com/bemanproject/beman-tidy
43+
rev: v0.3.1
44+
hooks:
45+
- id: beman-tidy
46+
args: [".", "--verbose", "--require-all"]
47+
4248
exclude: 'cookiecutter/|infra/'

0 commit comments

Comments
 (0)