Skip to content

Commit ea91a93

Browse files
committed
Insert beman-tidy in pre-commit-config.yaml
1 parent 9d354e1 commit ea91a93

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
@@ -38,3 +38,9 @@ repos:
3838
- id: codespell
3939
files: ^.*\.(cmake|cpp|hpp|txt|md|json|in|yaml|yml)$
4040
args: ["--ignore-words", ".codespellignore" ]
41+
42+
- repo: https://github.com/bemanproject/beman-tidy
43+
rev: v0.3.1
44+
hooks:
45+
- id: beman-tidy
46+
args: [".", "--verbose"]

0 commit comments

Comments
 (0)