From ba6a60214ccefe2218ebe4c3be7a0d0a35e8c19e Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 15 Jul 2026 23:01:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20ruff=E6=8E=92=E9=99=A4hostexecutor?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=20-=20=E9=81=BF=E5=85=8Dhost=20executor?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E6=89=AB=E5=88=B0runner=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 00d33b71f..06003dc3b 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,6 +63,7 @@ exclude = [ ".next", "dist", "build", + "hostexecutor", ] [tool.ruff.lint]