sqlite-utils/sqlite_utils
Simon Willison 683d9cac0c Fix mypy type errors
- Add type: ignore comments for runtime-valid patterns mypy can't verify
- Fix new_column_types annotation to Dict[str, Set[type]]
- Add type: ignore for Default sentinel values passed to create_table

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 21:45:40 -08:00
..
__init__.py prepare_connection plugin hook 2023-07-22 15:59:08 -07:00
__main__.py Support 'python -m sqlite_utils', closes #368 2022-01-08 18:33:22 -08:00
cli.py Fix type errors caught by ty check 2025-12-16 21:38:54 -08:00
db.py Fix mypy type errors 2025-12-16 21:45:40 -08:00
hookspecs.py Add comprehensive type annotations 2025-12-16 21:31:36 -08:00
plugins.py Add comprehensive type annotations 2025-12-16 21:31:36 -08:00
py.typed py.typed file so mypy picks up the types, closes #331 2021-11-14 15:21:04 -08:00
recipes.py Add comprehensive type annotations 2025-12-16 21:31:36 -08:00
utils.py Fix mypy type errors 2025-12-16 21:45:40 -08:00