File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
autoupdate_comit_msg : ' chore: pre-commit autoupdate'
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.5 .0
7
+ rev : v5.0 .0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
- id : end-of-file-fixer
11
11
- id : check-yaml
12
12
- id : check-added-large-files
13
13
- repo : https://github.com/codespell-project/codespell
14
- rev : v2.2.6
14
+ rev : v2.4.1
15
15
hooks :
16
16
- id : codespell
17
17
entry : codespell -I .codespell-ignore-words.txt
18
18
exclude : ^test/data/.*$
19
19
- repo : https://github.com/adrienverge/yamllint.git
20
- rev : v1.33.0
20
+ rev : v1.37.1
21
21
hooks :
22
22
- id : yamllint
23
23
- repo : https://github.com/rstcheck/rstcheck
24
- rev : v6.2.0
24
+ rev : v6.2.4
25
25
hooks :
26
26
- id : rstcheck
27
27
additional_dependencies :
28
28
- sphinx
29
29
- tomli
30
30
- repo : https://github.com/codespell-project/codespell
31
- rev : v2.2.6
31
+ rev : v2.4.1
32
32
hooks :
33
33
- id : codespell
34
34
entry : codespell -I .codespell-ignore-words.txt
35
35
exclude : ^test/data/.*$
36
36
additional_dependencies :
37
37
- tomli
38
38
- repo : https://github.com/psf/black
39
- rev : 23.11 .0
39
+ rev : 25.1 .0
40
40
hooks :
41
41
- id : black
42
42
- repo : https://github.com/astral-sh/ruff-pre-commit
43
- rev : v0.1.1
43
+ rev : v0.11.9
44
44
hooks :
45
45
- id : ruff
46
46
args :
You can’t perform that action at this time.
0 commit comments