[[language]] name = "rust" auto-format = true [[language]] name = "python" scope = "source.python" auto-format = true shebangs = ["python", "python3"] roots = ["pyproject.toml", "setup.py", "setup.cfg", "SConstruct"] max-line-length = 120 language-server = { command = "pylsp" } [language.config.pylsp.plugins.flake8] enabled = true maxComplexity = 10 maxLineLength = 120 [language.config.pylsp.plugins.pycodestyle] enabled = false [language.config.pylsp.plugins.pydocstyle] enabled = true formatter = { command = "black"}