From 1f89580a42436e129facd57cd6f1ba7fbe16674c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 25 Jul 2026 17:30:34 -0700 Subject: [PATCH] Disable mypy and cog in 3.x branch too Refs #815 --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68bae1c..331c1fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,8 +46,3 @@ jobs: - name: Run tests run: | pytest -v - - name: run mypy - run: mypy sqlite_utils tests - - name: Check if cog needs to be run - run: | - cog --check --diff README.md docs/*.rst