fix(isort): Make it compatible with black
This commit is contained in:
parent
97dc77fd5d
commit
2f5482a091
1 changed files with 3 additions and 0 deletions
|
@ -28,3 +28,6 @@ profile = "django"
|
|||
|
||||
[tool.djlint.js]
|
||||
indent_size = 4
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
|
Loading…
Reference in a new issue