From 107fc66ac7705260dd1a4085c8b484a59d1ba877 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 4 Nov 2025 10:30:14 -0500 Subject: [PATCH] .isort.cfg: Use black profile Signed-off-by: mulhern --- .isort.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.isort.cfg b/.isort.cfg index f897925..ada2e29 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,9 +1,5 @@ [settings] -multi_line_output=3 -include_trailing_comma=True -force_grid_wrap=0 -use_parentheses=True -line_length=88 +profile = black sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCAL,LOCALFOLDER