Skip to content

Commit 51fb98a

Browse files
committed
fix: add no-any-return and call-overload to mypy overrides for runtime helpers
1 parent 342e902 commit 51fb98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ ignore_missing_imports = true
226226

227227
[[tool.mypy.overrides]]
228228
module = ["codeflash.code_utils.codeflash_wrap_decorator", "codeflash.code_utils.instrument_existing_tests"]
229-
disable_error_code = ["attr-defined", "return-value", "no-untyped-call", "no-untyped-def", "arg-type", "assignment", "var-annotated"]
229+
disable_error_code = ["attr-defined", "return-value", "no-untyped-call", "no-untyped-def", "arg-type", "assignment", "var-annotated", "no-any-return", "call-overload"]
230230

231231
[tool.pydantic-mypy]
232232
init_forbid_extra = true

0 commit comments

Comments
 (0)