From 3da154457c41d286b6c9f04d9978340e7af9c410 Mon Sep 17 00:00:00 2001 From: gauravr Date: Mon, 7 Oct 2024 10:55:36 +0530 Subject: [PATCH] cleaning --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 312f694..eb25a93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,4 +18,7 @@ universal = 1 exclude = docs max-line-length = 88 +[isort] +multi_line_output = 3 + [aliases]