diff options
author | Damien George <damien@micropython.org> | 2025-02-20 23:35:07 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-04-08 23:52:17 +1000 |
commit | 7268034d56d353e90992f0d688eb4a35ae86e09a (patch) | |
tree | 0a5c54ad64f8b509308f174fea15320c1910971b | |
parent | a9384c71c50a7bc4aaae1f88ddee5ebacc56ba81 (diff) |
top: Add "ser" to codespell exclusion list.
This word appears in the upcoming alif port.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8053df24d..263b120d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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*,\ |