Skip to content

Commit 00d826d

Browse files
committed
'precommit-update'
1 parent 3ce67db commit 00d826d

1 file changed

Lines changed: 23 additions & 15 deletions

File tree

.pre-commit-config.yaml

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,56 @@
11
---
22
repos:
3-
43
- repo: local
5-
64
hooks:
7-
85
- id: mh_style
96
name: mh_style
107
entry: mh_style
11-
args: [--process-slx, --fix]
8+
args:
9+
- --process-slx
10+
- --fix
1211
files: ^(.*\.(m|slx))$
1312
language: python
14-
additional_dependencies: [miss_hit_core]
15-
13+
additional_dependencies:
14+
- miss_hit_core
1615
- id: mh_metric
1716
name: mh_metric
1817
entry: mh_metric
19-
args: [--ci]
18+
args:
19+
- --ci
2020
files: ^(.*\.(m|slx))$
2121
language: python
22-
additional_dependencies: [miss_hit_core]
23-
22+
additional_dependencies:
23+
- miss_hit_core
2424
- id: mh_lint
2525
name: mh_lint
2626
entry: mh_lint
2727
files: ^(.*\.(m|slx))$
2828
language: python
29-
additional_dependencies: [miss_hit]
30-
29+
additional_dependencies:
30+
- miss_hit
3131
- repo: https://github.com/pre-commit/pre-commit-hooks
3232
rev: v6.0.0
3333
hooks:
3434
- id: trailing-whitespace
3535
- id: end-of-file-fixer
3636
- id: check-yaml
3737
- id: check-added-large-files
38-
3938
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.4.1
39+
rev: v2.4.2
4140
hooks:
4241
- id: codespell
43-
4442
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
4543
rev: 0.2.3
4644
hooks:
4745
- id: yamlfmt
48-
args: [--mapping, '2', --sequence, '2', --offset, '0']
46+
args:
47+
- --mapping
48+
- '2'
49+
- --sequence
50+
- '2'
51+
- --offset
52+
- '0'
53+
ci:
54+
autoupdate_commit_msg: 'chore: update pre-commit hooks'
55+
autoupdate_schedule: monthly
56+
autofix_commit_msg: 'style: pre-commit fixes'

0 commit comments

Comments
 (0)