added base protocol types that every app in this monorepo import it
This commit is contained in:
@@ -81,6 +81,11 @@ strict = true
|
||||
# Pydantic plugin for correct model field inference
|
||||
plugins = ["pydantic.mypy"]
|
||||
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = "protocol.*"
|
||||
ignore_errors = true
|
||||
|
||||
[tool.pydantic-mypy]
|
||||
init_forbid_extra = true
|
||||
warn_required_dynamic_aliases = true
|
||||
|
||||
Reference in New Issue
Block a user