xiaozhi/py-xiaozhi-main/pyproject.toml
2025-07-18 13:14:28 +08:00

8 lines
105 B
TOML
Executable File

[tool.black]
line-length = 88
target-version = ['py39']
[tool.isort]
profile = "black"
line_length = 88