mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-06 00:24:10 +02:00
Run ty in just lint, matching CI
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
8dfbfa80b8
commit
2f599fc7c6
1 changed files with 2 additions and 1 deletions
3
Justfile
3
Justfile
|
|
@ -8,11 +8,12 @@
|
||||||
@run *options:
|
@run *options:
|
||||||
uv run -- {{options}}
|
uv run -- {{options}}
|
||||||
|
|
||||||
# Run linters: black, flake8, mypy, cog
|
# Run linters: black, flake8, mypy, ty, cog
|
||||||
@lint:
|
@lint:
|
||||||
just run black . --check
|
just run black . --check
|
||||||
uv run flake8
|
uv run flake8
|
||||||
uv run mypy sqlite_utils tests
|
uv run mypy sqlite_utils tests
|
||||||
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue