Skip to content

Commit 32d3f5d

Browse files
[pre-commit.ci] pre-commit autoupdate (#549)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) * docs: fix typo --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Angus Hollands <goosey15@gmail.com>
1 parent f4b845d commit 32d3f5d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ exclude: >
1212
repos:
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.4.0
15+
rev: v4.5.0
1616
hooks:
1717
- id: check-json
1818
- id: check-yaml
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.13.0
23+
rev: v3.15.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py37-plus]
@@ -58,7 +58,7 @@ repos:
5858
)$
5959
6060
- repo: https://github.com/codespell-project/codespell
61-
rev: v2.2.5
61+
rev: v2.2.6
6262
hooks:
6363
- id: codespell
6464
args: ["-S", "*.ipynb"]

docs/render/format_code_cells.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ nb_mime_priority_overrides = [
134134
```
135135

136136
:::{seealso}
137-
[](render/output/cutomise), for a more advanced means of customisation.
137+
[](render/output/customise), for a more advanced means of customisation.
138138
:::
139139

140140
(render/output/images)=
@@ -353,7 +353,7 @@ This is currently not supported, but we hope to introduce it at a later date
353353
(raise an issue on the repository if you require it!).
354354
:::
355355

356-
(render/output/cutomise)=
356+
(render/output/customise)=
357357
## Customise the render process
358358

359359
The render process is governed by subclasses of {py:class}`~myst_nb.core.render.NbElementRenderer`, which dictate how to create the `docutils` AST nodes for elements of the notebook.

0 commit comments

Comments
 (0)