Debloat HTML

This commit is contained in:
Joakim Hellsén 2025-07-24 01:27:31 +02:00
commit 547d4e6ab1
18 changed files with 874 additions and 1284 deletions

View file

@ -6,7 +6,10 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=5.2.4",
"django-browser-reload>=1.18.0",
"django-debug-toolbar>=5.2.0",
"django-watchfiles>=1.1.0",
"djlint>=1.36.4",
"platformdirs>=4.3.8",
"python-dotenv>=1.1.1",
]
@ -76,3 +79,7 @@ line-length = 140
"S105",
]
"**/migrations/**" = ["RUF012"]
[tool.djlint]
profile = "django"
ignore = "H021"