@@ -1,3 +1,3 @@
[codespell]
skip = .git,.mypy_cache,build,testdata
-ignore-words-list = fpr,claus,feld,nd,bu,ue,te,fo,afile,Manuel
+ignore-words-list = fpr,claus,feld,nd,bu,ue,te,fo,afile,manuel
@@ -50,7 +50,7 @@ jobs:
- name: codespell
run: |
pip install --upgrade codespell
- codespell .
+ codespell --config .codespellrc .
- name: Coverage test suite run
pip install --upgrade coverage
@@ -78,3 +78,8 @@ apidocs:
fix:
ruff check --fix .
+
+.PHONY: codespell
+codespell: