@@ -0,0 +1,3 @@
+[codespell]
+skip = .git,.mypy_cache,build
+ignore-words-list = fpr,claus,feld,nd,bu,ue,te,fo
@@ -47,6 +47,10 @@ jobs:
- name: Build
run: |
python setup.py build_ext -i
+ - name: codespell
+ run: |
+ pip install --upgrade codespell
+ codespell .
- name: Coverage test suite run
pip install --upgrade coverage