summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helix/.config/helix/languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix/.config/helix/languages.toml b/helix/.config/helix/languages.toml
index 6624a1a..ff9e656 100644
--- a/helix/.config/helix/languages.toml
+++ b/helix/.config/helix/languages.toml
@@ -6,5 +6,5 @@ config = { checkOnSave = { command = "clippy" }, cargo = { allFeatures = true },
name = "python"
language-server = { command = "pyright-langserver", args = ["--stdio"] }
config = {}
-formatter = { command = "black", args = ["--quiet", "-"] }
+formatter = { command = "black", args = ["--target-version=py311", "--quiet", "-"] }
auto-format = true