Add djLint as a dependency

This commit is contained in:
2023-01-22 23:00:25 +01:00
parent 269948303e
commit ad674c81c9
2 changed files with 226 additions and 2 deletions

View File

@ -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