From a1746bc66532e8c8fd57162cb737e08fbf412597 Mon Sep 17 00:00:00 2001 From: phi Date: Thu, 17 Oct 2024 20:59:52 +0900 Subject: [PATCH] chore: mypy local_partial_types=true --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 146b2f4..1dfcf55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,4 +68,5 @@ python_version = "3.8" strict = true disable_error_code = "import-untyped,overload-overlap,override" disallow_subclassing_any = false +local_partial_types = true mypy_path = "typings"