Add pydantic plugin to mypy to eliminate incorrect lint errors
This commit is contained in:
parent
f3d0f003fb
commit
1de5aa30af
@ -84,3 +84,5 @@ version_files = [
|
||||
"pyproject.toml:^version"
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
plugins = "pydantic.mypy"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user