Configure HTML/JS/CSS linting and formatting

This commit is contained in:
Tobias Kunze 2025-03-16 16:33:46 +01:00
parent f5ddf8828d
commit 94a681be87

View file

@ -30,3 +30,6 @@ known_first_party = "servala"
[tool.flake8]
max-line-length = 160
exclude = ".venv"
[tool.djlint]
extend_exclude = "src/servala/static/mazer"