diff --git a/Justfile b/Justfile index 66863f6..7571ec3 100644 --- a/Justfile +++ b/Justfile @@ -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: