Skip to content

Commit 56fb592

Browse files
authored
Merge pull request #208 from neatudarius/issue/247
Enable beman-tidy (--require-all mode) into beman.optional
2 parents 13ed346 + b0c01c5 commit 56fb592

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,11 @@ repos:
4545
papers/.*
4646
)$
4747
48+
# Beman Standard checking via beman-tidy
49+
- repo: https://github.com/bemanproject/beman-tidy
50+
rev: v0.3.1
51+
hooks:
52+
- id: beman-tidy
53+
args: [".", "--verbose", "--require-all"]
54+
4855
exclude: 'infra/'

0 commit comments

Comments
 (0)