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