File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ repos:
21
21
- id : check-toml
22
22
- id : check-json
23
23
- repo : https://github.com/Lucas-C/pre-commit-hooks
24
- rev : v1.4.2
24
+ rev : v1.5.1
25
25
hooks :
26
26
- id : remove-crlf
27
27
- repo : https://github.com/codespell-project/codespell
28
- rev : v2.2.2
28
+ rev : v2.2.4
29
29
hooks :
30
30
- id : codespell
31
31
additional_dependencies :
32
32
- tomli
33
33
- repo : https://github.com/jorisroovers/gitlint
34
- rev : v0.19.0dev
34
+ rev : v0.19.1
35
35
hooks :
36
36
- id : gitlint
37
37
args :
@@ -45,16 +45,15 @@ repos:
45
45
hooks :
46
46
- id : check-mailmap
47
47
- repo : https://github.com/adrienverge/yamllint
48
- rev : v1.29 .0
48
+ rev : v1.31 .0
49
49
hooks :
50
50
- id : yamllint
51
51
- repo : https://github.com/executablebooks/mdformat
52
52
rev : 0.7.16
53
53
hooks :
54
54
- id : mdformat
55
- args :
56
- - --number
57
55
additional_dependencies :
56
+ - mdformat-pyproject
58
57
- mdformat-gfm
59
58
- mdformat-myst
60
59
- mdformat-toc
63
62
- mdformat-black
64
63
- mdformat-config
65
64
- repo : https://github.com/DavidAnson/markdownlint-cli2
66
- rev : v0.6.0
65
+ rev : v0.7.1
67
66
hooks :
68
67
- id : markdownlint-cli2
69
68
additional_dependencies :
Original file line number Diff line number Diff line change
1
+ [tool .mdformat ]
2
+ number = true
You can’t perform that action at this time.
0 commit comments