From cf2df9f6ad0031518de8aebebc27d4f705928eea Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Wed, 4 Dec 2024 14:57:53 +0530 Subject: [PATCH] fix(CI): configure test time type checking (#2473) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0b7dffd3c0..a02b6b6de1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,9 @@ dynamic = ["version"] requires = ["flit_core >=3.4,<4"] build-backend = "flit_core.buildapi" +[tool.frappe.testing.function_type_validation] +max_module_depth = 0 + [tool.ruff] line-length = 110 target-version = "py310"