diff --git a/.helix/languages.toml b/.helix/languages.toml new file mode 100644 index 000000000..34b7be5cb --- /dev/null +++ b/.helix/languages.toml @@ -0,0 +1,10 @@ +[[language]] +name = "python" +language-servers = ["basedpyright", "pylsp"] +formatter = { command = "black", args = [ + "--target-version", + "py311", + "--line-length", + "120", + "--skip-string-normalization", +] }