codespell: Add 're-used' and 're-using' to the ignore list

These seem to be fine and exist in the code and also seem to
be common English (there are debates which spelling is right).

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
This commit is contained in:
Bernd Schubert
2025-01-24 11:15:41 +01:00
parent 0244e90a9f
commit cf56672c8a
+3 -1
View File
@@ -8,4 +8,6 @@ skip = .git,*.pdf,*.svg,AUTHORS
# - alse: used in regex
# - siz: wanted short
# - fiter: variable
ignore-words-list = alse,siz,fiter
# - re-used: intentional hyphenation
# - re-using: intentional hyphenation
ignore-words-list = alse,siz,fiter,re-used,re-using