We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2681e commit 4aea340Copy full SHA for 4aea340
1 file changed
Justfile
@@ -15,6 +15,7 @@
15
pipenv run flake8
16
pipenv run mypy sqlite_utils tests
17
pipenv run cog --check README.md docs/*.rst
18
+ pipenv run codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
19
20
# Rebuild docs with cog
21
@cog:
0 commit comments