File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- exclude : ^templates/.*|.* \.json$
2
+ exclude : ^templates/| \.json$
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : check-added-large-files
9
9
- id : fix-byte-order-marker
47
47
hooks :
48
48
- id : check-mailmap
49
49
- repo : https://github.com/rhysd/actionlint
50
- rev : v1.6.26
50
+ rev : v1.7.0
51
51
hooks :
52
52
- id : actionlint
53
53
- repo : https://github.com/adrienverge/yamllint
@@ -69,18 +69,18 @@ repos:
69
69
- mdformat-config
70
70
- mdformat-web
71
71
- repo : https://github.com/DavidAnson/markdownlint-cli2
72
- rev : v0.12.1
72
+ rev : v0.13.0
73
73
hooks :
74
74
- id : markdownlint-cli2
75
75
additional_dependencies :
76
76
- markdown-it-texmath
77
77
- repo : https://github.com/astral-sh/ruff-pre-commit
78
- rev : v0.2.1
78
+ rev : v0.4.4
79
79
hooks :
80
80
- id : ruff
81
81
- id : ruff-format
82
82
- repo : https://github.com/kumaraditya303/mirrors-pyright
83
- rev : v1.1.350
83
+ rev : v1.1.362
84
84
hooks :
85
85
- id : pyright
86
86
Original file line number Diff line number Diff line change 13
13
14
14
SCHEMAS = {}
15
15
QUERIES = {}
16
- language = Language (get_language_ptr (), "muttrc" )
16
+ language = Language (get_language_ptr ())
17
17
parser = Parser ()
18
18
parser .set_language (language )
19
19
You can’t perform that action at this time.
0 commit comments