fix(isort): Make it compatible with black

This commit is contained in:
Tom Hubrecht 2024-09-27 10:56:22 +02:00
parent 97dc77fd5d
commit 2f5482a091
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -28,3 +28,6 @@ profile = "django"
[tool.djlint.js]
indent_size = 4
[tool.isort]
profile = "black"