enable docformatter

This commit is contained in:
2025-01-23 19:01:33 +02:00
parent 02035c0466
commit a0b3ab63ef
2 changed files with 18 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ return {
lua = { "stylua" },
css = { "prettier" },
scss = { "prettier" },
python = { "ruff_format", "ruff_fix", "ruff_organize_imports" },
python = { "ruff_format", "ruff_fix", "ruff_organize_imports", "docformatter" },
go = { "goimports", "gofmt" },
javascript = js,
javascriptreact = js,