feat: 删除 nonebot 配置,同时关闭了过长line的检查

pull/624/head
Rikki 2025-03-30 07:03:16 +08:00
parent f03d251b66
commit 1bc45ba75a
No known key found for this signature in database
GPG Key ID: 85E52EEE42578D11
1 changed files with 1 additions and 5 deletions

View File

@ -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