Use djLint
This commit is contained in:
parent
a3a923156e
commit
7791dd3d91
12 changed files with 453 additions and 264 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue