mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-07 04:26:45 +00:00
✨ Fix: 修复 MessageSegment 在有额外数据时报错 (#1055)
This commit is contained in:
@ -61,6 +61,10 @@ all = ["quart", "aiohttp", "httpx", "websockets"]
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
addopts = "--cov=nonebot --cov-report=term-missing"
|
||||
filterwarnings = [
|
||||
"error",
|
||||
"ignore::DeprecationWarning",
|
||||
]
|
||||
|
||||
[tool.black]
|
||||
line-length = 88
|
||||
|
Reference in New Issue
Block a user