feat: add venv selector and use pylint local when available

This commit is contained in:
Stevan Freeborn
2025-03-15 17:37:50 -05:00
parent 4bd263838b
commit b257849066
3 changed files with 62 additions and 14 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ return {
null_ls.builtins.formatting.prettier,
null_ls.builtins.formatting.black,
null_ls.builtins.formatting.isort,
null_ls.builtins.diagnostics.pylint,
null_ls.builtins.diagnostics.pylint.with({
prefer_local = "Scripts/pylint",
}),
}
})