updated for python
This commit is contained in:
@@ -19,7 +19,8 @@ return {
|
|||||||
graphql = { "prettier" },
|
graphql = { "prettier" },
|
||||||
liquid = { "prettier" },
|
liquid = { "prettier" },
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
python = { "isort", "black" },
|
-- python = { "isort", "black" },
|
||||||
|
python = { "ruff" },
|
||||||
},
|
},
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
lsp_fallback = true,
|
lsp_fallback = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user