Moved content from pyproject.toml to setup.cfg

pyproject.toml is not conforming with PEP 621 and
only used for setting a profile for isort.

Change-Id: Ic0bf6ebef94385ca70bfd16152c828cfbbd059df
This commit is contained in:
Jakob Meng 2022-03-25 14:01:32 +01:00
parent ed6b3e37e8
commit 2991e8f97e
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +0,0 @@
[tool.isort]
profile = "black"

View File

@ -40,3 +40,6 @@ max-line-length = 88
extend-ignore = E203,E501,W503
show-source = True
builtins = _
[isort]
profile=black