From 5cda58e8fc63ecdedead0e5d6c067e2047674016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E6=B4=8B=E4=B8=89=E6=B4=8B?= <1258009915@qq.com> Date: Mon, 3 Mar 2025 00:54:57 +0800 Subject: [PATCH] [chore] Ignore ruff lint E741 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 312a499..9335346 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ ignore = [ "F841", "E501", "W293", + "E741", ] [tool.hatch.build.targets.wheel]