mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-19 18:36:42 +00:00
🚨 Develop: 完全使用 ruff 替代 isort 与 black (#3151)
This commit is contained in:
5
tests/pyproject.toml
Normal file
5
tests/pyproject.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[tool.ruff]
|
||||
extend = "../pyproject.toml"
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["nonebot", "fake_server", "utils"]
|
Reference in New Issue
Block a user