wip loan update
Some checks failed
Backend CI / unit-test (push) Failing after 44s

This commit is contained in:
2025-10-03 11:55:30 +02:00
parent 5e7d801075
commit 0ca660f268
9 changed files with 1100 additions and 275 deletions

View File

@@ -24,3 +24,4 @@ ignore = [
[lint.extend-per-file-ignores]
"test*.py" = ["S101", "S105", "S106", "PT011", "PLR2004"]
"models*.py" = ["FA102"]
"dto.py" = ["TC001", "TC003"]