Add djLint as a dependency
This commit is contained in:
@ -23,6 +23,7 @@ lxml = "^4.9.2"
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.2.0"
|
||||
httpx = "^0.23.3"
|
||||
djlint = "^1.19.12"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
@ -36,7 +37,7 @@ line-length = 120
|
||||
target-version = ["py311"]
|
||||
|
||||
[tool.djlint]
|
||||
ignore = "D004,D018,J018"
|
||||
ignore = "D004,D018,J018,T001"
|
||||
profile = "jinja"
|
||||
max_line_length = 120
|
||||
format_attribute_template_tags = true
|
||||
|
Reference in New Issue
Block a user