mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
11 lines
147 B
TOML
11 lines
147 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
max_line_length = 120
|
|
|
|
[[transformers]]
|
|
name = "black" |