spaCy icon indicating copy to clipboard operation
spaCy copied to clipboard

Fix typos discovered by codespell

Open cclauss opened this issue 4 months ago • 0 comments

Description

Types of change

codespell --skip="./spacy/lang/*,./spacy/tests/lang/*,./spacy/util.py,*.json*,*.pyx,*.svg" \
    --ignore-words-list=bu,fo,fpr,ines,ist,nam,nd,noo,notin,oder,pres,sie,te,teh,testin,uner,varius \
    --write-changes

https://pypi.org/project/codespell

Unfortunately, the required black and isort formatting and mypy fixes make the diff more difficult to read.

Dependency blis fails to build. :-( https://github.com/explosion/cython-blis

Related to:

  • #13859

Checklist

  • [x] I confirm that I have the right to submit this contribution under the project's MIT license.
  • [ ] I ran the tests, and all new and existing tests passed.
  • [ ] My changes don't require a change to the documentation, or if they do, I've added all required information.

cclauss avatar Aug 31 '25 13:08 cclauss