From e61eaa291b161890fe1828f84130f11a87379172 Mon Sep 17 00:00:00 2001 From: Ada Date: Tue, 26 Sep 2023 16:12:57 +0200 Subject: [PATCH] remove(lint): deprecated format option --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 006ee48..20163ed 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,6 @@ exclude = [ "instances", "schema.sql" ] -format = "grouped" [tool.isort] profile = "black"