We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58e36d commit 4be0ba9Copy full SHA for 4be0ba9
notebooks/corrections.ipynb
pyproject.toml
@@ -207,4 +207,6 @@ search = 'version = "v{current_version}"'
207
replace = 'version = "v{new_version}"'
208
209
[tool.codespell]
210
-skip="docs/*.ipynb"
+# 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