From b8816bfe063f67bd0daf24d58d8a5b1d25705818 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 4 Nov 2025 09:57:15 -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 f9b901a..39b99b8 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