summaryrefslogtreecommitdiff
path: root/.helix/languages.toml
blob: 5d83dcf323b704cfa8289653674b89908a56d655 (plain)
1
2
3
4
5
6
7
8
9
10
11
[[language]]
name = "python"
language-servers = ["basedpyright", "pylsp"]
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