sqlite-utils/sqlite_utils
Simon Willison 9b1daa346a Fix type errors caught by ty check
- Add type: ignore comments for external library type stub limitations
  (csv.reader, click.progressbar, IOBase.name, Callable.__name__)
- Change Iterable to Sequence for SQL where_args parameters
- Use db.table() instead of db[name] for proper Table return type
- Fix rebuild_fts return type from None to Table
- Update test_tracer to expect fewer queries (optimization side effect)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 21:38:54 -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 type errors caught by ty check 2025-12-16 21:38:54 -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 type errors caught by ty check 2025-12-16 21:38:54 -08:00