Skip to content

Commit 1ee1610

Browse files
committed
fix typing errors
1 parent 5dcbf3c commit 1ee1610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ warn_unreachable = true
195195
local_partial_types = true
196196
plugins = [
197197
"pydantic.mypy",
198-
"numpy.typing.mypy_plugin",
199198
]
200199
mypy_path = "autointent"
201200
disable_error_code = ["override"]
@@ -220,6 +219,7 @@ module = [
220219
"wandb",
221220
"dspy",
222221
"dspy.evaluate.auto_evaluation",
222+
"evaluate",
223223
]
224224
ignore_missing_imports = true
225225

0 commit comments

Comments
 (0)