feat: added python packages

This commit is contained in:
root
2025-08-07 18:16:15 +00:00
parent b05ed0b5aa
commit b465245c46
2 changed files with 10 additions and 1 deletions
+10
View File
@@ -11,6 +11,16 @@ return {
ensure_installed = {
-- { "vue-language-server", version = "1.8.27" },
"black",
"python-lsp-server",
"mypy",
"pylint",
"flake8",
"pylama",
"bandit",
"pydocstyle",
"pyproject-flake8",
"pyproject-fmt",
"reorder-python-imports",
},
},
},