From 8acbfd2e8e66f7c30f089ca9955f36394732ac3d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 16 Dec 2025 19:03:30 -0800 Subject: [PATCH] ty check sqlite_utils --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01dc552..ac9ad67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: - name: run flake8 run: flake8 - name: run ty - run: ty check + run: ty check sqlite_utils - name: Check formatting run: black . --check - name: Check if cog needs to be run