chore: fix formatting

This commit is contained in:
2024-04-19 17:25:24 +02:00
parent 7d7699474d
commit 096a4713ae
2 changed files with 48 additions and 52 deletions
+7 -6
View File
@@ -6,18 +6,19 @@ return {
dependencies = {
"python3",
},
py_module_deps = {
"venv",
},
mason = {
name = "python-lsp-server",
post_install = {
{
command = "./venv/bin/pip",
-- command = "sh",
args = {
"install",
"python-lsp-black",
"python-lsp-isort",
-- "install",
-- "python-lsp-black",
-- "python-lsp-isort",
"--version",
-- "-c",
-- "./venv/bin/pip --version",
},
},
-- {