From 5121a0af02ab998253b064e368d2463b6828a4b7 Mon Sep 17 00:00:00 2001 From: "Armando D. Galiati" Date: Tue, 2 Jul 2024 21:57:10 -0300 Subject: [PATCH] . --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 3873e44f..4abe6027 100644 --- a/init.lua +++ b/init.lua @@ -663,7 +663,7 @@ require('lazy').setup({ end, formatters_by_ft = { -- Conform can also run multiple formatters sequentially - python = { "isort", "black" }, + python = { 'black' }, -- -- You can use a sub-list to tell conform to run *until* a formatter -- is found.