2026-06-09 20:39:49 +02:00
|
|
|
[[language]]
|
|
|
|
|
name = "python"
|
|
|
|
|
language-servers = ["basedpyright", "pylsp"]
|
2026-06-11 11:01:00 +02:00
|
|
|
auto-format = true
|
|
|
|
|
|
|
|
|
|
[language-server.pylsp.config.pylsp]
|
|
|
|
|
plugins.pylint.enabled = true
|
|
|
|
|
plugins.isort.enabled = true
|
|
|
|
|
plugins.black.enabled = true
|
|
|
|
|
plugins.black.skip_string_normalization = true
|
|
|
|
|
plugins.black.line_length = 120
|