From 8cf0011720f3a5d6cf88120d679de2fde279ee1f Mon Sep 17 00:00:00 2001 From: qzl Date: Wed, 8 Apr 2026 17:44:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=85=8D=E7=BD=AE=20basedpyright=20?= =?UTF-8?q?=E5=B0=86=E7=89=B9=E5=AE=9A=E6=A3=80=E6=9F=A5=E9=99=8D=E7=BA=A7?= =?UTF-8?q?=E4=B8=BA=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - reportMissingTypeArgument: 泛型类型参数警告(不影响运行) - reportConstantRedefinition: 常量重定义警告(风格问题) - reportMissingImports: 导入解析警告(部分模块未实现) --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2065d15..e33b13b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,9 +56,3 @@ reportImplicitRelativeImport = "warning" reportMissingTypeArgument = "warning" reportConstantRedefinition = "warning" reportMissingImports = "warning" -reportGeneralTypeIssues = "warning" -reportUnannotatedClassAttribute = "warning" -reportUnknownMemberType = "warning" -reportUnknownVariableType = "warning" -reportUnsupportedDunderAll = "none" -reportDeprecated = "none"