mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
codespell>=2.5.5, also spellcheck README - refs #2089
This commit is contained in:
parent
ede6203618
commit
d45a7213ed
2 changed files with 2 additions and 1 deletions
1
.github/workflows/spellcheck.yml
vendored
1
.github/workflows/spellcheck.yml
vendored
|
|
@ -26,5 +26,6 @@ jobs:
|
|||
pip install -e '.[docs]'
|
||||
- name: Check spelling
|
||||
run: |
|
||||
codespell README.md --ignore-words docs/codespell-ignore-words.txt
|
||||
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
|
||||
codespell datasette -S datasette/static --ignore-words docs/codespell-ignore-words.txt
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -72,7 +72,7 @@ setup(
|
|||
"Sphinx==6.1.3",
|
||||
"furo==2023.3.27",
|
||||
"sphinx-autobuild",
|
||||
"codespell",
|
||||
"codespell>=2.2.5",
|
||||
"blacken-docs",
|
||||
"sphinx-copybutton",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue