File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
repos :
6
6
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.6 .0
8
+ rev : v5.0 .0
9
9
hooks :
10
10
- id : check-ast
11
11
name : validate Python code
@@ -24,20 +24,20 @@ repos:
24
24
- id : check-yaml
25
25
26
26
- repo : https://github.com/python-jsonschema/check-jsonschema
27
- rev : 0.28.6
27
+ rev : 0.29.3
28
28
hooks :
29
29
- id : check-github-workflows
30
30
31
31
- repo : https://github.com/sirosen/texthooks
32
- rev : 0.6.6
32
+ rev : 0.6.7
33
33
hooks :
34
34
- id : fix-smartquotes
35
35
- id : fix-spaces
36
36
- id : fix-ligatures
37
37
- id : forbid-bidi-controls
38
38
39
39
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
40
- rev : v2.13 .0
40
+ rev : v2.14 .0
41
41
hooks :
42
42
- id : pretty-format-ini
43
43
args : [--autofix]
67
67
- tomli
68
68
69
69
- repo : https://github.com/astral-sh/ruff-pre-commit
70
- rev : v0.5.0
70
+ rev : v0.6.9
71
71
hooks :
72
72
- id : ruff
73
73
name : ruff (see https://docs.astral.sh/ruff/rules)
84
84
- black==24.3.0
85
85
86
86
- repo : https://github.com/sphinx-contrib/sphinx-lint
87
- rev : v0.9.1
87
+ rev : v1.0.0
88
88
hooks :
89
89
- id : sphinx-lint
You can’t perform that action at this time.
0 commit comments