From 4aea34065c3982659493294d7fa4b42cbf11f15e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 17 Aug 2023 19:09:22 -0700 Subject: [PATCH] Run codespell as part of 'just lint' --- Justfile | 1 + 1 file changed, 1 insertion(+) 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: