Skip to content

Commit 3355eeb

Browse files
committed
Codespell: Ignore base64-looking strings, e.g. Notebook outputs
1 parent 05218db commit 3355eeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.codespellrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[codespell]
2+
3+
# Ignore really long strings that look like base64-encoded data, e.g. in Jupyter Notebook outputs
4+
ignore-regex = [A-Za-z0-9+/]{100,}

0 commit comments

Comments
 (0)