From 3aae6872e6c8482b28832c29362599a71985b1bc Mon Sep 17 00:00:00 2001 From: GUAN MING Date: Fri, 14 Mar 2025 23:53:23 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20turn=20on=20reportImplicitO?= =?UTF-8?q?verride?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ed426d9..7425a636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ enableTypeIgnoreComments = false enableReachabilityAnalysis = false reportCallInDefaultInitializer = true reportImportCycles = true -reportImplicitOverride = false +reportImplicitOverride = true reportInvalidStubStatement = false # see execution environments reportMissingSuperCall = false reportPrivateUsage = false