File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.5 .0
7
+ rev : v4.6 .0
8
8
hooks :
9
9
- id : check-case-conflict
10
10
- id : check-ast
21
21
- id : trailing-whitespace
22
22
23
23
- repo : https://github.com/python-jsonschema/check-jsonschema
24
- rev : 0.28.1
24
+ rev : 0.28.4
25
25
hooks :
26
26
- id : check-github-workflows
27
27
@@ -45,13 +45,13 @@ repos:
45
45
additional_dependencies : [black==23.7.0]
46
46
47
47
- repo : https://github.com/codespell-project/codespell
48
- rev : " v2.2.6 "
48
+ rev : " v2.3.0 "
49
49
hooks :
50
50
- id : codespell
51
51
args : ["-L", "sur,nd"]
52
52
53
53
- repo : https://github.com/pre-commit/mirrors-mypy
54
- rev : " v1.9 .0"
54
+ rev : " v1.10 .0"
55
55
hooks :
56
56
- id : mypy
57
57
files : " ^nbconvert"
81
81
- id : rst-inline-touching-normal
82
82
83
83
- repo : https://github.com/astral-sh/ruff-pre-commit
84
- rev : v0.3.5
84
+ rev : v0.4.7
85
85
hooks :
86
86
- id : ruff
87
87
types_or : [python, jupyter]
90
90
types_or : [python, jupyter]
91
91
92
92
- repo : https://github.com/scientific-python/cookie
93
- rev : " 2024.03.10 "
93
+ rev : " 2024.04.23 "
94
94
hooks :
95
95
- id : sp-repo-review
96
96
additional_dependencies : ["repo-review[cli]"]
You can’t perform that action at this time.
0 commit comments