Ignore more djLint stuff
This commit is contained in:
parent
7791dd3d91
commit
202c0b1212
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ line-length = 120
|
||||||
target-version = ["py311"]
|
target-version = ["py311"]
|
||||||
|
|
||||||
[tool.djlint]
|
[tool.djlint]
|
||||||
ignore = "D018,J018"
|
ignore = "D004,D018,J018"
|
||||||
profile = "jinja"
|
profile = "jinja"
|
||||||
max_line_length = 120
|
max_line_length = 120
|
||||||
format_attribute_template_tags = true
|
format_attribute_template_tags = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue