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 2121 - id : trailing-whitespace
2222
2323 - repo : https://github.com/python-jsonschema/check-jsonschema
24- rev : 0.26.3
24+ rev : 0.27.0
2525 hooks :
2626 - id : check-github-workflows
2727
3131 - id : mdformat
3232
3333 - repo : https://github.com/pre-commit/mirrors-prettier
34- rev : " v3.0.2 "
34+ rev : " v3.0.3 "
3535 hooks :
3636 - id : prettier
3737 types_or : [yaml, html, json]
@@ -43,12 +43,12 @@ repos:
4343 additional_dependencies : [black==23.7.0]
4444
4545 - repo : https://github.com/psf/black-pre-commit-mirror
46- rev : 23.7.0
46+ rev : 23.9.1
4747 hooks :
4848 - id : black
4949
5050 - repo : https://github.com/codespell-project/codespell
51- rev : " v2.2.5 "
51+ rev : " v2.2.6 "
5252 hooks :
5353 - id : codespell
5454 args : ["-L", "sur,nd"]
@@ -61,13 +61,13 @@ repos:
6161 - id : rst-inline-touching-normal
6262
6363 - repo : https://github.com/astral-sh/ruff-pre-commit
64- rev : v0.0.287
64+ rev : v0.0.292
6565 hooks :
6666 - id : ruff
6767 args : ["--fix", "--show-fixes"]
6868
6969 - repo : https://github.com/scientific-python/cookie
70- rev : " 2023.08.23 "
70+ rev : " 2023.09.21 "
7171 hooks :
7272 - id : sp-repo-review
7373 additional_dependencies : ["repo-review[cli]"]
Original file line number Diff line number Diff line change 11Making simple Python wrapper kernels
22====================================
33
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.
55This is useful for languages that have Python bindings, such as `Hy
66<https://github.com/hylang/hy/> `_ (see
77`Calysto Hy <https://github.com/Calysto/calysto_hy/# >`_), or languages
You can’t perform that action at this time.
0 commit comments