mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 21:11:12 +02:00
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:
@@ -1,7 +1,7 @@
|
|||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
count = ""
|
count = ""
|
||||||
ignore-regex = '\b[A-Z]{3}\b'
|
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
|
quiet-level = 3
|
||||||
skip = """
|
skip = """
|
||||||
*/build*,\
|
*/build*,\
|
||||||
|
Reference in New Issue
Block a user