From 147cbffba8840c3e17e0832a7ad95fc4fbeb6a2b Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 4 Nov 2025 10:08:54 -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 4e8cb45..3746afb 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