mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
Use the "black" profile for isort.
Otherwise they work against each other.
This commit is contained in:
parent
b4df449bcb
commit
71cff89a00
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ isort_ignore = ["*migrations/*.py"]
|
|||
|
||||
[tool.isort]
|
||||
skip_glob = ["*migrations/*.py"]
|
||||
profile = "black"
|
||||
|
||||
[tool.black]
|
||||
line-length = 88
|
||||
|
|
Loading…
Reference in a new issue