mirror of
https://github.com/rodneyosodo/smart-farm-africastalking-hackathon.git
synced 2026-06-23 04:10:17 +00:00
16 lines
203 B
TOML
16 lines
203 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
|
|
[[transformers]]
|
|
name = "autopep8"
|
|
enabled = true
|
|
|
|
[[transformers]]
|
|
name = "yapf"
|
|
enabled = true |