Skip to content

Commit 4be0ba9

Browse files
committed
Render corrections notebook
1 parent f58e36d commit 4be0ba9

File tree

2 files changed

+107
-15
lines changed

2 files changed

+107
-15
lines changed

notebooks/corrections.ipynb

Lines changed: 104 additions & 14 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,6 @@ search = 'version = "v{current_version}"'
207207
replace = 'version = "v{new_version}"'
208208

209209
[tool.codespell]
210-
skip="docs/*.ipynb"
210+
# Skip all ipynb notebooks. These contain binary data (rendered images from cell
211+
# outputs) that the checker will flag as errors.
212+
skip="notebooks/*.ipynb"

0 commit comments

Comments
 (0)