| [mypy] | |
| python_version = 3.11 | |
| strict = True | |
| warn_return_any = True | |
| warn_unused_ignores = True | |
| # Client library — strict checking | |
| [mypy-client.*] | |
| disallow_untyped_defs = True | |
| disallow_any_generics = True | |
| # Third-party stubs | |
| [mypy-tenacity.*] | |
| ignore_missing_imports = True | |
| [mypy-sentence_transformers.*] | |
| ignore_missing_imports = True | |
| [mypy-sklearn.*] | |
| ignore_missing_imports = True | |
| [mypy-yaml.*] | |
| ignore_missing_imports = True | |