Use the "black" profile for isort.

Otherwise they work against each other.
This commit is contained in:
Alexis Métaireau 2023-08-12 18:44:59 +02:00
parent b4df449bcb
commit 71cff89a00

View file

@ -37,6 +37,7 @@ isort_ignore = ["*migrations/*.py"]
[tool.isort]
skip_glob = ["*migrations/*.py"]
profile = "black"
[tool.black]
line-length = 88