mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-12-04 11:04:50 +08:00
6 lines
121 B
TOML
6 lines
121 B
TOML
|
[tool.ruff]
|
||
|
extend = "../pyproject.toml"
|
||
|
|
||
|
[tool.ruff.lint.isort]
|
||
|
known-first-party = ["nonebot", "fake_server", "utils"]
|