Skip to content

Commit e3d5057

Browse files
committed
Add pydantic mypy plugin
1 parent 5b1f8d0 commit e3d5057

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ url = "https://test.pypi.org/simple/"
9696
publish-url = "https://test.pypi.org/legacy/"
9797
explicit = true
9898

99+
[tool.mypy]
100+
plugins = ['pydantic.mypy']
101+
99102
[tool.pyright]
100103
include = ["src"]
101104
exclude = [

0 commit comments

Comments
 (0)