1[codespell] 2skip = .git,*.pdf,*.svg,AUTHORS 3 4# The following strings shouldn't actually be accepted, but they're wrongly 5# identified as words and there is currently no way to exclude them on 6# a by-line basis (https://github.com/codespell-project/codespell/pull/2400). 7# Therefore, pretend that they are correctly spelled words: 8# - alse: used in regex 9# - siz: wanted short 10# - fiter: variable 11ignore-words-list = alse,siz,fiter 12