From 1bc45ba75ad522866d37d4b2b4493ff51c116de2 Mon Sep 17 00:00:00 2001 From: Rikki Date: Sun, 30 Mar 2025 07:03:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=20nonebot=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=90=8C=E6=97=B6=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E4=BA=86=E8=BF=87=E9=95=BFline=E7=9A=84=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a480574..ccc5c566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,10 +3,6 @@ name = "MaiMaiBot" version = "0.1.0" description = "MaiMaiBot" -[tool.nonebot] -plugins = ["src.plugins.chat"] -plugin_dirs = ["src/plugins"] - [tool.ruff] include = ["*.py"] @@ -28,7 +24,7 @@ select = [ "B", # flake8-bugbear ] -ignore = ["E711"] +ignore = ["E711","E501"] [tool.ruff.format] docstring-code-format = true