On reformatte le html

This commit is contained in:
Jean-Marie Favreau
2025-03-02 20:49:55 +01:00
parent b5d4c0f0b1
commit 75471bac38
105 changed files with 5067 additions and 4190 deletions

View File

@@ -95,3 +95,10 @@ max-complexity = 10
[tool.ruff.lint.isort]
force-to-top = ["src"]
known-first-party = ["src"]
[tool.djlint]
profile = "django"
ignore = "H031,T003,H006"
extension = "html"
files = ["src/agenda_culturel/templates/agenda_culturel/*.html"]
indent = 2