Skip to content

Commit 4aea340

Browse files
committed
Run codespell as part of 'just lint'
1 parent ba2681e commit 4aea340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
pipenv run flake8
1616
pipenv run mypy sqlite_utils tests
1717
pipenv run cog --check README.md docs/*.rst
18+
pipenv run codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
1819

1920
# Rebuild docs with cog
2021
@cog:

0 commit comments

Comments
 (0)