2023-06-25 16:25:51 -07:00
|
|
|
[mypy]
|
2025-12-16 21:31:36 -08:00
|
|
|
python_version = 3.10
|
|
|
|
|
warn_return_any = False
|
|
|
|
|
warn_unused_configs = True
|
|
|
|
|
warn_redundant_casts = False
|
|
|
|
|
warn_unused_ignores = False
|
|
|
|
|
check_untyped_defs = True
|
|
|
|
|
disallow_untyped_defs = False
|
|
|
|
|
disallow_incomplete_defs = False
|
|
|
|
|
no_implicit_optional = True
|
|
|
|
|
strict_equality = True
|
2023-06-25 16:25:51 -07:00
|
|
|
|
2025-12-16 21:31:36 -08:00
|
|
|
[mypy-sqlite_utils.cli]
|
|
|
|
|
ignore_errors = True
|
|
|
|
|
|
|
|
|
|
[mypy-pysqlite3.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
|
|
[mypy-sqlean.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
|
|
[mypy-sqlite_dump.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
|
|
[mypy-sqlite_fts4.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
|
|
[mypy-pandas.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
|
|
[mypy-numpy.*]
|
|
|
|
|
ignore_missing_imports = True
|
2025-12-16 21:50:09 -08:00
|
|
|
|
|
|
|
|
[mypy-tests.*]
|
|
|
|
|
ignore_errors = True
|