updated for python

This commit is contained in:
2025-10-27 17:30:49 -05:00
parent 959b107b81
commit 6b4a10b13d

View File

@@ -19,7 +19,8 @@ return {
graphql = { "prettier" },
liquid = { "prettier" },
lua = { "stylua" },
python = { "isort", "black" },
-- python = { "isort", "black" },
python = { "ruff" },
},
format_on_save = {
lsp_fallback = true,