Skip to content

Commit c888eca

Browse files
committed
'precommit-update'
1 parent 6cca3b6 commit c888eca

File tree

1 file changed

+8
-32
lines changed

1 file changed

+8
-32
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,12 @@
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-
302
- repo: https://github.com/pre-commit/pre-commit-hooks
313
rev: v6.0.0
324
hooks:
33-
- id: trailing-whitespace
34-
- id: end-of-file-fixer
35-
- id: check-yaml
36-
- id: check-added-large-files
5+
- id: trailing-whitespace
6+
- id: end-of-file-fixer
7+
- id: check-yaml
8+
- id: check-added-large-files
9+
ci:
10+
autoupdate_commit_msg: 'chore: update pre-commit hooks'
11+
autoupdate_schedule: monthly
12+
autofix_commit_msg: 'style: pre-commit fixes'

0 commit comments

Comments
 (0)