mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24:51 +00:00
Fix
This commit is contained in:
parent
630d2c698e
commit
3efe8383e3
1 changed files with 5 additions and 5 deletions
|
|
@ -2,12 +2,12 @@ version = 1
|
||||||
|
|
||||||
[[analyzers]]
|
[[analyzers]]
|
||||||
name = "python"
|
name = "python"
|
||||||
|
enabled = true
|
||||||
|
dependency_file_paths = ["requirements.txt"]
|
||||||
|
|
||||||
[analyzers.meta]
|
[analyzers.meta]
|
||||||
runtime_version = "3.x.x"
|
runtime_version = "3.x.x"
|
||||||
|
max_line_length = 100
|
||||||
|
|
||||||
[[transformers]]
|
[[transformers]]
|
||||||
name = "isort"
|
name = "isort"
|
||||||
|
|
||||||
[[transformers]]
|
|
||||||
name = "yapf"
|
|
||||||
Loading…
Reference in a new issue