mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed spelling error, refs #2089
Also ensure codespell runs as part of just lint
This commit is contained in:
parent
84b32b447a
commit
99ba051188
2 changed files with 2 additions and 2 deletions
2
Justfile
2
Justfile
|
|
@ -17,7 +17,7 @@ export DATASETTE_SECRET := "not_a_secret"
|
|||
pipenv run codespell datasette -S datasette/static --ignore-words docs/codespell-ignore-words.txt
|
||||
|
||||
# Run linters: black, flake8, mypy, cog
|
||||
@lint:
|
||||
@lint: codespell
|
||||
pipenv run black . --check
|
||||
pipenv run flake8
|
||||
pipenv run cog --check README.md docs/*.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue