File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
repos :
5
5
- repo : https://github.com/astral-sh/ruff-pre-commit
6
6
# Ruff version.
7
- rev : ' v0.0.276 '
7
+ rev : ' v0.0.292 '
8
8
hooks :
9
9
- id : ruff
10
10
args : ["--fix"]
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : 23.3.0
13
+ rev : 23.9.1
14
14
hooks :
15
15
- id : black
16
16
17
17
- repo : https://github.com/rstcheck/rstcheck
18
- rev : v6.1.2
18
+ rev : v6.2.0
19
19
hooks :
20
20
- id : rstcheck
21
21
additional_dependencies : [sphinx, tomli]
22
22
args : ['--config', 'pyproject.toml']
23
23
24
24
- repo : https://github.com/executablebooks/mdformat
25
- rev : 0.7.16
25
+ rev : 0.7.17
26
26
hooks :
27
27
- id : mdformat
28
28
additional_dependencies :
61
61
- id : validate-cff
62
62
63
63
- repo : https://github.com/abravalheri/validate-pyproject
64
- rev : v0.13
64
+ rev : v0.14
65
65
hooks :
66
66
- id : validate-pyproject
You can’t perform that action at this time.
0 commit comments