mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-16 03:55:28 +00:00
13 lines
177 B
TOML
13 lines
177 B
TOML
version = 1
|
|
|
|
test_patterns = ["tests/**"]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
max_line_length = 120
|
|
|
|
[[transformers]]
|
|
name = "black" |