mirror of
https://github.com/PaiGramTeam/GramCore.git
synced 2024-11-21 21:58:04 +00:00
6 lines
93 B
TOML
6 lines
93 B
TOML
|
# 格式配置
|
||
|
[tool.black]
|
||
|
include = '\.pyi?$'
|
||
|
line-length = 120
|
||
|
target-version = ['py311']
|