Use djLint

This commit is contained in:
2023-01-17 00:54:27 +01:00
parent a3a923156e
commit 7791dd3d91
12 changed files with 453 additions and 264 deletions

View File

@ -32,3 +32,9 @@ profile = "black"
[tool.black]
line-length = 120
target-version = ["py311"]
[tool.djlint]
ignore = "D018,J018"
profile = "jinja"
max_line_length = 120
format_attribute_template_tags = true