Skip to content

Commit d080d42

Browse files
yarikopticdpgeorge
authored andcommitted
top: Add "mis" to list of ignore words for codespell.
Observed with codespell 2.2.5.dev57+gdc7e98d9: $ codespell ./ports/rp2/machine_uart.c:163: mis ==> miss, mist ./ports/rp2/machine_uart.c:168: mis ==> miss, mist 2
1 parent db5444f commit d080d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ line-length = 99
44
[tool.codespell]
55
count = ""
66
ignore-regex = '\b[A-Z]{3}\b'
7-
ignore-words-list = "ans,asend,deques,dout,extint,hsi,iput,numer,technic,ure"
7+
ignore-words-list = "ans,asend,deques,dout,extint,hsi,iput,mis,numer,technic,ure"
88
quiet-level = 3
99
skip = """
1010
*/build*,\

0 commit comments

Comments
 (0)