4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.6 .0
7
+ rev : v5.0 .0
8
8
hooks :
9
9
- id : check-case-conflict
10
10
- id : check-ast
@@ -21,12 +21,12 @@ repos:
21
21
- id : trailing-whitespace
22
22
23
23
- repo : https://github.com/python-jsonschema/check-jsonschema
24
- rev : 0.28.4
24
+ rev : 0.31.2
25
25
hooks :
26
26
- id : check-github-workflows
27
27
28
28
- repo : https://github.com/executablebooks/mdformat
29
- rev : 0.7.17
29
+ rev : 0.7.22
30
30
hooks :
31
31
- id : mdformat
32
32
@@ -37,13 +37,13 @@ repos:
37
37
types_or : [yaml, html, json]
38
38
39
39
- repo : https://github.com/adamchainz/blacken-docs
40
- rev : " 1.16.0 "
40
+ rev : " 1.19.1 "
41
41
hooks :
42
42
- id : blacken-docs
43
43
additional_dependencies : [black==23.7.0]
44
44
45
45
- repo : https://github.com/codespell-project/codespell
46
- rev : " v2.3.0 "
46
+ rev : " v2.4.1 "
47
47
hooks :
48
48
- id : codespell
49
49
args : ["-L", "sur,nd,assertin"]
56
56
- id : rst-inline-touching-normal
57
57
58
58
- repo : https://github.com/pre-commit/mirrors-mypy
59
- rev : " v1.10 .0"
59
+ rev : " v1.15 .0"
60
60
hooks :
61
61
- id : mypy
62
62
files : " ^nbformat"
65
65
["jsonschema>=2.6", "traitlets>=5.13", "jupyter_core>5.4"]
66
66
67
67
- repo : https://github.com/astral-sh/ruff-pre-commit
68
- rev : v0.4.7
68
+ rev : v0.9.9
69
69
hooks :
70
70
- id : ruff
71
71
types_or : [python, jupyter]
76
76
types_or : [python, jupyter]
77
77
78
78
- repo : https://github.com/scientific-python/cookie
79
- rev : " 2024.04.23 "
79
+ rev : " 2025.01.22 "
80
80
hooks :
81
81
- id : sp-repo-review
82
82
additional_dependencies : ["repo-review[cli]"]
0 commit comments