Skip to content

Commit 3ee1797

Browse files
committed
deps(converter): activate pydantic.mypy
1 parent 5ded8c7 commit 3ee1797

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

converter/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ dev = [
6060
"mongomock>=4.1.2",
6161
]
6262

63+
[tool.mypy]
64+
plugins = [
65+
"pydantic.mypy"
66+
]
67+
6368
[[tool.mypy.overrides]]
6469
module = ["jsonpath_ng.*", "prometheus_flask_exporter.*"]
6570
ignore_missing_imports = true

0 commit comments

Comments
 (0)