python formatter

This commit is contained in:
Noa Aarts 2025-08-15 20:37:47 +02:00
parent a48a31ea36
commit e387924ffc
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 2 additions and 1 deletions

View file

@ -509,7 +509,7 @@ require("lazy").setup({
formatters_by_ft = {
lua = { "stylua" },
-- Conform can also run multiple formatters sequentially
python = { "black" },
python = { "black", "pyright" },
go = { "gofmt" },