From 5d961074965a5d9979a622cdf6a76a754788ca41 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 27 May 2021 14:25:29 +0200 Subject: [PATCH] Don't configure isort twice --- pyproject.toml | 2 ++ setup.cfg | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8199e446a..f0637d8c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,8 @@ exclude = ''' [tool.isort] line_length = 100 +multi_line_output=0 +lines_after_imports=2 [build-system] requires = ["setuptools >= 46.4.0", "wheel"] diff --git a/setup.cfg b/setup.cfg index 26434791f..4882c29bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,11 +48,6 @@ exclude = .eggs, user_data, -[isort] -line_length=100 -multi_line_output=0 -lines_after_imports=2 - [mypy] ignore_missing_imports = True