Skip to content

Commit

Permalink
codespell>=2.5.5, also spellcheck README - refs #2089
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 29, 2023
1 parent ede6203 commit d45a721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_version():
"Sphinx==6.1.3",
"furo==2023.3.27",
"sphinx-autobuild",
"codespell",
"codespell>=2.2.5",
"blacken-docs",
"sphinx-copybutton",
],
Expand Down

0 comments on commit d45a721

Please sign in to comment.