Debloat HTML
This commit is contained in:
parent
c7c2d86ddb
commit
547d4e6ab1
18 changed files with 874 additions and 1284 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue