Browse Source

Run codespel.

Jelmer Vernooij 2 years ago
parent
commit
8c8b0ede19
2 changed files with 7 additions and 0 deletions
  1. 3 0
      .codespellrc
  2. 4 0
      .github/workflows/pythontest.yml

+ 3 - 0
.codespellrc

@@ -0,0 +1,3 @@
+[codespell]
+skip = .git,.mypy_cache,build
+ignore-words-list = fpr,claus,feld,nd,bu,ue,te,fo

+ 4 - 0
.github/workflows/pythontest.yml

@@ -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
         run: |
           pip install --upgrade coverage