sqlite-utils/sqlite_utils
Claude 9b83ae0325
Fix test failures caused by type hint changes
- Use TYPE_CHECKING guard in recipes.py to prevent typing imports from
  appearing in module namespace (fixes test_recipes_are_documented)
- Update test_convert_help to check for function names with type hints
  in a more flexible way
2025-12-15 19:28:45 +00: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 Database as a context manager, fixed many pytest warnings 2025-12-11 16:56:12 -08:00
db.py Add type hints to public APIs and configure mypy 2025-12-15 18:57:58 +00:00
hookspecs.py Add type hints to public APIs and configure mypy 2025-12-15 18:57:58 +00:00
plugins.py Add type hints to public APIs and configure mypy 2025-12-15 18:57:58 +00:00
py.typed py.typed file so mypy picks up the types, closes #331 2021-11-14 15:21:04 -08:00
recipes.py Fix test failures caused by type hint changes 2025-12-15 19:28:45 +00:00
utils.py Add type hints to public APIs and configure mypy 2025-12-15 18:57:58 +00:00