GramCore/pyproject.toml
2023-12-16 17:36:19 +08:00

6 lines
93 B
TOML

# 格式配置
[tool.black]
include = '\.pyi?$'
line-length = 120
target-version = ['py311']