mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 19:04:32 +02:00
Run codespell as part of 'just lint'
This commit is contained in:
parent
ba2681e769
commit
4aea34065c
1 changed files with 1 additions and 0 deletions
1
Justfile
1
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue