Files
microsoft--semantic-kernel/python/mypy.ini
T
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

26 lines
574 B
INI

[mypy]
plugins = pydantic.mypy
ignore_missing_imports = true
[pydantic-mypy]
init_forbid_extra = false
init_typed = false
warn_required_dynamic_aliases = false
warn_untyped_fields = true
[mypy-semantic_kernel]
no_implicit_reexport = true
[mypy-semantic_kernel.data.*]
disable_error_code = method-assign
[mypy-semantic_kernel.memory.*]
ignore_errors = true
# TODO (eavanvalkenburg): remove this when removing the memory stores
[mypy-semantic_kernel.connectors.memory_stores.*]
ignore_errors = true
# TODO (eavanvalkenburg): remove this when removing the memory stores