mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-04 23:26:26 +00:00
🔧 添加获取 FastAPI 实例的函数,更新配置文件路径以支持新的源文件
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 17s
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 17s
This commit is contained in:
@@ -25,7 +25,9 @@ dev = [
|
||||
# 辅助工具配置
|
||||
[tool.ruff]
|
||||
line-length = 140
|
||||
src = ["liteyukibot", "main.py"]
|
||||
src = ["liteyukibot", "cli", "main.py"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["I", "F", "E"]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user