Use djLint

This commit is contained in:
Joakim Hellsén 2023-01-17 00:54:27 +01:00
commit 7791dd3d91
No known key found for this signature in database
GPG key ID: C889E6DC5EDBB36D
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