Skip to content

Commit

Permalink
Run codespell as part of 'just lint'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 18, 2023
1 parent ba2681e commit 4aea340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4aea340

Please sign in to comment.