Disable mypy and cog in 3.x branch too

Refs #815
This commit is contained in:
Simon Willison 2026-07-25 17:30:34 -07:00
commit 1f89580a42

View file

@ -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