Skip to content

Commit 03a8125

Browse files
authored
Merge pull request #47 from SkipperAndrei/issue/258/precommit
Insert beman-tidy tool in precommit-config.yaml
2 parents 3dd34d6 + 9217996 commit 03a8125

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ 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

0 commit comments

Comments
 (0)