Use the black profile for isort

This commit is contained in:
Lukáš Kucharczyk 2023-11-17 09:15:18 +01:00
parent f4bdb0a3e2
commit 12159e00c1
1 changed files with 3 additions and 0 deletions

View File

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