ADD: black and isort config

This commit is contained in:
rui.luo 2024-10-22 11:04:18 +08:00
parent ed4b772549
commit 86ee03cf92

5
pyproject.toml Normal file
View File

@ -0,0 +1,5 @@
[tool.black]
line-length = 120
[tool.isort]
profile = "black"