From d16dd7d93ee4611a74fd8e03db33cfd9c34177de Mon Sep 17 00:00:00 2001 From: Kevin <kevin.krechan@hochfrequenz.de> Date: Tue, 8 Jun 2021 08:46:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20black=20profile=20to=20iso?= =?UTF-8?q?rt=20to=20avoid=20conflicts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6da0fb7..cbf25b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ line-length = 120 [tool.isort] line_length = 120 +profile = "black" [tool.pylint."MESSAGES CONTROL"] max-line-length = 120