GramCore/pyproject.toml

6 lines
93 B
TOML
Raw Permalink Normal View History

2023-12-16 09:36:19 +00:00
# 格式配置
[tool.black]
include = '\.pyi?$'
line-length = 120
target-version = ['py311']