codespell: Add 'ser' to `ignore-words-list`

codespell is misidentifying `::serde::ser` as `::serde::set`.
This commit is contained in:
Adrian Duke 2026-04-08 15:27:22 +01:00 committed by Lorenz Leutgeb
parent 9c6bcd2778
commit 430868ffb1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[codespell] [codespell]
skip = .git*,*.lock,.codespellrc,target,.jj skip = .git*,*.lock,.codespellrc,target,.jj
check-hidden = true check-hidden = true
ignore-words-list = set,noes ignore-words-list = ser,set,noes