Merge pull request 'Display Instance Details' (#50) from 28-instance-details into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 1m27s
Tests / test (push) Successful in 24s
Build and Deploy Staging / deploy (push) Successful in 8s

Reviewed-on: #50
This commit is contained in:
Tobias Kunze 2025-04-17 15:04:14 +00:00
commit a1ffdf565d
6 changed files with 397 additions and 29 deletions

View file

@ -44,7 +44,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"