File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
- id : trailing-whitespace
22
22
23
23
- repo : https://github.com/python-jsonschema/check-jsonschema
24
- rev : 0.26.3
24
+ rev : 0.27.0
25
25
hooks :
26
26
- id : check-github-workflows
27
27
31
31
- id : mdformat
32
32
33
33
- repo : https://github.com/pre-commit/mirrors-prettier
34
- rev : " v3.0.2 "
34
+ rev : " v3.0.3 "
35
35
hooks :
36
36
- id : prettier
37
37
types_or : [yaml, html, json]
@@ -43,12 +43,12 @@ repos:
43
43
additional_dependencies : [black==23.7.0]
44
44
45
45
- repo : https://github.com/psf/black-pre-commit-mirror
46
- rev : 23.7.0
46
+ rev : 23.9.1
47
47
hooks :
48
48
- id : black
49
49
50
50
- repo : https://github.com/codespell-project/codespell
51
- rev : " v2.2.5 "
51
+ rev : " v2.2.6 "
52
52
hooks :
53
53
- id : codespell
54
54
args : ["-L", "sur,nd"]
@@ -61,13 +61,13 @@ repos:
61
61
- id : rst-inline-touching-normal
62
62
63
63
- repo : https://github.com/astral-sh/ruff-pre-commit
64
- rev : v0.0.287
64
+ rev : v0.0.292
65
65
hooks :
66
66
- id : ruff
67
67
args : ["--fix", "--show-fixes"]
68
68
69
69
- repo : https://github.com/scientific-python/cookie
70
- rev : " 2023.08.23 "
70
+ rev : " 2023.09.21 "
71
71
hooks :
72
72
- id : sp-repo-review
73
73
additional_dependencies : ["repo-review[cli]"]
Original file line number Diff line number Diff line change 1
1
Making simple Python wrapper kernels
2
2
====================================
3
3
4
- You can re-use IPython's kernel machinery to easily make new kernels.
4
+ You can reuse IPython's kernel machinery to easily make new kernels.
5
5
This is useful for languages that have Python bindings, such as `Hy
6
6
<https://github.com/hylang/hy/> `_ (see
7
7
`Calysto Hy <https://github.com/Calysto/calysto_hy/# >`_), or languages
You can’t perform that action at this time.
0 commit comments