Skip to content

Commit dcf4e3d

Browse files
committed
'precommit-update'
1 parent 6346344 commit dcf4e3d

1 file changed

Lines changed: 27 additions & 22 deletions

File tree

.pre-commit-config.yaml

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,65 @@
11
---
2-
# See https://pre-commit.com/
3-
# and https://pre-commit.ci/
4-
# for details
5-
62
repos:
7-
83
- repo: local
9-
104
hooks:
11-
125
- id: mh_version
136
name: mh_version
147
entry: mh_style
15-
args: [-v]
8+
args:
9+
- -v
1610
verbose: true
1711
language: python
18-
additional_dependencies: [miss_hit_core]
19-
12+
additional_dependencies:
13+
- miss_hit_core
2014
- id: mh_style
2115
name: mh_style
2216
entry: mh_style
23-
args: [--process-slx, --fix]
17+
args:
18+
- --process-slx
19+
- --fix
2420
files: ^(.*\.(m|slx))$
2521
language: python
26-
additional_dependencies: [miss_hit_core]
27-
22+
additional_dependencies:
23+
- miss_hit_core
2824
- id: mh_metric
2925
name: mh_metric
3026
entry: mh_metric
31-
args: [--ci]
27+
args:
28+
- --ci
3229
files: ^(.*\.(m|slx))$
3330
language: python
34-
additional_dependencies: [miss_hit_core]
35-
31+
additional_dependencies:
32+
- miss_hit_core
3633
- id: mh_lint
3734
name: mh_lint
3835
entry: mh_lint
3936
files: ^(.*\.(m|slx))$
4037
language: python
41-
additional_dependencies: [miss_hit]
42-
38+
additional_dependencies:
39+
- miss_hit
4340
- repo: https://github.com/pre-commit/pre-commit-hooks
4441
rev: v6.0.0
4542
hooks:
4643
- id: trailing-whitespace
4744
- id: end-of-file-fixer
4845
- id: check-yaml
4946
- id: check-added-large-files
50-
5147
- repo: https://github.com/codespell-project/codespell
52-
rev: v2.4.1
48+
rev: v2.4.2
5349
hooks:
5450
- id: codespell
55-
5651
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
5752
rev: 0.2.3
5853
hooks:
5954
- id: yamlfmt
60-
args: [--mapping, '4', --sequence, '4', --offset, '0']
55+
args:
56+
- --mapping
57+
- '4'
58+
- --sequence
59+
- '4'
60+
- --offset
61+
- '0'
62+
ci:
63+
autoupdate_commit_msg: 'chore: update pre-commit hooks'
64+
autoupdate_schedule: monthly
65+
autofix_commit_msg: 'style: pre-commit fixes'

0 commit comments

Comments
 (0)