Don't configure isort twice

This commit is contained in:
Matthias 2021-05-27 14:25:29 +02:00
parent 9fbc5c0537
commit 5d96107496
2 changed files with 2 additions and 5 deletions

View File

@ -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"]

View File

@ -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