Try running ty with uv

This commit is contained in:
Simon Willison 2025-12-16 19:22:29 -08:00
commit 636c6d744e

View file

@ -46,7 +46,9 @@ jobs:
- name: run flake8
run: flake8
- name: run ty
run: ty check sqlite_utils --python "$(which python)"
run: |
pip install uv
uv run ty check sqlite_utils
- name: Check formatting
run: black . --check
- name: Check if cog needs to be run