File tree Expand file tree Collapse file tree 1 file changed +8
-32
lines changed
Expand file tree Collapse file tree 1 file changed +8
-32
lines changed Original file line number Diff line number Diff line change 11repos :
2-
3- # - repo: local
4-
5- # hooks:
6-
7- # - id: mh_style
8- # name: mh_style
9- # entry: mh_style
10- # args: [--process-slx, --fix]
11- # files: ^(.*\.(m|slx))$
12- # language: python
13- # additional_dependencies: [miss_hit_core]
14-
15- # - id: mh_metric
16- # name: mh_metric
17- # entry: mh_metric
18- # args: [--ci]
19- # files: ^(.*\.(m|slx))$
20- # language: python
21- # additional_dependencies: [miss_hit_core]
22-
23- # - id: mh_lint
24- # name: mh_lint
25- # entry: mh_lint
26- # files: ^(.*\.(m|slx))$
27- # language: python
28- # additional_dependencies: [miss_hit]
29-
302- repo : https://github.com/pre-commit/pre-commit-hooks
313 rev : v6.0.0
324 hooks :
33- - id : trailing-whitespace
34- - id : end-of-file-fixer
35- - id : check-yaml
36- - id : check-added-large-files
5+ - id : trailing-whitespace
6+ - id : end-of-file-fixer
7+ - id : check-yaml
8+ - id : check-added-large-files
9+ ci :
10+ autoupdate_commit_msg : ' chore: update pre-commit hooks'
11+ autoupdate_schedule : monthly
12+ autofix_commit_msg : ' style: pre-commit fixes'
You can’t perform that action at this time.
0 commit comments