File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ repos:
21
21
# - slideshow
22
22
# - --
23
23
- repo : https://github.com/psf/black
24
- rev : 24.8 .0
24
+ rev : 24.10 .0
25
25
hooks :
26
26
- id : black
27
27
- id : black-jupyter
28
28
29
29
- repo : https://github.com/pre-commit/pre-commit-hooks
30
- rev : " v4.6 .0"
30
+ rev : " v5.0 .0"
31
31
hooks :
32
32
- id : check-added-large-files
33
33
- id : check-case-conflict
@@ -50,14 +50,14 @@ repos:
50
50
- id : rst-inline-touching-normal
51
51
52
52
- repo : https://github.com/astral-sh/ruff-pre-commit
53
- rev : " v0.6.5 "
53
+ rev : " v0.8.4 "
54
54
hooks :
55
55
- id : ruff
56
56
args : ["--fix", "--show-fixes"]
57
57
- id : ruff-format
58
58
59
59
- repo : https://github.com/abravalheri/validate-pyproject
60
- rev : " v0.19 "
60
+ rev : " v0.23 "
61
61
hooks :
62
62
- id : validate-pyproject
63
63
additional_dependencies : ["validate-pyproject-schema-store[all]"]
76
76
args : ["-L", "precessing"]
77
77
78
78
- repo : https://github.com/python-jsonschema/check-jsonschema
79
- rev : " 0.29.2 "
79
+ rev : " 0.30.0 "
80
80
hooks :
81
81
- id : check-dependabot
82
82
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments