Improve form display: do not repeat section title
Some checks failed
Tests / test (push) Failing after 29s

This commit is contained in:
Tobias Kunze 2025-03-31 13:43:51 +02:00
parent 412d344536
commit f22dc98c23
3 changed files with 22 additions and 8 deletions

View file

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