mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-12 11:34:09 +02:00
Try running ty with uv
This commit is contained in:
parent
85cb56e194
commit
636c6d744e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue