Run ty in CI

This commit is contained in:
Simon Willison 2025-12-16 19:01:52 -08:00
commit 0b5de033cc
2 changed files with 3 additions and 0 deletions

View file

@ -45,6 +45,8 @@ jobs:
run: mypy sqlite_utils tests
- name: run flake8
run: flake8
- name: run ty
run: ty check
- name: Check formatting
run: black . --check
- name: Check if cog needs to be run