From 1de2ea88e59bb1273bf1a1285196f8802b7e71dc Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 27 May 2021 18:27:09 -0400 Subject: [PATCH] isort: Use profile = black --- setup.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 21e1c85..5ee3039 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,9 +5,5 @@ max-line-length = 119 extend-ignore = E203, W503 [isort] -multi_line_output = 3 -include_trailing_comma = True -force_grid_wrap = 0 -use_parentheses = True -ensure_newline_before_comments = True +profile = black line_length = 119