Use the black profile for isort
This commit is contained in:
parent
45bb2681c7
commit
4083165123
|
@ -24,6 +24,9 @@ djhtml = "^1.5.2"
|
|||
djlint = "^1.19.11"
|
||||
isort = "^5.11.4"
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Reference in New Issue