top: Add "ser" to codespell exclusion list.
This word appears in the upcoming alif port. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
a9384c71c5
commit
7268034d56
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[tool.codespell]
|
||||
count = ""
|
||||
ignore-regex = '\b[A-Z]{3}\b'
|
||||
ignore-words-list = "ans,asend,deques,dout,emac,extint,hsi,iput,mis,notin,numer,shft,synopsys,technic,ure,curren"
|
||||
ignore-words-list = "ans,asend,deques,dout,emac,extint,hsi,iput,mis,notin,numer,ser,shft,synopsys,technic,ure,curren"
|
||||
quiet-level = 3
|
||||
skip = """
|
||||
*/build*,\
|
||||
|
|
|
|||
Loading…
Reference in a new issue