We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81e5c0 commit d1e5743Copy full SHA for d1e5743
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install .
24
- name: Discover typos with codespell
25
run: |
26
- codespell --skip="*.csv,*.geojson,*.json,*.js,*.html,*cff,./.git" --ignore-words-list="aci,hist"
+ codespell --skip="*.csv,*.geojson,*.json,*.js,*.html,*cff,*.bib,./.git" --ignore-words-list="aci,hist"
27
- name: PKG-TEST
28
29
python -m unittest discover tests/
0 commit comments