Skip to content

Commit 70421ea

Browse files
committed
'precommit-update'
1 parent c0fff03 commit 70421ea

1 file changed

Lines changed: 37 additions & 33 deletions

File tree

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)