Re-add [tool.black] to pyproject.toml with placeholder to prevent removal

This commit is contained in:
Adam Goldsmith 2023-09-07 10:55:08 -04:00
parent 28abbf69f8
commit 08ff37de7d

View File

@ -32,6 +32,9 @@ server = [
"setuptools~=68.2",
]
[tool.black]
line-length = 88
[tool.djlint]
profile="django"
extension = ".dj.html"