codespell should check sqlite_utils as well

It did in CI but did not in the Justfile
This commit is contained in:
Simon Willison 2026-07-25 14:53:46 -07:00
commit c621499ed1

View file

@ -16,6 +16,7 @@
uv run ty check sqlite_utils
uv run cog --check README.md docs/*.rst
uv run --group docs codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
uv run --group docs codespell sqlite_utils --ignore-words docs/codespell-ignore-words.txt
# Rebuild docs with cog
@cog: