sqlite-utils/sqlite_utils
Simon Willison a055f4467f Fix CI: exclude typing imports from recipe docs, skip mypy on tests
- Add Callable and Optional to exclusion list in _generate_convert_help()
- Regenerate docs/cli-reference.rst with cog
- Add [mypy-tests.*] ignore_errors = True to skip test type errors

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 21:53:49 -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 CI: exclude typing imports from recipe docs, skip mypy on tests 2025-12-16 21:53:49 -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