mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 04:14:30 +02:00
codespell should check sqlite_utils as well
It did in CI but did not in the Justfile
This commit is contained in:
parent
69a1c0d960
commit
c621499ed1
1 changed files with 1 additions and 0 deletions
1
Justfile
1
Justfile
|
|
@ -16,6 +16,7 @@
|
||||||
uv run ty check sqlite_utils
|
uv run ty check sqlite_utils
|
||||||
uv run cog --check README.md docs/*.rst
|
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 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
|
# Rebuild docs with cog
|
||||||
@cog:
|
@cog:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue