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 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.4
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,14 +67,14 @@ repos:
67
67
- tomli
68
68
69
69
- repo : https://github.com/astral-sh/ruff-pre-commit
70
- rev : v0.5.0
70
+ rev : v0.7.2
71
71
hooks :
72
72
- id : ruff
73
73
name : ruff (see https://docs.astral.sh/ruff/rules)
74
74
args : [--fix]
75
75
76
76
- repo : https://github.com/asottile/blacken-docs
77
- rev : 1.18.0
77
+ rev : 1.19.1
78
78
hooks :
79
79
- id : blacken-docs
80
80
name : autoformat code blocks in docs
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