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