From 92336ca5f3a7d2e0f931d7dacb9abd58843eeb6f Mon Sep 17 00:00:00 2001 From: Vivien <34387011+vivien8261@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:13:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E7=94=9F=E4=B9=8B=E8=B7=9F?= =?UTF-8?q?=E7=9D=80=20pylint=20=E5=AD=A6=E5=86=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pylint.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/pylint.conf b/pylint.conf index 230b645..9df0156 100644 --- a/pylint.conf +++ b/pylint.conf @@ -441,6 +441,7 @@ disable=fixme, too-many-branches, too-many-instance-attributes, too-many-arguments, + too-many-statements, too-many-locals, too-many-nested-blocks, too-many-public-methods,