This commit is contained in:
2025-04-10 21:57:59 -07:00
parent b4789ac055
commit 3038404b0a
5 changed files with 96 additions and 89 deletions

View File

@@ -4,7 +4,7 @@ return {
require("lint").linters_by_ft = {
markdown = { "markdownlint" },
lua = { "luacheck" },
py = { "pylint", "pydocstyle", "pycodestyle", "mypy" },
py = { "flake8", "pylint", "pydocstyle", "pycodestyle", "mypy" },
sh = { "shellcheck" },
json = { "jsonlint" },
yaml = { "yamllint" },