mirror of
https://github.com/searxng/searxng.git
synced 2026-06-11 20:37:51 +02:00
12 lines
298 B
TOML
12 lines
298 B
TOML
[[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
|