mirror of
https://github.com/PaiGramTeam/python-genshin-artifact.git
synced 2024-11-16 04:35:36 +00:00
17 lines
214 B
TOML
17 lines
214 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "rust"
|
|
|
|
[analyzers.meta]
|
|
msrv = "stable"
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
max_line_length = 120
|
|
|
|
[[transformers]]
|
|
name = "black" |