mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-12-04 02:54:49 +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"]
|