Updateinsert customers

This commit is contained in:
Jonas Linter
2025-10-10 16:47:19 +02:00
parent 165914d686
commit 1248772f60
6 changed files with 228 additions and 62 deletions

View File

@@ -147,3 +147,8 @@ select = [
"UP032", # Use f-string instead of `format` call
"W", # pycodestyle
]
[dependency-groups]
dev = [
"pytest-cov>=7.0.0",
]