Skip to content

Commit 41e0cad

Browse files
chore: update pre-commit hooks (#975)
* chore: update pre-commit hooks updates: - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](python-jsonschema/check-jsonschema@0.26.3...0.27.0) - [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](pre-commit/mirrors-prettier@v3.0.2...v3.0.3) - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](psf/black-pre-commit-mirror@23.7.0...23.9.1) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.287...v0.0.292) - [github.com/scientific-python/cookie: 2023.08.23 → 2023.09.21](scientific-python/cookie@2023.08.23...2023.09.21) * lint --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent 6ea7118 commit 41e0cad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
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

@@ -31,7 +31,7 @@ repos:
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]"]

docs/wrapperkernels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Making 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.
55
This 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

0 commit comments

Comments
 (0)