Description
In my open source projects, ACn
a correct abbreviation (for one of the analog comparators on the chip, which are named AC0, AC1, etc)
Of course codespell objected to it, I added it to my ignore words list and all had been well.
Until a few weeks ago.
Now that specific entry in the ignorewords file is non-functional: It does not cause "ACn" to be ignored. Other lines still work, just not that one. I've tried moving it around in the file, but that has not made a difference. My repos now fail spellchecking, and I don't know what changed or how to fix it.
The only thing that seems to be different is that this is a 3 letter word (4 and 5 letter words seem to work)
Happens in github actions and reproduces on my local machine with:
codespell --check-filenames --check-hidden --skip ./.git,.py,.gif,.jpg,.png --ignore-words megaavr/extras/ci/codespell-ignore-words-list.txt