Display spec data tabbed like in form
All checks were successful
Tests / test (push) Successful in 26s

This commit is contained in:
Tobias Kunze 2025-04-17 10:47:08 +02:00
parent 6160f48d61
commit b2d9004359
3 changed files with 163 additions and 23 deletions

View file

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