Skip to content

Commit cd47283

Browse files
committed
faster mypy evals
Signed-off-by: Jack Luar <[email protected]>
1 parent 7875828 commit cd47283

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

evaluation/pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@ warn_unused_ignores = true
5454
strict_optional = true
5555
disable_error_code = ["call-arg"]
5656
explicit_package_bases = true
57-
exclude = "src/post_install.py"
57+
exclude = [
58+
"src/post_install.py",
59+
".venv",
60+
".mypy_cache",
61+
".ruff_cache",
62+
]
5863

5964
[[tool.mypy.overrides]]
6065
module = ["deepeval.*", "huggingface_hub.*", "vertexai.*", "pandas.*", "plotly.*"]

0 commit comments

Comments
 (0)