refactor: add src_bank attribute to Payment and Topup model 🔨

This commit is contained in:
2025-09-20 21:03:43 +05:00
parent 4714b6ec15
commit c56140011f
5 changed files with 47 additions and 26 deletions
+9 -14
View File
@@ -1,16 +1,11 @@
{
"venvPath": ".",
"venv": ".venv",
"reportMissingImports": "error",
"include": ["src"],
"typeCheckingMode": "standard",
"reportArgumentType": "warning",
"reportUnusedVariable": "warning",
"reportFunctionMemberAccess": "none",
"exclude": [
"council-api/**/migrations",
"**/__pycache__",
"src/experimental",
"src/typestubs"
]
"venvPath": ".",
"venv": ".venv",
"reportMissingImports": "error",
"include": ["src"],
"typeCheckingMode": "standard",
"reportArgumentType": "warning",
"reportUnusedVariable": "warning",
"reportFunctionMemberAccess": "none",
"exclude": ["council-api/**/migrations", "**/__pycache__"]
}