We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dd34d6 + 9217996 commit 03a8125Copy full SHA for 03a8125
1 file changed
.pre-commit-config.yaml
@@ -38,3 +38,8 @@ repos:
38
- id: codespell
39
files: ^.*\.(cmake|cpp|hpp|txt|md|json|in|yaml|yml)$
40
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