pyproject dependent linters

This commit is contained in:
2026-04-28 17:07:18 +02:00
parent 68484156fc
commit d0f14ed4a1
2 changed files with 38 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ return {
conform.setup {
formatters_by_ft = {
lua = { "stylua" },
python = { "isort", "black", lsp_format = "fallback" },
python = { "isort", "black", "ruff", lsp_format = "fallback" },
gotmpl = { "djlint" }
},
format_on_save = {