Run codespell as part of 'just lint'

This commit is contained in:
Simon Willison 2023-08-17 19:09:22 -07:00
commit 4aea34065c

View file

@ -15,6 +15,7 @@
pipenv run flake8
pipenv run mypy sqlite_utils tests
pipenv run cog --check README.md docs/*.rst
pipenv run codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
# Rebuild docs with cog
@cog: