-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
44 lines (37 loc) · 977 Bytes
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
repos:
- repo: local
hooks:
- id: mh_version
name: mh_version
entry: mh_style
args: [-v]
verbose: true
language: python
additional_dependencies: [miss_hit_core]
# - id: mh_style
# name: mh_style
# entry: mh_style
# args: [--process-slx, --fix]
# files: ^(.*\.(m|slx))$
# language: python
# additional_dependencies: [miss_hit_core]
# - id: mh_metric
# name: mh_metric
# entry: mh_metric
# args: [--ci]
# files: ^(.*\.(m|slx))$
# language: python
# additional_dependencies: [miss_hit_core]
# - id: mh_lint
# name: mh_lint
# entry: mh_lint
# files: ^(.*\.(m|slx))$
# language: python
# additional_dependencies: [miss_hit]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files