Skip to content

Commit 2e33e00

Browse files
committed
add formatting/spelling exceptions
1 parent be6fa2a commit 2e33e00

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.codespell/exclude-file.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ USB_PRODUCT = "BLOK"
55
print(binascii.b2a_base64(b"fo"))
66
# again, neither will "there" or "wither", since they have "the"
77
i1Qb$TE"rl
8+
ZEN = "the zen of python beautiful is better than ugly explicit is better than implicit simple is better than complex complex is better than complicated flat is better than nested sparse is better than dense readability counts special cases arent special enough to break the rules although practicality beats purity errors should never pass silently unless explicitly silenced in the face of ambiguity refuse the temptation to guess there should be one and preferably only one obvious way to do it although that way may not be obvious at first unless youre dutch now is better than never although never is often better than right now if the implementation is hard to explain its a bad idea if the implementation is easy to explain it may be a good idea namespaces are one honking great idea lets do more of those"
9+
"arent",
10+
"youre",

tools/codeformat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
"tests/**/repl_*.py",
7171
# don't reindent this third-party code we vendored in
7272
"ports/raspberrypi/lwip_src",
73+
# line breaks
74+
"tools/mpy-tool.py",
7375
]
7476

7577

0 commit comments

Comments
 (0)