mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix for codespell recipe
This commit is contained in:
parent
ff710ed7eb
commit
e9f598609b
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -15,7 +15,7 @@ export DATASETTE_SECRET := "not_a_secret"
|
|||
pipenv run codespell README.md --ignore-words docs/codespell-ignore-words.txt
|
||||
pipenv run codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
|
||||
pipenv run codespell datasette -S datasette/static --ignore-words docs/codespell-ignore-words.txt
|
||||
pipenv run tests --ignore-words docs/codespell-ignore-words.txt
|
||||
pipenv run codespell tests --ignore-words docs/codespell-ignore-words.txt
|
||||
|
||||
# Run linters: black, flake8, mypy, cog
|
||||
@lint: codespell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue