Skip to content

Commit e157e8d

Browse files
committed
'precommit-update'
1 parent 84f79a9 commit e157e8d

1 file changed

Lines changed: 19 additions & 40 deletions

File tree

.pre-commit-config.yaml

Lines changed: 19 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,23 @@
11
repos:
2-
3-
- repo: local
4-
5-
hooks:
6-
7-
- id: mh_version
8-
name: mh_version
9-
entry: mh_style
10-
args: [-v]
11-
verbose: true
12-
language: python
13-
additional_dependencies: [miss_hit_core]
14-
15-
# - id: mh_style
16-
# name: mh_style
17-
# entry: mh_style
18-
# args: [--process-slx, --fix]
19-
# files: ^(.*\.(m|slx))$
20-
# language: python
21-
# additional_dependencies: [miss_hit_core]
22-
23-
# - id: mh_metric
24-
# name: mh_metric
25-
# entry: mh_metric
26-
# args: [--ci]
27-
# files: ^(.*\.(m|slx))$
28-
# language: python
29-
# additional_dependencies: [miss_hit_core]
30-
31-
# - id: mh_lint
32-
# name: mh_lint
33-
# entry: mh_lint
34-
# files: ^(.*\.(m|slx))$
35-
# language: python
36-
# additional_dependencies: [miss_hit]
37-
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
3813
- repo: https://github.com/pre-commit/pre-commit-hooks
3914
rev: v6.0.0
4015
hooks:
41-
- id: trailing-whitespace
42-
- id: end-of-file-fixer
43-
- id: check-yaml
44-
- id: check-added-large-files
16+
- id: trailing-whitespace
17+
- id: end-of-file-fixer
18+
- id: check-yaml
19+
- id: check-added-large-files
20+
ci:
21+
autoupdate_commit_msg: 'chore: update pre-commit hooks'
22+
autoupdate_schedule: monthly
23+
autofix_commit_msg: 'style: pre-commit fixes'

0 commit comments

Comments
 (0)