1 parent dde7a12 commit 3116759Copy full SHA for 3116759
1 file changed
pyproject.toml
@@ -49,6 +49,9 @@ build-backend = "hatchling.build"
49
include = [
50
"/src",
51
]
52
+exclude = [
53
+ "*_test.py",
54
+]
55
56
[tool.mypy]
57
plugins = "pydantic.mypy"
0 commit comments