mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-26 01:23:16 +00:00
fix(smoke): add pydantic mypy plugin to smoke-tests (#14111)
This commit is contained in:
parent
d1ff75db51
commit
127ecca3bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user