fix(smoke): add pydantic mypy plugin to smoke-tests (#14111)

This commit is contained in:
Harshal Sheth 2025-07-16 22:33:46 -07:00 committed by GitHub
parent d1ff75db51
commit 127ecca3bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,7 @@ ban-relative-imports = "all"
"__init__.py" = ["F401"]
[tool.mypy]
plugins = ["pydantic.mypy", "pydantic.v1.mypy"]
exclude = "^(venv/|build/|dist/)"
ignore_missing_imports = true
namespace_packages = false
@ -75,4 +76,4 @@ disallow_untyped_decorators = true
warn_unused_configs = true
# eventually we'd like to enable these
disallow_incomplete_defs = false
disallow_untyped_defs = false
disallow_untyped_defs = false