From acb9a9f152a75ddaf97851ee42961a10401ff193 Mon Sep 17 00:00:00 2001 From: chasingegg Date: Fri, 10 Jan 2025 18:07:08 +0800 Subject: [PATCH] update Signed-off-by: chasingegg --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c3aaa2ec..722bbfc2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -199,4 +199,4 @@ builtins-ignorelist = [ "dict", # TODO "filter", ] - +builtins-allowed-modules = ["types"]