diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-06-02 13:21:39 -0400 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-06-06 10:23:44 +1000 |
commit | d080d427ebcc263ac6ff792271cec1506e5c81fc (patch) | |
tree | 9e9874cfb3f5cddb201137dcdab7d308b89bf8d5 | |
parent | db5444f68aaca1bec2c90df0ed5afe36bce94cfc (diff) | |
download | micropython-d080d427ebcc263ac6ff792271cec1506e5c81fc.tar.gz micropython-d080d427ebcc263ac6ff792271cec1506e5c81fc.zip |
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
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a52796860a..dfd26bd8c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ line-length = 99 [tool.codespell] count = "" ignore-regex = '\b[A-Z]{3}\b' -ignore-words-list = "ans,asend,deques,dout,extint,hsi,iput,numer,technic,ure" +ignore-words-list = "ans,asend,deques,dout,extint,hsi,iput,mis,numer,technic,ure" quiet-level = 3 skip = """ */build*,\ |