updated for python
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user