Skip to content

Commit 539e941

Browse files
authored
Merge pull request #359 from neatudarius/issue/241
Integrate beman-tidy into beman.exemplar via pre-commit
2 parents 26982cd + 2e4ccb7 commit 539e941

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

cookiecutter/{{cookiecutter.project_name}}/.pre-commit-config.yaml

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

42+
{% if not cookiecutter._generating_exemplar %}
43+
# Beman Standard checking via beman-tidy
44+
- repo: https://github.com/bemanproject/beman-tidy
45+
rev: v0.3.1
46+
hooks:
47+
- id: beman-tidy
48+
49+
{% endif %}
4250
exclude: 'cookiecutter/|infra/'

0 commit comments

Comments
 (0)